GeoAPI 2.0
Build 2005-06-08

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

Packages that use CoordinateSystem
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.cs Coordinate systems and their axis
 

Uses of CoordinateSystem in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return CoordinateSystem
 CoordinateSystem SingleCRS.getCoordinateSystem()
          Returns the coordinate system.
 CoordinateSystem GeocentricCRS.getCoordinateSystem()
          Returns the coordinate system, which must be cartesian or spherical.
 CoordinateSystem CoordinateReferenceSystem.getCoordinateSystem()
          Returns the coordinate system.
 

Methods in org.opengis.referencing.crs with parameters of type CoordinateSystem
 DerivedCRS CRSFactory.createDerivedCRS(Map<String,? extends Object> properties, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
          Deprecated. Use the method with an OperationMethod argument instead.
 DerivedCRS CRSFactory.createDerivedCRS(Map<String,? extends Object> properties, OperationMethod method, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
          Creates a derived coordinate reference system.
 EngineeringCRS CRSFactory.createEngineeringCRS(Map<String,? extends Object> properties, EngineeringDatum datum, CoordinateSystem cs)
          Creates a engineering coordinate reference system.
 

Uses of CoordinateSystem in org.opengis.referencing.cs
 

Subinterfaces of CoordinateSystem in org.opengis.referencing.cs
 interface AffineCS
          A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.
 interface CartesianCS
          A 1-, 2-, or 3-dimensional coordinate system.
 interface CylindricalCS
          A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system.
 interface EllipsoidalCS
          A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.
 interface LinearCS
          A one-dimensional coordinate system that consists of the points that lie on the single axis described.
 interface PolarCS
          A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction.
 interface SphericalCS
          A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
 interface TimeCS
          A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.
 interface UserDefinedCS
          A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.
 interface VerticalCS
          A one-dimensional coordinate system used to record the heights (or depths) of points.
 

Methods in org.opengis.referencing.cs that return CoordinateSystem
 CoordinateSystem CSAuthorityFactory.createCoordinateSystem(String code)
          Returns an arbitrary coordinate system from a code.
 


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium