Uses of Interface
net.opengis.ows11.DCPType
- 
Packages that use DCPType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation 
- 
- 
Uses of DCPType in net.opengis.ows11Methods in net.opengis.ows11 that return DCPType Modifier and Type Method Description DCPTypeOws11Factory. createDCPType()Returns a new object of class 'DCP Type'.DCPTypeDocumentRoot. getDCP()Returns the value of the 'DCP' containment reference.Methods in net.opengis.ows11 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.ows11.implClasses in net.opengis.ows11.impl that implement DCPType Modifier and Type Class Description classDCPTypeImplAn implementation of the model object 'DCP Type'.Methods in net.opengis.ows11.impl that return DCPType Modifier and Type Method Description DCPTypeOws11FactoryImpl. createDCPType()DCPTypeDocumentRootImpl. getDCP()Methods in net.opengis.ows11.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.ows11.utilMethods in net.opengis.ows11.util with parameters of type DCPType Modifier and Type Method Description ObjectOws11Switch. caseDCPType(DCPType object)Returns the result of interpreting the object as an instance of 'DCP Type'.booleanOws11Validator. validateDCPType(DCPType dcpType, DiagnosticChain diagnostics, Map context)
- 
Uses of DCPType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type DCPType Modifier and Type Method Description booleanDocumentRootValidator. validateDCP(DCPType value)
 
-