Uses of Interface
net.opengis.wcs11.ImageCRSRefType

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

Uses of ImageCRSRefType in net.opengis.wcs11
 

Methods in net.opengis.wcs11 that return ImageCRSRefType
 ImageCRSRefType Wcs111Factory.createImageCRSRefType()
          Returns a new object of class 'Image CRS Ref Type'.
 ImageCRSRefType SpatialDomainType.getImageCRS()
          Returns the value of the 'Image CRS' containment reference.
 

Methods in net.opengis.wcs11 with parameters of type ImageCRSRefType
 void SpatialDomainType.setImageCRS(ImageCRSRefType value)
          Sets the value of the 'Image CRS' containment reference.
 

Uses of ImageCRSRefType in net.opengis.wcs11.impl
 

Classes in net.opengis.wcs11.impl that implement ImageCRSRefType
 class ImageCRSRefTypeImpl
          An implementation of the model object 'Image CRS Ref Type'.
 

Fields in net.opengis.wcs11.impl declared as ImageCRSRefType
protected  ImageCRSRefType SpatialDomainTypeImpl.imageCRS
          The cached value of the 'Image CRS' containment reference.
 

Methods in net.opengis.wcs11.impl that return ImageCRSRefType
 ImageCRSRefType Wcs111FactoryImpl.createImageCRSRefType()
           
 ImageCRSRefType SpatialDomainTypeImpl.getImageCRS()
           
 

Methods in net.opengis.wcs11.impl with parameters of type ImageCRSRefType
 org.eclipse.emf.common.notify.NotificationChain SpatialDomainTypeImpl.basicSetImageCRS(ImageCRSRefType newImageCRS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SpatialDomainTypeImpl.setImageCRS(ImageCRSRefType newImageCRS)
           
 

Uses of ImageCRSRefType in net.opengis.wcs11.util
 

Methods in net.opengis.wcs11.util with parameters of type ImageCRSRefType
 java.lang.Object Wcs111Switch.caseImageCRSRefType(ImageCRSRefType object)
          Returns the result of interpreting the object as an instance of 'Image CRS Ref Type'.
 boolean Wcs111Validator.validateImageCRSRefType(ImageCRSRefType imageCRSRefType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ImageCRSRefType in net.opengis.wcs11.validation
 

Methods in net.opengis.wcs11.validation with parameters of type ImageCRSRefType
 boolean SpatialDomainTypeValidator.validateImageCRS(ImageCRSRefType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.