org.deegree_impl.model.cv
Class GridRange_Impl

java.lang.Object
  extended byorg.deegree_impl.model.cv.GridRange_Impl
All Implemented Interfaces:
GridRange

public class GridRange_Impl
extends java.lang.Object
implements GridRange

Implements the range of valid coordinates for each dimension of the coverage.

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

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

Author:
Andreas Poth

Field Summary
private  double[] high
           
private  double[] low
           
 
Constructor Summary
GridRange_Impl(double[] low, double[] high)
           
 
Method Summary
 double[] getHigh()
          The valid maximum exclusive grid coordinate.
 double[] getLow()
          The valid minimum inclusive grid coordinate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

low

private double[] low

high

private double[] high
Constructor Detail

GridRange_Impl

public GridRange_Impl(double[] low,
                      double[] high)
Method Detail

getHigh

public double[] getHigh()
The valid maximum exclusive grid coordinate. The sequence contains a maximum value for each dimension of the grid coverage.

Specified by:
getHigh in interface GridRange

getLow

public double[] getLow()
The valid minimum inclusive grid coordinate. The sequence contains a minimum value for each dimension of the grid coverage. The lowest valid grid coordinate is zero.

Specified by:
getLow in interface GridRange