Uses of Interface
net.opengis.wcs20.GetCoverageType
- 
Packages that use GetCoverageType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util 
- 
- 
Uses of GetCoverageType in net.opengis.wcs20Methods in net.opengis.wcs20 that return GetCoverageType Modifier and Type Method Description GetCoverageTypeWcs20Factory. createGetCoverageType()Returns a new object of class 'Get Coverage Type'.GetCoverageTypeDocumentRoot. getGetCoverage()Returns the value of the 'Get Coverage' containment reference.Methods in net.opengis.wcs20 with parameters of type GetCoverageType Modifier and Type Method Description voidDocumentRoot. setGetCoverage(GetCoverageType value)Sets the value of the 'Get Coverage' containment reference.
- 
Uses of GetCoverageType in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement GetCoverageType Modifier and Type Class Description classGetCoverageTypeImplAn implementation of the model object 'Get Coverage Type'.Methods in net.opengis.wcs20.impl that return GetCoverageType Modifier and Type Method Description GetCoverageTypeWcs20FactoryImpl. createGetCoverageType()GetCoverageTypeDocumentRootImpl. getGetCoverage()Methods in net.opengis.wcs20.impl with parameters of type GetCoverageType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetCoverage(GetCoverageType newGetCoverage, NotificationChain msgs)voidDocumentRootImpl. setGetCoverage(GetCoverageType newGetCoverage)
- 
Uses of GetCoverageType in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type GetCoverageType Modifier and Type Method Description booleanWcs20Validator. validateGetCoverageType(GetCoverageType getCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-