|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultCartesianCS | |
|---|---|
| org.geotoolkit.referencing.cs | Coordinate system implementations. |
| Uses of DefaultCartesianCS in org.geotoolkit.referencing.cs |
|---|
| Fields in org.geotoolkit.referencing.cs declared as DefaultCartesianCS | |
|---|---|
static DefaultCartesianCS |
DefaultCartesianCS.DISPLAY
A two-dimensional Cartesian CS with display x, display y axis. |
static DefaultCartesianCS |
DefaultCartesianCS.GENERIC_2D
A two-dimensional Cartesian CS with x, y axis in metres. |
static DefaultCartesianCS |
DefaultCartesianCS.GENERIC_3D
A three-dimensional Cartesian CS with x, y, z axis in metres. |
static DefaultCartesianCS |
DefaultCartesianCS.GEOCENTRIC
A three-dimensional Cartesian CS with geocentric x, y, z axis in metres. |
static DefaultCartesianCS |
DefaultCartesianCS.GRID
A two-dimensional Cartesian CS with column, row axis. |
static DefaultCartesianCS |
DefaultCartesianCS.PROJECTED
A two-dimensional Cartesian CS with Easting, Northing axis in metres. |
| Methods in org.geotoolkit.referencing.cs that return DefaultCartesianCS | |
|---|---|
static DefaultCartesianCS |
DefaultCartesianCS.castOrCopy(CartesianCS object)
Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation. |
DefaultCartesianCS |
DefaultCartesianCS.usingUnit(Unit<?> unit)
Returns a new coordinate system with the same properties than the current one except for axis units. |
static DefaultCartesianCS |
DefaultCartesianCS.wrap(CartesianCS object)
Deprecated. Renamed castOrCopy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||