Uses of Interface
net.opengis.wcs11.CoverageDomainType

Packages that use CoverageDomainType
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
 CoverageDomainType Wcs111Factory.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
 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
 class CoverageDomainTypeImpl
          An implementation of the model object 'Coverage Domain Type'.
 

Fields in net.opengis.wcs11.impl declared as CoverageDomainType
protected  CoverageDomainType CoverageDescriptionTypeImpl.domain
          The cached value of the 'Domain' containment reference.
 

Methods in net.opengis.wcs11.impl that return CoverageDomainType
 CoverageDomainType Wcs111FactoryImpl.createCoverageDomainType()
           
 CoverageDomainType CoverageDescriptionTypeImpl.getDomain()
           
 

Methods in net.opengis.wcs11.impl with parameters of type CoverageDomainType
 org.eclipse.emf.common.notify.NotificationChain CoverageDescriptionTypeImpl.basicSetDomain(CoverageDomainType newDomain, org.eclipse.emf.common.notify.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
 java.lang.Object Wcs111Switch.caseCoverageDomainType(CoverageDomainType object)
          Returns the result of interpreting the object as an instance of 'Coverage Domain Type'.
 boolean Wcs111Validator.validateCoverageDomainType(CoverageDomainType coverageDomainType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of CoverageDomainType in net.opengis.wcs11.validation
 

Methods in net.opengis.wcs11.validation with parameters of type CoverageDomainType
 boolean CoverageDescriptionTypeValidator.validateDomain(CoverageDomainType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.