Uses of Interface
net.opengis.wcs11.DomainSubsetType

Packages that use DomainSubsetType
net.opengis.wcs11   
net.opengis.wcs11.impl   
net.opengis.wcs11.util   
net.opengis.wcs11.validation   
 

Uses of DomainSubsetType in net.opengis.wcs11
 

Methods in net.opengis.wcs11 that return DomainSubsetType
 DomainSubsetType Wcs111Factory.createDomainSubsetType()
          Returns a new object of class 'Domain Subset Type'.
 DomainSubsetType GetCoverageType.getDomainSubset()
          Returns the value of the 'Domain Subset' containment reference.
 

Methods in net.opengis.wcs11 with parameters of type DomainSubsetType
 void GetCoverageType.setDomainSubset(DomainSubsetType value)
          Sets the value of the 'Domain Subset' containment reference.
 

Uses of DomainSubsetType in net.opengis.wcs11.impl
 

Classes in net.opengis.wcs11.impl that implement DomainSubsetType
 class DomainSubsetTypeImpl
          An implementation of the model object 'Domain Subset Type'.
 

Fields in net.opengis.wcs11.impl declared as DomainSubsetType
protected  DomainSubsetType GetCoverageTypeImpl.domainSubset
          The cached value of the 'Domain Subset' containment reference.
 

Methods in net.opengis.wcs11.impl that return DomainSubsetType
 DomainSubsetType Wcs111FactoryImpl.createDomainSubsetType()
           
 DomainSubsetType GetCoverageTypeImpl.getDomainSubset()
           
 

Methods in net.opengis.wcs11.impl with parameters of type DomainSubsetType
 org.eclipse.emf.common.notify.NotificationChain GetCoverageTypeImpl.basicSetDomainSubset(DomainSubsetType newDomainSubset, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GetCoverageTypeImpl.setDomainSubset(DomainSubsetType newDomainSubset)
           
 

Uses of DomainSubsetType in net.opengis.wcs11.util
 

Methods in net.opengis.wcs11.util with parameters of type DomainSubsetType
 java.lang.Object Wcs111Switch.caseDomainSubsetType(DomainSubsetType object)
          Returns the result of interpreting the object as an instance of 'Domain Subset Type'.
 boolean Wcs111Validator.validateDomainSubsetType(DomainSubsetType domainSubsetType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of DomainSubsetType in net.opengis.wcs11.validation
 

Methods in net.opengis.wcs11.validation with parameters of type DomainSubsetType
 boolean GetCoverageTypeValidator.validateDomainSubset(DomainSubsetType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.