|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SphericalCS | |
---|---|
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. |
org.opengis.referencing.crs | Coordinate reference systems (coordinate systems with a datum). |
org.opengis.referencing.cs | Coordinate systems and their axis. |
Uses of SphericalCS in org.geotools.referencing.crs |
---|
Constructors in org.geotools.referencing.crs with parameters of type SphericalCS | |
---|---|
DefaultGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
SphericalCS cs)
Constructs a geographic CRS from a set of properties. |
|
DefaultGeocentricCRS(String name,
GeodeticDatum datum,
SphericalCS cs)
Constructs a geocentric CRS from a name. |
Uses of SphericalCS in org.geotools.referencing.cs |
---|
Classes in org.geotools.referencing.cs that implement SphericalCS | |
---|---|
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 | |
---|---|
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 | |
---|---|
SphericalCS |
ReferencingObjectFactory.createSphericalCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a spherical coordinate system from the given set of axis. |
SphericalCS |
AbstractAuthorityMediator.createSphericalCS(String code)
|
SphericalCS |
BufferedAuthorityFactory.createSphericalCS(String code)
Returns a spherical coordinate system from a code. |
SphericalCS |
AuthorityFactoryAdapter.createSphericalCS(String code)
Creates a spherical coordinate system from a code. |
SphericalCS |
AbstractCachedAuthorityFactory.createSphericalCS(String code)
|
SphericalCS |
CachedAuthorityDecorator.createSphericalCS(String code)
|
SphericalCS |
ThreadedAuthorityFactory.createSphericalCS(String code)
Returns a spherical coordinate system from a code. |
SphericalCS |
FallbackAuthorityFactory.createSphericalCS(String code)
Creates a spherical coordinate system from a code. |
SphericalCS |
AbstractAuthorityFactory.createSphericalCS(String code)
Creates a spherical coordinate system from a code. |
Methods in org.geotools.referencing.factory with parameters of type SphericalCS | |
---|---|
GeocentricCRS |
ReferencingObjectFactory.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.crs |
---|
Methods in org.opengis.referencing.crs with parameters of type SphericalCS | |
---|---|
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.opengis.referencing.cs |
---|
Methods in org.opengis.referencing.cs that return SphericalCS | |
---|---|
SphericalCS |
CSFactory.createSphericalCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a spherical coordinate system from the given set of axis. |
SphericalCS |
CSAuthorityFactory.createSphericalCS(String code)
Creates a spherical coordinate system from a code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |