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 DCPType
Ows10Factory. createDCPType()
Returns a new object of class 'DCP Type'.DCPType
DocumentRoot. 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 void
DocumentRoot. 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 class
DCPTypeImpl
An 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. dCP
The cached value of the 'DCP
' containment reference list.Methods in net.opengis.ows10.impl that return DCPType Modifier and Type Method Description DCPType
Ows10FactoryImpl. createDCPType()
DCPType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetDcp(DCPType newDcp, NotificationChain msgs)
void
DocumentRootImpl. 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 boolean
DocumentRootValidator. validateDcp(DCPType value)
-