|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| 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 GridRangeSpecifies 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. |
int |
getLower(int dimension)
Returns the valid minimum inclusive grid coordinate along the specified dimension. |
int[] |
getLowers()
The valid minimum inclusive grid coordinate. |
int |
getUpper(int dimension)
Returns the valid maximum exclusive grid coordinate along the specified dimension. |
int[] |
getUppers()
The valid maximum exclusive grid coordinate. |
| Method Detail |
|---|
int getDimension()
@UML(identifier="lo",
obligation=MANDATORY,
specification=OGC_01004)
int[] getLowers()
@UML(identifier="hi",
obligation=MANDATORY,
specification=OGC_01004)
int[] getUppers()
int getLower(int dimension)
getLowers()int getUpper(int dimension)
getUppers()int getLength(int dimension)
getUpper(dimension)-getLower(dimension).
|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |