org.deegree_impl.model.gc
Class GC_GridRange_Impl

java.lang.Object
  extended byorg.deegree_impl.model.gc.GC_GridRange_Impl
All Implemented Interfaces:
GC_GridRange, java.io.Serializable

public class GC_GridRange_Impl
extends java.lang.Object
implements GC_GridRange, java.io.Serializable

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

Since:
1.00
Version:
1.00
See Also:
Serialized Form

Field Summary
private  int[] hi
           
private  int[] lo
           
 
Constructor Summary
GC_GridRange_Impl(int[] lo, int[] hi)
           
 
Method Summary
 int[] getHi()
          The valid maximum exclusive grid coordinate.
 int[] getLo()
          The valid minimum inclusive grid coordinate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hi

private int[] hi

lo

private int[] lo
Constructor Detail

GC_GridRange_Impl

public GC_GridRange_Impl(int[] lo,
                         int[] hi)
Method Detail

getHi

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

Specified by:
getHi in interface GC_GridRange

getLo

public int[] getLo()
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.

Specified by:
getLo in interface GC_GridRange