Uses of Interface
net.opengis.wcs10.DescribeCoverageType
-
Packages that use DescribeCoverageType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of DescribeCoverageType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return DescribeCoverageType Modifier and Type Method Description DescribeCoverageTypeWcs10Factory. 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.wcs10 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.wcs10.impl
Classes in net.opengis.wcs10.impl that implement DescribeCoverageType Modifier and Type Class Description classDescribeCoverageTypeImplAn implementation of the model object 'Describe Coverage Type'.Methods in net.opengis.wcs10.impl that return DescribeCoverageType Modifier and Type Method Description DescribeCoverageTypeWcs10FactoryImpl. createDescribeCoverageType()DescribeCoverageTypeDocumentRootImpl. getDescribeCoverage()Methods in net.opengis.wcs10.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.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type DescribeCoverageType Modifier and Type Method Description ObjectWcs10Switch. caseDescribeCoverageType(DescribeCoverageType object)Returns the result of interpreting the object as an instance of 'Describe Coverage Type'. -
Uses of DescribeCoverageType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type DescribeCoverageType Modifier and Type Method Description booleanDocumentRootValidator. validateDescribeCoverage(DescribeCoverageType value)
-