Uses of Interface
net.opengis.ows20.DCPType
- 
Packages that use DCPType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation 
- 
- 
Uses of DCPType in net.opengis.ows20Methods in net.opengis.ows20 that return DCPType Modifier and Type Method Description DCPTypeOws20Factory. createDCPType()Returns a new object of class 'DCP Type'.DCPTypeDocumentRoot. getDCP()Returns the value of the 'DCP' containment reference.Methods in net.opengis.ows20 that return types with arguments of type DCPType Modifier and Type Method Description EList<DCPType>OperationType. getDCP()Returns the value of the 'DCP' containment reference list.Methods in net.opengis.ows20 with parameters of type DCPType Modifier and Type Method Description voidDocumentRoot. setDCP(DCPType value)Sets the value of the 'DCP' containment reference.
- 
Uses of DCPType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement DCPType Modifier and Type Class Description classDCPTypeImplAn implementation of the model object 'DCP Type'.Fields in net.opengis.ows20.impl with type parameters of type DCPType Modifier and Type Field Description protected EList<DCPType>OperationTypeImpl. dCPThe cached value of the 'DCP' containment reference list.Methods in net.opengis.ows20.impl that return DCPType Modifier and Type Method Description DCPTypeOws20FactoryImpl. createDCPType()DCPTypeDocumentRootImpl. getDCP()Methods in net.opengis.ows20.impl that return types with arguments of type DCPType Modifier and Type Method Description EList<DCPType>OperationTypeImpl. getDCP()Methods in net.opengis.ows20.impl with parameters of type DCPType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDCP(DCPType newDCP, NotificationChain msgs)voidDocumentRootImpl. setDCP(DCPType newDCP)
- 
Uses of DCPType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type DCPType Modifier and Type Method Description TOws20Switch. caseDCPType(DCPType object)Returns the result of interpreting the object as an instance of 'DCP Type'.booleanOws20Validator. validateDCPType(DCPType dcpType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of DCPType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type DCPType Modifier and Type Method Description booleanDocumentRootValidator. validateDCP(DCPType value)Method parameters in net.opengis.ows20.validation with type arguments of type DCPType Modifier and Type Method Description booleanOperationTypeValidator. validateDCP(EList<DCPType> value)
 
-