Uses of Interface
net.opengis.ows20.DCPType
Packages that use DCPType
Package
Description
-
Uses of DCPType in net.opengis.ows20
Methods in net.opengis.ows20 that return DCPTypeModifier and TypeMethodDescriptionOws20Factory.createDCPType()
Returns a new object of class 'DCP Type'.DocumentRoot.getDCP()
Returns the value of the 'DCP' containment reference.Methods in net.opengis.ows20 that return types with arguments of type DCPTypeModifier and TypeMethodDescriptionEList<DCPType>
OperationType.getDCP()
Returns the value of the 'DCP' containment reference list.Methods in net.opengis.ows20 with parameters of type DCPType -
Uses of DCPType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement DCPTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'DCP Type'.Fields in net.opengis.ows20.impl with type parameters of type DCPTypeModifier and TypeFieldDescriptionprotected EList<DCPType>
OperationTypeImpl.dCP
The cached value of the 'DCP
' containment reference list.Methods in net.opengis.ows20.impl that return DCPTypeMethods in net.opengis.ows20.impl that return types with arguments of type DCPTypeMethods in net.opengis.ows20.impl with parameters of type DCPTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDCP
(DCPType newDCP, NotificationChain msgs) void
-
Uses of DCPType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type DCPTypeModifier and TypeMethodDescriptionOws20Switch.caseDCPType
(DCPType object) Returns the result of interpreting the object as an instance of 'DCP Type'.boolean
Ows20Validator.validateDCPType
(DCPType dcpType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of DCPType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type DCPTypeMethod parameters in net.opengis.ows20.validation with type arguments of type DCPTypeModifier and TypeMethodDescriptionboolean
OperationTypeValidator.validateDCP
(EList<DCPType> value)