|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CV_GridRange", specification=OGC_01004) public interface GridRange
Specifies the range of valid coordinates for each dimension of the coverage. For example this data type is used to access a block of grid coverage data values.
WARNING: THIS CLASS WILL CHANGE. Current API is derived from OGC Grid Coverages Implementation specification 1.0. We plan to replace it by new interfaces derived from ISO 19123 (Schema for coverage geometry and functions). Current interfaces should be considered as legacy and are included in this distribution only because they were part of GeoAPI 1.0 release. We will try to preserve as much compatibility as possible, but no migration plan has been determined yet. |
Method Summary | |
---|---|
int |
getDimension()
Returns the number of dimensions. |
int |
getLength(int dimension)
Returns the number of integer grid coordinates along the specified dimension. |
GridCoordinates |
getLower()
Returns the valid minimum inclusive grid coordinate. |
int |
getLower(int dimension)
Returns the valid minimum inclusive grid coordinate along the specified dimension. |
int[] |
getLowers()
Deprecated. Replaced by getLower() . |
GridCoordinates |
getUpper()
Returns the valid maximum exclusive grid coordinate. |
int |
getUpper(int dimension)
Returns the valid maximum exclusive grid coordinate along the specified dimension. |
int[] |
getUppers()
Deprecated. Replaced by getUpper() . |
Method Detail |
---|
int getDimension()
@UML(identifier="lo", obligation=MANDATORY, specification=OGC_01004) GridCoordinates getLower()
@UML(identifier="hi", obligation=MANDATORY, specification=OGC_01004) GridCoordinates getUpper()
int[] getLowers()
getLower()
.
int[] getUppers()
getUpper()
.
@Extension int getLower(int dimension)
@Extension int getUpper(int dimension)
@Extension int getLength(int dimension)
getUpper(dimension)-getLower(dimension)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |