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 GeocentricCRS
CRSFactory. 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 SphericalCS
CSAuthorityFactory. createSphericalCS(String code)
Creates a spherical coordinate system from a code.SphericalCS
CSFactory. 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 class
DefaultSphericalCS
A 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 SphericalCS
AbstractAuthorityFactory. createSphericalCS(String code)
Creates a spherical coordinate system from a code.SphericalCS
AbstractAuthorityMediator. createSphericalCS(String code)
SphericalCS
AbstractCachedAuthorityFactory. createSphericalCS(String code)
SphericalCS
AuthorityFactoryAdapter. createSphericalCS(String code)
Creates a spherical coordinate system from a code.SphericalCS
BufferedAuthorityFactory. createSphericalCS(String code)
Returns a spherical coordinate system from a code.SphericalCS
CachedAuthorityDecorator. createSphericalCS(String code)
SphericalCS
FallbackAuthorityFactory. createSphericalCS(String code)
Creates a spherical coordinate system from a code.SphericalCS
ReferencingObjectFactory. createSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a spherical coordinate system from the given set of axis.SphericalCS
ThreadedAuthorityFactory. 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 GeocentricCRS
ReferencingObjectFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)
Creates a geocentric coordinate reference system from a spherical coordinate system.
-