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.wcs20Methods in net.opengis.wcs20 that return CoverageDescriptionsType Modifier and Type Method Description CoverageDescriptionsTypeWcs20Factory. createCoverageDescriptionsType()Returns a new object of class 'Coverage Descriptions Type'.CoverageDescriptionsTypeDocumentRoot. 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 voidDocumentRoot. setCoverageDescriptions(CoverageDescriptionsType value)Sets the value of the 'Coverage Descriptions' containment reference.
- 
Uses of CoverageDescriptionsType in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement CoverageDescriptionsType Modifier and Type Class Description classCoverageDescriptionsTypeImplAn implementation of the model object 'Coverage Descriptions Type'.Methods in net.opengis.wcs20.impl that return CoverageDescriptionsType Modifier and Type Method Description CoverageDescriptionsTypeWcs20FactoryImpl. createCoverageDescriptionsType()CoverageDescriptionsTypeDocumentRootImpl. getCoverageDescriptions()Methods in net.opengis.wcs20.impl with parameters of type CoverageDescriptionsType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCoverageDescriptions(CoverageDescriptionsType newCoverageDescriptions, NotificationChain msgs)voidDocumentRootImpl. setCoverageDescriptions(CoverageDescriptionsType newCoverageDescriptions)
- 
Uses of CoverageDescriptionsType in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type CoverageDescriptionsType Modifier and Type Method Description booleanWcs20Validator. validateCoverageDescriptionsType(CoverageDescriptionsType coverageDescriptionsType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-