Uses of Interface
org.opengis.referencing.cs.CoordinateSystem
-
Packages that use CoordinateSystem Package Description org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis.org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). -
-
Uses of CoordinateSystem in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return CoordinateSystem Modifier and Type Method Description CoordinateSystemCoordinateReferenceSystem. getCoordinateSystem()Returns the coordinate system of a single CRS, or a view over all coordinate systems of a compound CRS.CoordinateSystemGeocentricCRS. getCoordinateSystem()CoordinateSystemSingleCRS. getCoordinateSystem()Returns the coordinate system associated to this CRS.Methods in org.opengis.referencing.crs with parameters of type CoordinateSystem Modifier and Type Method Description DerivedCRSCRSFactory. createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)Creates a derived coordinate reference system.EngineeringCRSCRSFactory. createEngineeringCRS(Map<String,?> 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 Modifier and Type Interface Description interfaceAffineCSA 2- or 3-dimensional coordinate system with straight axes that are not necessarily orthogonal.interfaceCartesianCSA 2- or 3-dimensional coordinate system with orthogonal straight axes.interfaceCylindricalCSA 3-dimensional coordinate system consisting of aPolarCSextended by a straight axis perpendicular to the plane spanned by the polar CS.interfaceEllipsoidalCSA 2- or 3-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the 3D case) ellipsoidal height.interfaceLinearCSA 1-dimensional coordinate system that consists of the points that lie on the single axis described.interfaceParametricCSA 1-dimensional coordinate system containing a single axis.interfacePolarCSA 2-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.interfaceSphericalCSA 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interfaceTimeCSA 1-dimensional coordinate system containing a single time axis.interfaceUserDefinedCSA 2- or 3-dimensional coordinate system that consists of any combination of axes not covered by any other CS type.interfaceVerticalCSA 1-dimensional coordinate system used to record the heights or depths of points.Methods in org.opengis.referencing.cs that return CoordinateSystem Modifier and Type Method Description CoordinateSystemCSAuthorityFactory. createCoordinateSystem(String code)Returns an arbitrary coordinate system from a code. -
Uses of CoordinateSystem in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation with parameters of type CoordinateSystem Modifier and Type Method Description MathTransformMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.
-