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: 6259 $, 1.0. $Revision: 6259 $, $Date: 2007-03-20 10:15:15 +0100 (Di, 20 Mär 2007) $
 
- Author:
 
  - Andreas Poth, last edited by: $Author: bezema $
 
- 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