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.wcs20
Methods in net.opengis.wcs20 that return DescribeCoverageType Modifier and Type Method Description DescribeCoverageType
Wcs20Factory. 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.wcs20 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.wcs20.impl
Classes in net.opengis.wcs20.impl that implement DescribeCoverageType Modifier and Type Class Description class
DescribeCoverageTypeImpl
An implementation of the model object 'Describe Coverage Type'.Methods in net.opengis.wcs20.impl that return DescribeCoverageType Modifier and Type Method Description DescribeCoverageType
Wcs20FactoryImpl. createDescribeCoverageType()
DescribeCoverageType
DocumentRootImpl. getDescribeCoverage()
Methods in net.opengis.wcs20.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.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type DescribeCoverageType Modifier and Type Method Description boolean
Wcs20Validator. validateDescribeCoverageType(DescribeCoverageType describeCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-