org.deegree.model.coverage
Interface RectifiedGrid

All Known Implementing Classes:
RectifiedGrid_Impl

public interface RectifiedGrid

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. RectifiedGrid adds two required fields alongside the GridRange

-----------------------------------------------------------------------

Version:
$Revision: 1.1 $ $Date: 2003/01/27 11:29:38 $

Author:
Andreas Poth

Method Summary
 GridRange getGridRange()
          returns the range of valid coordinates for each dimension of the coverage.
 double getOffsetX()
          returns the x-value of the offset
 double getOffsetY()
          returns the x-value of the offset
 double getOffsetZ()
          returns the x-value of the offset
 double getOriginX()
          returns the x-value of the origin
 double getOriginY()
          returns the y-value of the origin
 double getOriginZ()
          returns the z-value of the origin
 

Method Detail

getGridRange

public GridRange getGridRange()
returns the range of valid coordinates for each dimension of the coverage.


getOriginX

public double getOriginX()
returns the x-value of the origin


getOriginY

public double getOriginY()
returns the y-value of the origin


getOriginZ

public double getOriginZ()
returns the z-value of the origin


getOffsetX

public double getOffsetX()
returns the x-value of the offset


getOffsetY

public double getOffsetY()
returns the x-value of the offset


getOffsetZ

public double getOffsetZ()
returns the x-value of the offset