Uses of Interface
net.opengis.wcs11.CoverageDomainType
-
Packages that use CoverageDomainType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of CoverageDomainType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return CoverageDomainType Modifier and Type Method Description CoverageDomainType
Wcs111Factory. createCoverageDomainType()
Returns a new object of class 'Coverage Domain Type'.CoverageDomainType
Wcs11Factory. createCoverageDomainType()
Returns a new object of class 'Coverage Domain Type'.CoverageDomainType
CoverageDescriptionType. getDomain()
Returns the value of the 'Domain' containment reference.Methods in net.opengis.wcs11 with parameters of type CoverageDomainType Modifier and Type Method Description void
CoverageDescriptionType. setDomain(CoverageDomainType value)
Sets the value of the 'Domain
' containment reference. -
Uses of CoverageDomainType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement CoverageDomainType Modifier and Type Class Description class
CoverageDomainTypeImpl
An implementation of the model object 'Coverage Domain Type'.Fields in net.opengis.wcs11.impl declared as CoverageDomainType Modifier and Type Field Description protected CoverageDomainType
CoverageDescriptionTypeImpl. domain
The cached value of the 'Domain
' containment reference.Methods in net.opengis.wcs11.impl that return CoverageDomainType Modifier and Type Method Description CoverageDomainType
Wcs111FactoryImpl. createCoverageDomainType()
CoverageDomainType
Wcs11FactoryImpl. createCoverageDomainType()
CoverageDomainType
CoverageDescriptionTypeImpl. getDomain()
Methods in net.opengis.wcs11.impl with parameters of type CoverageDomainType Modifier and Type Method Description NotificationChain
CoverageDescriptionTypeImpl. basicSetDomain(CoverageDomainType newDomain, NotificationChain msgs)
void
CoverageDescriptionTypeImpl. setDomain(CoverageDomainType newDomain)
-
Uses of CoverageDomainType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type CoverageDomainType Modifier and Type Method Description Object
Wcs111Switch. caseCoverageDomainType(CoverageDomainType object)
Returns the result of interpreting the object as an instance of 'Coverage Domain Type'.Object
Wcs11Switch. caseCoverageDomainType(CoverageDomainType object)
Returns the result of interpreting the object as an instance of 'Coverage Domain Type'.boolean
Wcs111Validator. validateCoverageDomainType(CoverageDomainType coverageDomainType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateCoverageDomainType(CoverageDomainType coverageDomainType, DiagnosticChain diagnostics, Map context)
-
Uses of CoverageDomainType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type CoverageDomainType Modifier and Type Method Description boolean
CoverageDescriptionTypeValidator. validateDomain(CoverageDomainType value)
-