org.deegree.model.coverage
Interface GridRange

All Known Implementing Classes:
GridRange_Impl

public interface GridRange

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

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

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

Author:
Andreas Poth

Method Summary
 double[] getHigh()
          The valid maximum exclusive grid coordinate.
 double[] getLow()
          The valid minimum inclusive grid coordinate.
 

Method Detail

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.


getHigh

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