Uses of Interface
org.geotools.api.referencing.datum.GeodeticDatum
-
Packages that use GeodeticDatum Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.geotools.coverage.io.netcdf.crs 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. -
-
Uses of GeodeticDatum in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return GeodeticDatum Modifier and Type Method Description GeodeticDatum
GeodeticCRS. getDatum()
Returns the datum, which must be geodetic.GeodeticDatum
ProjectedCRS. getDatum()
Returns the datum.Methods in org.geotools.api.referencing.crs with parameters of type GeodeticDatum Modifier and Type Method 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.GeographicCRS
CRSFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
Creates a geographic coordinate reference system. -
Uses of GeodeticDatum in org.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that return GeodeticDatum Modifier and Type Method Description GeodeticDatum
DatumAuthorityFactory. createGeodeticDatum(String code)
Returns a geodetic datum from a code.GeodeticDatum
DatumFactory. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters. -
Uses of GeodeticDatum in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that return GeodeticDatum Modifier and Type Method Description static GeodeticDatum
ProjectionBuilder. createGeodeticDatum(String name, Ellipsoid ellipsoid)
Build a DefaultGeodeticDatum
on top of a specificEllipsoid
instance, usingDefaultPrimeMeridian.GREENWICH
as primeMeridian.Methods in org.geotools.coverage.io.netcdf.crs with parameters of type GeodeticDatum Modifier and Type Method Description static GeographicCRS
ProjectionBuilder. createGeographicCRS(String name, GeodeticDatum datum)
Build aGeographicCRS
given the name to be assigned and theGeodeticDatum
to be used.static GeographicCRS
ProjectionBuilder. createGeographicCRS(String name, GeodeticDatum datum, EllipsoidalCS ellipsoidalCS)
Build aGeographicCRS
given the name to be assigned, theGeodeticDatum
to be used and theEllipsoidalCS
. -
Uses of GeodeticDatum in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return GeodeticDatum Modifier and Type Method Description 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 Constructor Description 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.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.DefaultGeographicCRS(String name, GeodeticDatum datum, EllipsoidalCS cs)
Constructs a geographic CRS from a name.DefaultGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
Constructs a geographic CRS from a set of properties.DefaultGeographicCRS(GeodeticDatum datum, EllipsoidalCS cs)
Constructs a geographic CRS with the same properties than the given datum. -
Uses of GeodeticDatum in org.geotools.referencing.datum
Classes in org.geotools.referencing.datum that implement GeodeticDatum Modifier and Type Class Description 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 Modifier and Type Field Description GeodeticDatum
BursaWolfParameters. targetDatum
The target datum for this parameters.Methods in org.geotools.referencing.datum with parameters of type GeodeticDatum Modifier and Type Method Description 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, ornull
if none.Constructors in org.geotools.referencing.datum with parameters of type GeodeticDatum Constructor Description 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 Modifier and Type Method Description GeodeticDatum
AbstractAuthorityFactory. createGeodeticDatum(String code)
Returns a geodetic datum from a code.GeodeticDatum
AbstractAuthorityMediator. createGeodeticDatum(String code)
GeodeticDatum
AbstractCachedAuthorityFactory. createGeodeticDatum(String code)
GeodeticDatum
AuthorityFactoryAdapter. createGeodeticDatum(String code)
Returns a geodetic datum from a code.GeodeticDatum
BufferedAuthorityFactory. createGeodeticDatum(String code)
Returns a geodetic datum from a code.GeodeticDatum
CachedAuthorityDecorator. createGeodeticDatum(String code)
GeodeticDatum
DatumAliases. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.GeodeticDatum
FallbackAuthorityFactory. createGeodeticDatum(String code)
Returns a geodetic datum from a code.GeodeticDatum
ReferencingObjectFactory. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.GeodeticDatum
ThreadedAuthorityFactory. createGeodeticDatum(String code)
Returns a geodetic datum from a code.Methods in org.geotools.referencing.factory with parameters of type GeodeticDatum Modifier and Type Method 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.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 Modifier and Type Method Description BursaWolfParameters
BursaWolfTransformBuilder. getBursaWolfParameters(GeodeticDatum Datum)
Returns Bursa Wolf Transformation parameters.void
BursaWolfTransformBuilder. setTargetGeodeticDatum(GeodeticDatum gd)
-