Uses of Interface
org.opengis.referencing.cs.SphericalCS
-
Uses of SphericalCS in org.opengis.referencing.crs
Modifier and TypeMethodDescriptionCRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system. -
Uses of SphericalCS in org.opengis.referencing.cs
Modifier and TypeMethodDescriptionCSAuthorityFactory.createSphericalCS
(String code) Creates a spherical coordinate system from a code.CSFactory.createSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axis.