Uses of Interface
net.opengis.wcs20.CoverageDescriptionsType
-
Packages that use CoverageDescriptionsType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of CoverageDescriptionsType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return CoverageDescriptionsType Modifier and Type Method Description CoverageDescriptionsType
Wcs20Factory. 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.wcs20 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.wcs20.impl
Classes in net.opengis.wcs20.impl that implement CoverageDescriptionsType Modifier and Type Class Description class
CoverageDescriptionsTypeImpl
An implementation of the model object 'Coverage Descriptions Type'.Methods in net.opengis.wcs20.impl that return CoverageDescriptionsType Modifier and Type Method Description CoverageDescriptionsType
Wcs20FactoryImpl. createCoverageDescriptionsType()
CoverageDescriptionsType
DocumentRootImpl. getCoverageDescriptions()
Methods in net.opengis.wcs20.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.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type CoverageDescriptionsType Modifier and Type Method Description boolean
Wcs20Validator. validateCoverageDescriptionsType(CoverageDescriptionsType coverageDescriptionsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-