Uses of Interface
net.opengis.wcs10.GetCoverageType
-
Packages that use GetCoverageType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of GetCoverageType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return GetCoverageType Modifier and Type Method Description GetCoverageTypeWcs10Factory. createGetCoverageType()Returns a new object of class 'Get Coverage Type'.GetCoverageTypeDocumentRoot. getGetCoverage()Returns the value of the 'Get Coverage' containment reference.Methods in net.opengis.wcs10 with parameters of type GetCoverageType Modifier and Type Method Description voidDocumentRoot. setGetCoverage(GetCoverageType value)Sets the value of the 'Get Coverage' containment reference. -
Uses of GetCoverageType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement GetCoverageType Modifier and Type Class Description classGetCoverageTypeImplAn implementation of the model object 'Get Coverage Type'.Methods in net.opengis.wcs10.impl that return GetCoverageType Modifier and Type Method Description GetCoverageTypeWcs10FactoryImpl. createGetCoverageType()GetCoverageTypeDocumentRootImpl. getGetCoverage()Methods in net.opengis.wcs10.impl with parameters of type GetCoverageType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetCoverage(GetCoverageType newGetCoverage, NotificationChain msgs)voidDocumentRootImpl. setGetCoverage(GetCoverageType newGetCoverage) -
Uses of GetCoverageType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type GetCoverageType Modifier and Type Method Description ObjectWcs10Switch. caseGetCoverageType(GetCoverageType object)Returns the result of interpreting the object as an instance of 'Get Coverage Type'. -
Uses of GetCoverageType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type GetCoverageType Modifier and Type Method Description booleanDocumentRootValidator. validateGetCoverage(GetCoverageType value)
-