deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.model.coverage.grid
Class GridRange

java.lang.Object
  extended by 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: 18195 $, 1.0. $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18. Jun 2009) $
Author:
Andreas Poth, last edited by: $Author: mschneider $
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
 

Constructor Detail

GridRange

public GridRange(int[] lo,
                 int[] up)
Parameters:
lo -
up -
Method Detail

getUpper

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

Returns:
The valid maximum exclusive grid coordinate

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.

Returns:
The valid minimum inclusive grid coordinate

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org