GeoAPI 2.0
Build 2005-06-08

Uses of Interface
org.opengis.referencing.cs.CartesianCS

Packages that use CartesianCS
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
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
 CartesianCS ProjectedCRS.getCoordinateSystem()
          Returns the coordinate system, which must be cartesian.
 

Methods in org.opengis.referencing.crs with parameters of type CartesianCS
 GeocentricCRS CRSFactory.createGeocentricCRS(Map<String,? extends Object> properties, GeodeticDatum datum, CartesianCS cs)
          Creates a geocentric coordinate reference system from a cartesian coordinate system.
 ProjectedCRS CRSFactory.createProjectedCRS(Map<String,? extends Object> properties, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
          Deprecated. Use the method with an OperationMethod argument instead.
 ProjectedCRS CRSFactory.createProjectedCRS(Map<String,? extends Object> properties, GeographicCRS geoCRS, String method, GeneralParameterValue[] parameters, CartesianCS cs)
          Deprecated. This method will be removed for the following reasons:
 ProjectedCRS CRSFactory.createProjectedCRS(Map<String,? extends Object> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
          Creates a projected coordinate reference system from a transform.
 

Uses of CartesianCS in org.opengis.referencing.cs
 

Methods in org.opengis.referencing.cs that return CartesianCS
 CartesianCS CSFactory.createCartesianCS(Map<String,? extends Object> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a two dimensional cartesian coordinate system from the given pair of axis.
 CartesianCS CSFactory.createCartesianCS(Map<String,? extends Object> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a three dimensional cartesian coordinate system from the given set of axis.
 CartesianCS CSAuthorityFactory.createCartesianCS(String code)
          Creates a cartesian coordinate system from a code.
 


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium