org.opengis.gc
Interface GC_GridRange

All Known Implementing Classes:
GC_GridRange_Impl

public interface GC_GridRange

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

Since:
1.00
Version:
1.00

Method Summary
 int[] getHi()
          The valid maximum exclusive grid coordinate.
 int[] getLo()
          The valid minimum inclusive grid coordinate.
 

Method Detail

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.


getHi

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