Uses of Interface
org.opengis.referencing.cs.CartesianCS
- 
Packages that use CartesianCS Package Description org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis. - 
- 
Uses of CartesianCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return CartesianCS Modifier and Type Method Description CartesianCSProjectedCRS. getCoordinateSystem()Returns the coordinate system, which shall be Cartesian.Methods in org.opengis.referencing.crs with parameters of type CartesianCS Modifier and Type Method Description GeocentricCRSCRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)Creates a geocentric coordinate reference system from a Cartesian coordinate system.ProjectedCRSCRSFactory. createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)Creates a projected coordinate reference system from a defining conversion. - 
Uses of CartesianCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return CartesianCS Modifier and Type Method Description CartesianCSCSAuthorityFactory. createCartesianCS(String code)Returns a Cartesian coordinate system from a code.CartesianCSCSFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional Cartesian coordinate system from the given pair of axis.CartesianCSCSFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three dimensional Cartesian coordinate system from the given set of axis. 
 -