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

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

Uses of RectifiedGrid in org.deegree_impl.model.cv
 

Classes in org.deegree_impl.model.cv that implement RectifiedGrid
(package private)  class RectifiedGrid_Impl
          RectifiedGrid describes grids, such as an orthophoto or Level 1G satellite image, whose grid coordinates in each dimension bear an affine relationship to those of a ground coordinate reference system.
 

Fields in org.deegree_impl.model.cv declared as RectifiedGrid
private  RectifiedGrid GridExtentDescription_Impl.rectifiedGrid
           
 

Methods in org.deegree_impl.model.cv that return RectifiedGrid
 RectifiedGrid GridExtentDescription_Impl.getRectifiedGrid()
          Either Grid or RectifiedGrid is required.
 

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

Uses of RectifiedGrid in org.deegree.model.coverage
 

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