Uses of Interface
net.opengis.wcs20.DescribeCoverageType
- 
Packages that use DescribeCoverageType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util 
- 
- 
Uses of DescribeCoverageType in net.opengis.wcs20Methods in net.opengis.wcs20 that return DescribeCoverageType Modifier and Type Method Description DescribeCoverageTypeWcs20Factory. createDescribeCoverageType()Returns a new object of class 'Describe Coverage Type'.DescribeCoverageTypeDocumentRoot. getDescribeCoverage()Returns the value of the 'Describe Coverage' containment reference.Methods in net.opengis.wcs20 with parameters of type DescribeCoverageType Modifier and Type Method Description voidDocumentRoot. setDescribeCoverage(DescribeCoverageType value)Sets the value of the 'Describe Coverage' containment reference.
- 
Uses of DescribeCoverageType in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement DescribeCoverageType Modifier and Type Class Description classDescribeCoverageTypeImplAn implementation of the model object 'Describe Coverage Type'.Methods in net.opengis.wcs20.impl that return DescribeCoverageType Modifier and Type Method Description DescribeCoverageTypeWcs20FactoryImpl. createDescribeCoverageType()DescribeCoverageTypeDocumentRootImpl. getDescribeCoverage()Methods in net.opengis.wcs20.impl with parameters of type DescribeCoverageType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDescribeCoverage(DescribeCoverageType newDescribeCoverage, NotificationChain msgs)voidDocumentRootImpl. setDescribeCoverage(DescribeCoverageType newDescribeCoverage)
- 
Uses of DescribeCoverageType in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type DescribeCoverageType Modifier and Type Method Description booleanWcs20Validator. validateDescribeCoverageType(DescribeCoverageType describeCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-