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

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

Uses of Grid in org.deegree_impl.model.cv
 

Classes in org.deegree_impl.model.cv that implement Grid
 class Grid_Impl
          -----------------------------------------------------------------------
 

Fields in org.deegree_impl.model.cv declared as Grid
private  Grid GridExtentDescription_Impl.grid
           
 

Methods in org.deegree_impl.model.cv that return Grid
 Grid GridExtentDescription_Impl.getGrid()
          Either Grid or RectifiedGrid is required.
private static Grid CVDescriptorFactory.createGrid(org.w3c.dom.Element element)
          creates the Grid(description) of the GridCoverageLayer
private static Grid CVDescriptorDirFactory.createGrid(org.w3c.dom.Element element)
          creates the Grid(description) of the GridCoverageLayer
 

Constructors in org.deegree_impl.model.cv with parameters of type Grid
GridExtentDescription_Impl(SpatialExtent spatialExtent, int dimension, TemporalExtent temporalExtent, ElevationExtent elevationExtent, Grid grid, GridAxisDescription gridAxisDescription, GridSpacing gridSpacing)
           
 

Uses of Grid in org.deegree.model.coverage
 

Methods in org.deegree.model.coverage that return Grid
 Grid GridExtentDescription.getGrid()
          Either Grid or RectifiedGrid is required.