Uses of Interface
net.opengis.wcs11.GridCrsType

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

Uses of GridCrsType in net.opengis.wcs11
 

Methods in net.opengis.wcs11 that return GridCrsType
 GridCrsType Wcs111Factory.createGridCrsType()
          Returns a new object of class 'Grid Crs Type'.
 GridCrsType OutputType.getGridCRS()
          Returns the value of the 'Grid CRS' containment reference.
 GridCrsType DocumentRoot.getGridCRS()
          Returns the value of the 'Grid CRS' containment reference.
 GridCrsType SpatialDomainType.getGridCRS()
          Returns the value of the 'Grid CRS' containment reference.
 

Methods in net.opengis.wcs11 with parameters of type GridCrsType
 void OutputType.setGridCRS(GridCrsType value)
          Sets the value of the 'Grid CRS' containment reference.
 void DocumentRoot.setGridCRS(GridCrsType value)
          Sets the value of the 'Grid CRS' containment reference.
 void SpatialDomainType.setGridCRS(GridCrsType value)
          Sets the value of the 'Grid CRS' containment reference.
 

Uses of GridCrsType in net.opengis.wcs11.impl
 

Classes in net.opengis.wcs11.impl that implement GridCrsType
 class GridCrsTypeImpl
          An implementation of the model object 'Grid Crs Type'.
 

Fields in net.opengis.wcs11.impl declared as GridCrsType
protected  GridCrsType OutputTypeImpl.gridCRS
          The cached value of the 'Grid CRS' containment reference.
protected  GridCrsType SpatialDomainTypeImpl.gridCRS
          The cached value of the 'Grid CRS' containment reference.
 

Methods in net.opengis.wcs11.impl that return GridCrsType
 GridCrsType Wcs111FactoryImpl.createGridCrsType()
           
 GridCrsType DocumentRootImpl.getGridCRS()
           
 GridCrsType OutputTypeImpl.getGridCRS()
           
 GridCrsType SpatialDomainTypeImpl.getGridCRS()
           
 

Methods in net.opengis.wcs11.impl with parameters of type GridCrsType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetGridCRS(GridCrsType newGridCRS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OutputTypeImpl.basicSetGridCRS(GridCrsType newGridCRS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SpatialDomainTypeImpl.basicSetGridCRS(GridCrsType newGridCRS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setGridCRS(GridCrsType newGridCRS)
           
 void OutputTypeImpl.setGridCRS(GridCrsType newGridCRS)
           
 void SpatialDomainTypeImpl.setGridCRS(GridCrsType newGridCRS)
           
 

Uses of GridCrsType in net.opengis.wcs11.util
 

Methods in net.opengis.wcs11.util with parameters of type GridCrsType
 java.lang.Object Wcs111Switch.caseGridCrsType(GridCrsType object)
          Returns the result of interpreting the object as an instance of 'Grid Crs Type'.
 boolean Wcs111Validator.validateGridCrsType(GridCrsType gridCrsType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of GridCrsType in net.opengis.wcs11.validation
 

Methods in net.opengis.wcs11.validation with parameters of type GridCrsType
 boolean SpatialDomainTypeValidator.validateGridCRS(GridCrsType value)
           
 boolean OutputTypeValidator.validateGridCRS(GridCrsType value)
           
 boolean DocumentRootValidator.validateGridCRS(GridCrsType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.