| Interface | Description |
|---|---|
| Extent |
An
Extent defines a part of an infinite n-dimension space thanks to
a method returning true for any set of coordinates lying inside this part and
false for coordinates lying outside (input coordinates must be an array of n
doubles). |
| Class | Description |
|---|---|
| Axis |
One of the fixed reference lines of a
CoordinateSystem. |
| CoordinateSystem |
A CoordinateSystem is a set of ordered
Axis defining how coordinates
assigned to a point have to be interpreted. |
| GeographicExtent |
A geographic extent is an area of the Earth surface delimited by a southern
latitude, a northern latitude, a western longitude and an eastern longitude.
|
| Enum | Description |
|---|---|
| Axis.Direction |
Axis different directions.
|
| Exception | Description |
|---|---|
| OutOfExtentException |
An exception arising while trying to work out of a valid area defined by an
Extent object.
|
Copyright © 2019 CNRS. All rights reserved.