Uses of Interface
net.opengis.ows10.DCPType
-
Packages that use DCPType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of DCPType in net.opengis.ows10
Methods in net.opengis.ows10 that return DCPType Modifier and Type Method Description DCPTypeOws10Factory. createDCPType()Returns a new object of class 'DCP Type'.DCPTypeDocumentRoot. getDcp()Returns the value of the 'Dcp' containment reference.Methods in net.opengis.ows10 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.ows10 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.ows10.impl
Classes in net.opengis.ows10.impl that implement DCPType Modifier and Type Class Description classDCPTypeImplAn implementation of the model object 'DCP Type'.Fields in net.opengis.ows10.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.ows10.impl that return DCPType Modifier and Type Method Description DCPTypeOws10FactoryImpl. createDCPType()DCPTypeDocumentRootImpl. getDcp()Methods in net.opengis.ows10.impl that return types with arguments of type DCPType Modifier and Type Method Description EList<DCPType>OperationTypeImpl. getDCP()Methods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type DCPType Modifier and Type Method Description booleanDocumentRootValidator. validateDcp(DCPType value)
-