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 GetCoverageType1Wcs10Factory. createGetCoverageType1()Returns a new object of class 'Get Coverage Type1'.GetCoverageType1RequestType. 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 voidRequestType. 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 classGetCoverageType1ImplAn implementation of the model object 'Get Coverage Type1'.Fields in net.opengis.wcs10.impl declared as GetCoverageType1 Modifier and Type Field Description protected GetCoverageType1RequestTypeImpl. getCoverageThe cached value of the 'Get Coverage' containment reference.Methods in net.opengis.wcs10.impl that return GetCoverageType1 Modifier and Type Method Description GetCoverageType1Wcs10FactoryImpl. createGetCoverageType1()GetCoverageType1RequestTypeImpl. getGetCoverage()Methods in net.opengis.wcs10.impl with parameters of type GetCoverageType1 Modifier and Type Method Description NotificationChainRequestTypeImpl. basicSetGetCoverage(GetCoverageType1 newGetCoverage, NotificationChain msgs)voidRequestTypeImpl. 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 ObjectWcs10Switch. 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 booleanRequestTypeValidator. validateGetCoverage(GetCoverageType1 value)
-