Uses of Interface
org.deegree.model.coverage.GridRange

Packages that use GridRange
org.deegree_impl.model.cv   
org.deegree.model.coverage   
 

Uses of GridRange in org.deegree_impl.model.cv
 

Classes in org.deegree_impl.model.cv that implement GridRange
 class GridRange_Impl
          Implements the range of valid coordinates for each dimension of the coverage.
 

Fields in org.deegree_impl.model.cv declared as GridRange
private  GridRange RectifiedGrid_Impl.gridRange
           
private  GridRange Grid_Impl.gridRange
           
 

Methods in org.deegree_impl.model.cv that return GridRange
 GridRange RectifiedGrid_Impl.getGridRange()
          returns the range of valid coordinates for each dimension of the coverage.
 GridRange Grid_Impl.getGridRange()
          returns the range of a grid
 

Constructors in org.deegree_impl.model.cv with parameters of type GridRange
RectifiedGrid_Impl(double originX, double originY, double originZ, double offsetX, double offsetY, double offsetZ, GridRange gridRange)
           
Grid_Impl(int dimension, java.lang.String type, GridRange gridRange)
           
 

Uses of GridRange in org.deegree.model.coverage
 

Methods in org.deegree.model.coverage that return GridRange
 GridRange RectifiedGrid.getGridRange()
          returns the range of valid coordinates for each dimension of the coverage.
 GridRange Grid.getGridRange()
          returns the range of a grid