| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.model.gc.GC_GridRange_Impl
Specifies the range of valid coordinates for each dimension of the coverage.
| 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 | 
private int[] hi
private int[] lo
| Constructor Detail | 
public GC_GridRange_Impl(int[] lo,
                         int[] hi)
| Method Detail | 
public int[] getHi()
getHi in interface GC_GridRangepublic int[] getLo()
getLo in interface GC_GridRange
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||