|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultCartesianCS | |
---|---|
org.geotools.referencing.cs | Coordinate systems implementation. |
Uses of DefaultCartesianCS in org.geotools.referencing.cs |
---|
Fields in org.geotools.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.geotools.referencing.cs that return DefaultCartesianCS | |
---|---|
DefaultCartesianCS |
DefaultCartesianCS.usingUnit(javax.measure.unit.Unit<?> unit)
Returns a new coordinate system with the same properties than the current one except for axis units. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |