|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeodeticDatum | |
---|---|
org.geotools.referencing.crs | Coordinate reference systems implementation. |
org.geotools.referencing.datum | Datum implementation. |
org.geotools.referencing.factory | Base classes for factories and authority factories. |
org.geotools.referencing.operation.builder | A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets. |
org.opengis.referencing.crs | Coordinate reference systems (coordinate systems with a datum). |
org.opengis.referencing.datum | Geodetic datum (the relationship of a coordinate system to the earth). |
Uses of GeodeticDatum in org.geotools.referencing.crs |
---|
Methods in org.geotools.referencing.crs that return GeodeticDatum | |
---|---|
GeodeticDatum |
DefaultGeocentricCRS.getDatum()
Returns the datum. |
GeodeticDatum |
DefaultGeographicCRS.getDatum()
Returns the datum. |
GeodeticDatum |
DefaultProjectedCRS.getDatum()
Returns the datum. |
Constructors in org.geotools.referencing.crs with parameters of type GeodeticDatum | |
---|---|
DefaultGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
CartesianCS cs)
Constructs a geographic CRS from a set of properties. |
|
DefaultGeocentricCRS(Map<String,?> properties,
GeodeticDatum datum,
SphericalCS cs)
Constructs a geographic CRS from a set of properties. |
|
DefaultGeocentricCRS(String name,
GeodeticDatum datum,
CartesianCS cs)
Constructs a geocentric CRS from a name. |
|
DefaultGeocentricCRS(String name,
GeodeticDatum datum,
SphericalCS cs)
Constructs a geocentric CRS from a name. |
|
DefaultGeographicCRS(GeodeticDatum datum,
EllipsoidalCS cs)
Constructs a geographic CRS with the same properties than the given datum. |
|
DefaultGeographicCRS(Map<String,?> properties,
GeodeticDatum datum,
EllipsoidalCS cs)
Constructs a geographic CRS from a set of properties. |
|
DefaultGeographicCRS(String name,
GeodeticDatum datum,
EllipsoidalCS cs)
Constructs a geographic CRS from a name. |
Uses of GeodeticDatum in org.geotools.referencing.datum |
---|
Classes in org.geotools.referencing.datum that implement GeodeticDatum | |
---|---|
class |
DefaultGeodeticDatum
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth. |
Fields in org.geotools.referencing.datum declared as GeodeticDatum | |
---|---|
GeodeticDatum |
BursaWolfParameters.targetDatum
The target datum for this parameters. |
Methods in org.geotools.referencing.datum with parameters of type GeodeticDatum | |
---|---|
static Matrix |
DefaultGeodeticDatum.getAffineTransform(GeodeticDatum source,
GeodeticDatum target)
Returns a matrix that can be used to define a transformation to the specified datum. |
BursaWolfParameters |
DefaultGeodeticDatum.getBursaWolfParameters(GeodeticDatum target)
Returns Bursa Wolf parameters for a datum shift toward the specified target, or null
if none. |
Constructors in org.geotools.referencing.datum with parameters of type GeodeticDatum | |
---|---|
BursaWolfParameters(GeodeticDatum target)
Constructs a transformation info with all parameters set to 0. |
|
DefaultGeodeticDatum(GeodeticDatum datum)
Constructs a new datum with the same values than the specified one. |
Uses of GeodeticDatum in org.geotools.referencing.factory |
---|
Methods in org.geotools.referencing.factory that return GeodeticDatum | |
---|---|
GeodeticDatum |
DatumAliases.createGeodeticDatum(Map<String,?> properties,
Ellipsoid ellipsoid,
PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters. |
GeodeticDatum |
ReferencingObjectFactory.createGeodeticDatum(Map<String,?> properties,
Ellipsoid ellipsoid,
PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters. |
GeodeticDatum |
AbstractAuthorityMediator.createGeodeticDatum(String code)
|
GeodeticDatum |
BufferedAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code. |
GeodeticDatum |
AuthorityFactoryAdapter.createGeodeticDatum(String code)
Returns a geodetic datum from a code. |
GeodeticDatum |
AbstractCachedAuthorityFactory.createGeodeticDatum(String code)
|
GeodeticDatum |
CachedAuthorityDecorator.createGeodeticDatum(String code)
|
GeodeticDatum |
ThreadedAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code. |
GeodeticDatum |
FallbackAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code. |
GeodeticDatum |
AbstractAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code. |
Methods in org.geotools.referencing.factory with parameters of type GeodeticDatum | |
---|---|
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. |
GeographicCRS |
ReferencingObjectFactory.createGeographicCRS(Map<String,?> properties,
GeodeticDatum datum,
EllipsoidalCS cs)
Creates a geographic coordinate reference system. |
Uses of GeodeticDatum in org.geotools.referencing.operation.builder |
---|
Methods in org.geotools.referencing.operation.builder with parameters of type GeodeticDatum | |
---|---|
BursaWolfParameters |
BursaWolfTransformBuilder.getBursaWolfParameters(GeodeticDatum Datum)
Returns Bursa Wolf Transformation parameters. |
void |
BursaWolfTransformBuilder.setTargetGeodeticDatum(GeodeticDatum gd)
|
Uses of GeodeticDatum in org.opengis.referencing.crs |
---|
Methods in org.opengis.referencing.crs that return GeodeticDatum | |
---|---|
GeodeticDatum |
ProjectedCRS.getDatum()
Returns the datum. |
GeodeticDatum |
GeodeticCRS.getDatum()
Returns the datum, which must be geodetic. |
Methods in org.opengis.referencing.crs with parameters of type GeodeticDatum | |
---|---|
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. |
GeographicCRS |
CRSFactory.createGeographicCRS(Map<String,?> properties,
GeodeticDatum datum,
EllipsoidalCS cs)
Creates a geographic coordinate reference system. |
Uses of GeodeticDatum in org.opengis.referencing.datum |
---|
Methods in org.opengis.referencing.datum that return GeodeticDatum | |
---|---|
GeodeticDatum |
DatumFactory.createGeodeticDatum(Map<String,?> properties,
Ellipsoid ellipsoid,
PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters. |
GeodeticDatum |
DatumAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |