Uses of Interface
net.opengis.wcs10.DescribeCoverageType1
-
Packages that use DescribeCoverageType1 Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of DescribeCoverageType1 in net.opengis.wcs10
Methods in net.opengis.wcs10 that return DescribeCoverageType1 Modifier and Type Method Description DescribeCoverageType1
Wcs10Factory. createDescribeCoverageType1()
Returns a new object of class 'Describe Coverage Type1'.DescribeCoverageType1
RequestType. getDescribeCoverage()
Returns the value of the 'Describe Coverage' containment reference.Methods in net.opengis.wcs10 with parameters of type DescribeCoverageType1 Modifier and Type Method Description void
RequestType. setDescribeCoverage(DescribeCoverageType1 value)
Sets the value of the 'Describe Coverage
' containment reference. -
Uses of DescribeCoverageType1 in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement DescribeCoverageType1 Modifier and Type Class Description class
DescribeCoverageType1Impl
An implementation of the model object 'Describe Coverage Type1'.Fields in net.opengis.wcs10.impl declared as DescribeCoverageType1 Modifier and Type Field Description protected DescribeCoverageType1
RequestTypeImpl. describeCoverage
The cached value of the 'Describe Coverage
' containment reference.Methods in net.opengis.wcs10.impl that return DescribeCoverageType1 Modifier and Type Method Description DescribeCoverageType1
Wcs10FactoryImpl. createDescribeCoverageType1()
DescribeCoverageType1
RequestTypeImpl. getDescribeCoverage()
Methods in net.opengis.wcs10.impl with parameters of type DescribeCoverageType1 Modifier and Type Method Description NotificationChain
RequestTypeImpl. basicSetDescribeCoverage(DescribeCoverageType1 newDescribeCoverage, NotificationChain msgs)
void
RequestTypeImpl. setDescribeCoverage(DescribeCoverageType1 newDescribeCoverage)
-
Uses of DescribeCoverageType1 in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type DescribeCoverageType1 Modifier and Type Method Description Object
Wcs10Switch. caseDescribeCoverageType1(DescribeCoverageType1 object)
Returns the result of interpreting the object as an instance of 'Describe Coverage Type1'. -
Uses of DescribeCoverageType1 in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type DescribeCoverageType1 Modifier and Type Method Description boolean
RequestTypeValidator. validateDescribeCoverage(DescribeCoverageType1 value)
-