Uses of Interface
net.opengis.wcs11.GetCoverageType
-
Packages that use GetCoverageType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of GetCoverageType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return GetCoverageType Modifier and Type Method Description GetCoverageType
Wcs111Factory. createGetCoverageType()
Returns a new object of class 'Get Coverage Type'.GetCoverageType
Wcs11Factory. createGetCoverageType()
Returns a new object of class 'Get Coverage Type'.GetCoverageType
DocumentRoot. getGetCoverage()
Returns the value of the 'Get Coverage' containment reference.Methods in net.opengis.wcs11 with parameters of type GetCoverageType Modifier and Type Method Description void
DocumentRoot. setGetCoverage(GetCoverageType value)
Sets the value of the 'Get Coverage
' containment reference. -
Uses of GetCoverageType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement GetCoverageType Modifier and Type Class Description class
GetCoverageTypeImpl
An implementation of the model object 'Get Coverage Type'.Methods in net.opengis.wcs11.impl that return GetCoverageType Modifier and Type Method Description GetCoverageType
Wcs111FactoryImpl. createGetCoverageType()
GetCoverageType
Wcs11FactoryImpl. createGetCoverageType()
GetCoverageType
DocumentRootImpl. getGetCoverage()
Methods in net.opengis.wcs11.impl with parameters of type GetCoverageType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetCoverage(GetCoverageType newGetCoverage, NotificationChain msgs)
void
DocumentRootImpl. setGetCoverage(GetCoverageType newGetCoverage)
-
Uses of GetCoverageType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type GetCoverageType Modifier and Type Method Description Object
Wcs111Switch. caseGetCoverageType(GetCoverageType object)
Returns the result of interpreting the object as an instance of 'Get Coverage Type'.Object
Wcs11Switch. caseGetCoverageType(GetCoverageType object)
Returns the result of interpreting the object as an instance of 'Get Coverage Type'.boolean
Wcs111Validator. validateGetCoverageType(GetCoverageType getCoverageType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateGetCoverageType(GetCoverageType getCoverageType, DiagnosticChain diagnostics, Map context)
-
Uses of GetCoverageType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type GetCoverageType Modifier and Type Method Description boolean
DocumentRootValidator. validateGetCoverage(GetCoverageType value)
-