Uses of Interface
org.geotools.api.referencing.cs.SphericalCS
-
Packages that use SphericalCS Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.cs Coordinate systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories. -
-
Uses of SphericalCS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs with parameters of type SphericalCS Modifier and Type Method Description GeocentricCRSCRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)Creates a geocentric coordinate reference system from a spherical coordinate system. -
Uses of SphericalCS in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that return SphericalCS Modifier and Type Method Description SphericalCSCSAuthorityFactory. createSphericalCS(String code)Creates a spherical coordinate system from a code.SphericalCSCSFactory. createSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a spherical coordinate system from the given set of axis. -
Uses of SphericalCS in org.geotools.referencing.crs
Constructors in org.geotools.referencing.crs with parameters of type SphericalCS Constructor Description DefaultGeocentricCRS(String name, GeodeticDatum datum, SphericalCS cs)Constructs a geocentric CRS from a name.DefaultGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)Constructs a geographic CRS from a set of properties. -
Uses of SphericalCS in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement SphericalCS Modifier and Type Class Description classDefaultSphericalCSA three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.Constructors in org.geotools.referencing.cs with parameters of type SphericalCS Constructor Description DefaultSphericalCS(SphericalCS cs)Constructs a new coordinate system with the same values than the specified one. -
Uses of SphericalCS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return SphericalCS Modifier and Type Method Description SphericalCSAbstractAuthorityFactory. createSphericalCS(String code)Creates a spherical coordinate system from a code.SphericalCSAbstractAuthorityMediator. createSphericalCS(String code)SphericalCSAbstractCachedAuthorityFactory. createSphericalCS(String code)SphericalCSAuthorityFactoryAdapter. createSphericalCS(String code)Creates a spherical coordinate system from a code.SphericalCSBufferedAuthorityFactory. createSphericalCS(String code)Returns a spherical coordinate system from a code.SphericalCSCachedAuthorityDecorator. createSphericalCS(String code)SphericalCSFallbackAuthorityFactory. createSphericalCS(String code)Creates a spherical coordinate system from a code.SphericalCSReferencingObjectFactory. createSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a spherical coordinate system from the given set of axis.SphericalCSThreadedAuthorityFactory. createSphericalCS(String code)Returns a spherical coordinate system from a code.Methods in org.geotools.referencing.factory with parameters of type SphericalCS Modifier and Type Method Description GeocentricCRSReferencingObjectFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)Creates a geocentric coordinate reference system from a spherical coordinate system.
-