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.wcs11Methods in net.opengis.wcs11 that return CoverageDomainType Modifier and Type Method Description CoverageDomainTypeWcs111Factory. createCoverageDomainType()Returns a new object of class 'Coverage Domain Type'.CoverageDomainTypeWcs11Factory. createCoverageDomainType()Returns a new object of class 'Coverage Domain Type'.CoverageDomainTypeCoverageDescriptionType. getDomain()Returns the value of the 'Domain' containment reference.Methods in net.opengis.wcs11 with parameters of type CoverageDomainType Modifier and Type Method Description voidCoverageDescriptionType. setDomain(CoverageDomainType value)Sets the value of the 'Domain' containment reference.
- 
Uses of CoverageDomainType in net.opengis.wcs11.implClasses in net.opengis.wcs11.impl that implement CoverageDomainType Modifier and Type Class Description classCoverageDomainTypeImplAn implementation of the model object 'Coverage Domain Type'.Fields in net.opengis.wcs11.impl declared as CoverageDomainType Modifier and Type Field Description protected CoverageDomainTypeCoverageDescriptionTypeImpl. domainThe cached value of the 'Domain' containment reference.Methods in net.opengis.wcs11.impl that return CoverageDomainType Modifier and Type Method Description CoverageDomainTypeWcs111FactoryImpl. createCoverageDomainType()CoverageDomainTypeWcs11FactoryImpl. createCoverageDomainType()CoverageDomainTypeCoverageDescriptionTypeImpl. getDomain()Methods in net.opengis.wcs11.impl with parameters of type CoverageDomainType Modifier and Type Method Description NotificationChainCoverageDescriptionTypeImpl. basicSetDomain(CoverageDomainType newDomain, NotificationChain msgs)voidCoverageDescriptionTypeImpl. setDomain(CoverageDomainType newDomain)
- 
Uses of CoverageDomainType in net.opengis.wcs11.utilMethods in net.opengis.wcs11.util with parameters of type CoverageDomainType Modifier and Type Method Description ObjectWcs111Switch. caseCoverageDomainType(CoverageDomainType object)Returns the result of interpreting the object as an instance of 'Coverage Domain Type'.ObjectWcs11Switch. caseCoverageDomainType(CoverageDomainType object)Returns the result of interpreting the object as an instance of 'Coverage Domain Type'.booleanWcs111Validator. validateCoverageDomainType(CoverageDomainType coverageDomainType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateCoverageDomainType(CoverageDomainType coverageDomainType, DiagnosticChain diagnostics, Map context)
- 
Uses of CoverageDomainType in net.opengis.wcs11.validationMethods in net.opengis.wcs11.validation with parameters of type CoverageDomainType Modifier and Type Method Description booleanCoverageDescriptionTypeValidator. validateDomain(CoverageDomainType value)
 
-