Uses of Interface
org.geotools.api.referencing.cs.SphericalCS
Packages that use SphericalCS
Package
Description
Coordinate systems and their
axis.
Coordinate reference systems implementation.
Coordinate systems implementation.
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 SphericalCSModifier 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.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that return SphericalCSModifier 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. -
Uses of SphericalCS in org.geotools.referencing.crs
Constructors in org.geotools.referencing.crs with parameters of type SphericalCSModifierConstructorDescriptionDefaultGeocentricCRS
(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 SphericalCSModifier and TypeClassDescriptionclass
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 SphericalCSModifierConstructorDescriptionConstructs 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 SphericalCSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createSphericalCS
(String code) Creates a spherical coordinate system from a code.AbstractAuthorityMediator.createSphericalCS
(String code) AbstractCachedAuthorityFactory.createSphericalCS
(String code) AuthorityFactoryAdapter.createSphericalCS
(String code) Creates a spherical coordinate system from a code.BufferedAuthorityFactory.createSphericalCS
(String code) Returns a spherical coordinate system from a code.CachedAuthorityDecorator.createSphericalCS
(String code) FallbackAuthorityFactory.createSphericalCS
(String code) Creates a spherical coordinate system from a code.ReferencingObjectFactory.createSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axis.ThreadedAuthorityFactory.createSphericalCS
(String code) Returns a spherical coordinate system from a code.Methods in org.geotools.referencing.factory with parameters of type SphericalCSModifier and TypeMethodDescriptionReferencingObjectFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system.