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: 18195 $, 1.0. $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Thu, 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 | 
 
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.
 
- 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
 
 
 
                an open source project founded by lat/lon, Bonn, Germany.
                    For more information visit: http://www.deegree.org