Uses of Interface
org.opengis.referencing.cs.CoordinateSystem
Package
Description
Coordinate systems and their
axis.
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of CoordinateSystem in org.opengis.referencing.crs
Modifier and TypeMethodDescriptionCoordinateReferenceSystem.getCoordinateSystem()
Returns a relevant coordinate system instance.GeocentricCRS.getCoordinateSystem()
SingleCRS.getCoordinateSystem()
Returns the coordinate system.Modifier and TypeMethodDescriptionCRSFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system.CRSFactory.createEngineeringCRS
(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering coordinate reference system. -
Uses of CoordinateSystem in org.opengis.referencing.cs
Modifier and TypeInterfaceDescriptioninterface
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.interface
A 1-, 2-, or 3-dimensional coordinate system.interface
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
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
A one-dimensional coordinate system that consists of the points that lie on the single axis described.interface
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
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interface
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
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.interface
A one-dimensional coordinate system used to record the heights (or depths) of points.Modifier and TypeMethodDescriptionCSAuthorityFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code. -
Uses of CoordinateSystem in org.opengis.referencing.operation
Modifier and TypeMethodDescriptionMathTransformFactory.createBaseToDerived
(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.