Package | Description |
---|---|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.epsg.wkt | |
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.geotools.referencing.operation |
Coordinate operation implementation.
|
org.opengis.referencing.crs |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGeocentricCRS
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
|
Constructor and Description |
---|
DefaultGeocentricCRS(GeocentricCRS crs)
Constructs a new geocentric CRS with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
GeocentricCRS |
EPSGCRSAuthorityFactory.createGeocentricCRS(String str)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GeocentricCRS |
ReferencingObjectFactory.createGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
CartesianCS cs)
Creates a geocentric coordinate reference system from a cartesian
coordinate system.
|
GeocentricCRS |
ReferencingObjectFactory.createGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
SphericalCS cs)
Creates a geocentric coordinate reference system from a spherical
coordinate system.
|
GeocentricCRS |
AbstractAuthorityFactory.createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.
|
GeocentricCRS |
FallbackAuthorityFactory.createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.
|
GeocentricCRS |
ThreadedAuthorityFactory.createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.
|
GeocentricCRS |
AbstractAuthorityMediator.createGeocentricCRS(String code) |
GeocentricCRS |
CachedCRSAuthorityDecorator.createGeocentricCRS(String code) |
GeocentricCRS |
BufferedAuthorityFactory.createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.
|
GeocentricCRS |
AuthorityFactoryAdapter.createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.
|
GeocentricCRS |
AbstractCachedAuthorityFactory.createGeocentricCRS(String code) |
GeocentricCRS |
CachedAuthorityDecorator.createGeocentricCRS(String code) |
Modifier and Type | Method and Description |
---|---|
protected CoordinateOperation |
DefaultCoordinateOperationFactory.createOperationStep(GeocentricCRS sourceCRS,
GeocentricCRS targetCRS)
Creates an operation between two geocentric coordinate reference systems.
|
protected CoordinateOperation |
DefaultCoordinateOperationFactory.createOperationStep(GeocentricCRS sourceCRS,
GeographicCRS targetCRS)
Creates an operation from a geocentric to a geographic coordinate reference systems.
|
protected CoordinateOperation |
DefaultCoordinateOperationFactory.createOperationStep(GeographicCRS sourceCRS,
GeocentricCRS targetCRS)
Creates an operation from a geographic to a geocentric coordinate reference systems.
|
Modifier and Type | Method and Description |
---|---|
GeocentricCRS |
CRSFactory.createGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
CartesianCS cs)
Creates a geocentric coordinate reference system from a cartesian
coordinate system.
|
GeocentricCRS |
CRSFactory.createGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
SphericalCS cs)
Creates a geocentric coordinate reference system from a spherical
coordinate system.
|
GeocentricCRS |
CRSAuthorityFactory.createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.
|
Copyright © 1996–2019 Geotools. All rights reserved.