Uses of Class
org.geotools.referencing.cs.DefaultCartesianCS

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.PROJECTED
          A two-dimensional cartesian CS with Easting,, Northing axis in metres.
static DefaultCartesianCS DefaultCartesianCS.GEOCENTRIC
          A three-dimensional cartesian CS with geocentric x, y, z axis in metres.
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.GRID
          A two-dimensional cartesian CS with column, row axis.
static DefaultCartesianCS DefaultCartesianCS.DISPLAY
          A two-dimensional cartesian CS with display x, display y axis.
 

Methods in org.geotools.referencing.cs that return DefaultCartesianCS
 DefaultCartesianCS DefaultCartesianCS.usingUnit(javax.units.Unit unit)
          Returns a new coordinate system with the same properties than the current one except for axis units.
 



Copyright © GeoTools. All Rights Reserved.