Uses of Interface
net.opengis.wcs11.CoverageDescriptionsType
-
Packages that use CoverageDescriptionsType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of CoverageDescriptionsType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return CoverageDescriptionsType Modifier and Type Method Description CoverageDescriptionsType
Wcs111Factory. createCoverageDescriptionsType()
Returns a new object of class 'Coverage Descriptions Type'.CoverageDescriptionsType
Wcs11Factory. createCoverageDescriptionsType()
Returns a new object of class 'Coverage Descriptions Type'.CoverageDescriptionsType
DocumentRoot. getCoverageDescriptions()
Returns the value of the 'Coverage Descriptions' containment reference.Methods in net.opengis.wcs11 with parameters of type CoverageDescriptionsType Modifier and Type Method Description void
DocumentRoot. setCoverageDescriptions(CoverageDescriptionsType value)
Sets the value of the 'Coverage Descriptions
' containment reference. -
Uses of CoverageDescriptionsType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement CoverageDescriptionsType Modifier and Type Class Description class
CoverageDescriptionsTypeImpl
An implementation of the model object 'Coverage Descriptions Type'.Methods in net.opengis.wcs11.impl that return CoverageDescriptionsType Modifier and Type Method Description CoverageDescriptionsType
Wcs111FactoryImpl. createCoverageDescriptionsType()
CoverageDescriptionsType
Wcs11FactoryImpl. createCoverageDescriptionsType()
CoverageDescriptionsType
DocumentRootImpl. getCoverageDescriptions()
Methods in net.opengis.wcs11.impl with parameters of type CoverageDescriptionsType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCoverageDescriptions(CoverageDescriptionsType newCoverageDescriptions, NotificationChain msgs)
void
DocumentRootImpl. setCoverageDescriptions(CoverageDescriptionsType newCoverageDescriptions)
-
Uses of CoverageDescriptionsType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type CoverageDescriptionsType Modifier and Type Method Description Object
Wcs111Switch. caseCoverageDescriptionsType(CoverageDescriptionsType object)
Returns the result of interpreting the object as an instance of 'Coverage Descriptions Type'.Object
Wcs11Switch. caseCoverageDescriptionsType(CoverageDescriptionsType object)
Returns the result of interpreting the object as an instance of 'Coverage Descriptions Type'.boolean
Wcs111Validator. validateCoverageDescriptionsType(CoverageDescriptionsType coverageDescriptionsType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateCoverageDescriptionsType(CoverageDescriptionsType coverageDescriptionsType, DiagnosticChain diagnostics, Map context)
-
Uses of CoverageDescriptionsType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type CoverageDescriptionsType Modifier and Type Method Description boolean
DocumentRootValidator. validateCoverageDescriptions(CoverageDescriptionsType value)
-