Uses of Interface
net.opengis.wcs10.GetCoverageType1
-
Packages that use GetCoverageType1 Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of GetCoverageType1 in net.opengis.wcs10
Methods in net.opengis.wcs10 that return GetCoverageType1 Modifier and Type Method Description GetCoverageType1
Wcs10Factory. createGetCoverageType1()
Returns a new object of class 'Get Coverage Type1'.GetCoverageType1
RequestType. getGetCoverage()
Returns the value of the 'Get Coverage' containment reference.Methods in net.opengis.wcs10 with parameters of type GetCoverageType1 Modifier and Type Method Description void
RequestType. setGetCoverage(GetCoverageType1 value)
Sets the value of the 'Get Coverage
' containment reference. -
Uses of GetCoverageType1 in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement GetCoverageType1 Modifier and Type Class Description class
GetCoverageType1Impl
An implementation of the model object 'Get Coverage Type1'.Fields in net.opengis.wcs10.impl declared as GetCoverageType1 Modifier and Type Field Description protected GetCoverageType1
RequestTypeImpl. getCoverage
The cached value of the 'Get Coverage
' containment reference.Methods in net.opengis.wcs10.impl that return GetCoverageType1 Modifier and Type Method Description GetCoverageType1
Wcs10FactoryImpl. createGetCoverageType1()
GetCoverageType1
RequestTypeImpl. getGetCoverage()
Methods in net.opengis.wcs10.impl with parameters of type GetCoverageType1 Modifier and Type Method Description NotificationChain
RequestTypeImpl. basicSetGetCoverage(GetCoverageType1 newGetCoverage, NotificationChain msgs)
void
RequestTypeImpl. setGetCoverage(GetCoverageType1 newGetCoverage)
-
Uses of GetCoverageType1 in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type GetCoverageType1 Modifier and Type Method Description Object
Wcs10Switch. caseGetCoverageType1(GetCoverageType1 object)
Returns the result of interpreting the object as an instance of 'Get Coverage Type1'. -
Uses of GetCoverageType1 in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type GetCoverageType1 Modifier and Type Method Description boolean
RequestTypeValidator. validateGetCoverage(GetCoverageType1 value)
-