|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
GridEnvelope.
@Deprecated
@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 |
getLength(int dimension)
Deprecated. Renamed as GridEnvelope.getSpan(int). |
GridCoordinates |
getLower()
Deprecated. Renamed as GridEnvelope.getLow(). |
int |
getLower(int dimension)
Deprecated. Renamed as GridEnvelope.getLow(int). |
GridCoordinates |
getUpper()
Deprecated. Replaced as GridEnvelope.getHigh() with 1 added to all ordinate values. |
int |
getUpper(int dimension)
Deprecated. Renamed as GridEnvelope.getHigh(int) + 1. |
| Methods inherited from interface GridEnvelope |
|---|
getDimension, getHigh, getHigh, getLow, getLow, getSpan |
| Method Detail |
|---|
@Deprecated
@UML(identifier="lo",
obligation=MANDATORY,
specification=OGC_01004)
GridCoordinates getLower()
GridEnvelope.getLow().
@Deprecated
@UML(identifier="hi",
obligation=MANDATORY,
specification=OGC_01004)
GridCoordinates getUpper()
GridEnvelope.getHigh() with 1 added to all ordinate values.
@Extension @Deprecated int getLower(int dimension)
GridEnvelope.getLow(int).
@Extension @Deprecated int getUpper(int dimension)
GridEnvelope.getHigh(int) + 1.
@Extension @Deprecated int getLength(int dimension)
GridEnvelope.getSpan(int).
getUpper(dimension)-getLower(dimension).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||