Uses of Interface
org.opengis.referencing.cs.EllipsoidalCS
-
Uses of EllipsoidalCS in org.opengis.referencing.crs
Modifier and TypeMethodDescriptionGeographicCRS.getCoordinateSystem()
Returns the coordinate system, which must be ellipsoidal.Modifier and TypeMethodDescriptionCRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic coordinate reference system. -
Uses of EllipsoidalCS in org.opengis.referencing.cs
Modifier and TypeMethodDescriptionCSAuthorityFactory.createEllipsoidalCS
(String code) Creates an ellipsoidal coordinate system from a code.CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates an ellipsoidal coordinate system without ellipsoidal height.CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates an ellipsoidal coordinate system with ellipsoidal height.