org.deegree_impl.model.cv
Class GridSpacing_Impl

java.lang.Object
  extended byorg.deegree_impl.model.cv.GridSpacing_Impl
All Implemented Interfaces:
GridSpacing

public class GridSpacing_Impl
extends java.lang.Object
implements GridSpacing

GridSpacing is required for rectified grids, but undefined for other grids. It provides the ground resolution (pixel size or post spacing) along each dimension of the grid, expressed in the units of the (rectified) grid’s Coordinate Reference System

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

Version:
$Revision: 1.1 $ $Date: 2003/01/27 11:31:14 $

Author:
Andreas Poth

Field Summary
private  double[] resolution
           
 
Constructor Summary
GridSpacing_Impl(double[] resolution)
           
 
Method Summary
 double[] getResolution()
          returns the resolution of a grig in each dimension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resolution

private double[] resolution
Constructor Detail

GridSpacing_Impl

public GridSpacing_Impl(double[] resolution)
Method Detail

getResolution

public double[] getResolution()
returns the resolution of a grig in each dimension

Specified by:
getResolution in interface GridSpacing