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 DescribeCoverageType
Wcs10Factory. createDescribeCoverageType()
Returns a new object of class 'Describe Coverage Type'.DescribeCoverageType
DocumentRoot. 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 void
DocumentRoot. 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 class
DescribeCoverageTypeImpl
An implementation of the model object 'Describe Coverage Type'.Methods in net.opengis.wcs10.impl that return DescribeCoverageType Modifier and Type Method Description DescribeCoverageType
Wcs10FactoryImpl. createDescribeCoverageType()
DescribeCoverageType
DocumentRootImpl. getDescribeCoverage()
Methods in net.opengis.wcs10.impl with parameters of type DescribeCoverageType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDescribeCoverage(DescribeCoverageType newDescribeCoverage, NotificationChain msgs)
void
DocumentRootImpl. 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 Object
Wcs10Switch. 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 boolean
DocumentRootValidator. validateDescribeCoverage(DescribeCoverageType value)
-