Uses of Interface
net.opengis.wcs11.SpatialDomainType

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

Uses of SpatialDomainType in net.opengis.wcs11
 

Methods in net.opengis.wcs11 that return SpatialDomainType
 SpatialDomainType Wcs111Factory.createSpatialDomainType()
          Returns a new object of class 'Spatial Domain Type'.
 SpatialDomainType CoverageDomainType.getSpatialDomain()
          Returns the value of the 'Spatial Domain' containment reference.
 

Methods in net.opengis.wcs11 with parameters of type SpatialDomainType
 void CoverageDomainType.setSpatialDomain(SpatialDomainType value)
          Sets the value of the 'Spatial Domain' containment reference.
 

Uses of SpatialDomainType in net.opengis.wcs11.impl
 

Classes in net.opengis.wcs11.impl that implement SpatialDomainType
 class SpatialDomainTypeImpl
          An implementation of the model object 'Spatial Domain Type'.
 

Fields in net.opengis.wcs11.impl declared as SpatialDomainType
protected  SpatialDomainType CoverageDomainTypeImpl.spatialDomain
          The cached value of the 'Spatial Domain' containment reference.
 

Methods in net.opengis.wcs11.impl that return SpatialDomainType
 SpatialDomainType Wcs111FactoryImpl.createSpatialDomainType()
           
 SpatialDomainType CoverageDomainTypeImpl.getSpatialDomain()
           
 

Methods in net.opengis.wcs11.impl with parameters of type SpatialDomainType
 org.eclipse.emf.common.notify.NotificationChain CoverageDomainTypeImpl.basicSetSpatialDomain(SpatialDomainType newSpatialDomain, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CoverageDomainTypeImpl.setSpatialDomain(SpatialDomainType newSpatialDomain)
           
 

Uses of SpatialDomainType in net.opengis.wcs11.util
 

Methods in net.opengis.wcs11.util with parameters of type SpatialDomainType
 java.lang.Object Wcs111Switch.caseSpatialDomainType(SpatialDomainType object)
          Returns the result of interpreting the object as an instance of 'Spatial Domain Type'.
 boolean Wcs111Validator.validateSpatialDomainType(SpatialDomainType spatialDomainType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of SpatialDomainType in net.opengis.wcs11.validation
 

Methods in net.opengis.wcs11.validation with parameters of type SpatialDomainType
 boolean CoverageDomainTypeValidator.validateSpatialDomain(SpatialDomainType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.