org.deegree.model.coverage.grid
Class GridRange
java.lang.Object
org.deegree.model.coverage.grid.GridRange
- All Implemented Interfaces:
- Serializable
public class GridRange
- extends Object
- implements Serializable
Specifies the range of valid coordinates for each dimension of the coverage.
- Since:
- 2.0
- Version:
- $Revision: 9343 $, 1.0. $Revision: 9343 $, $Date: 2007-12-27 14:30:32 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth, last edited by: $Author: apoth $
- See Also:
- Serialized Form
Constructor Summary |
GridRange(int[] lo,
int[] up)
|
Method Summary |
int[] |
getLower()
The valid minimum inclusive grid coordinate. |
int[] |
getUpper()
The valid maximum exclusive grid coordinate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridRange
public GridRange(int[] lo,
int[] up)
- Parameters:
lo
- up
-
getUpper
public int[] getUpper()
- The valid maximum exclusive grid coordinate. The sequence contains a maximum value for each
dimension of the grid coverage.
getLower
public int[] getLower()
- 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.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net