Uses of Interface
org.geotools.api.referencing.datum.GeodeticDatum
Packages that use GeodeticDatum
Package
Description
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate reference systems implementation.
Datum implementation.
Base classes for factories and
authority factories.
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 GeodeticDatumModifier and TypeMethodDescriptionGeodeticCRS.getDatum()
Returns the datum, which must be geodetic.ProjectedCRS.getDatum()
Returns the datum.Methods in org.geotools.api.referencing.crs with parameters of type GeodeticDatumModifier and TypeMethodDescriptionCRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Creates a geocentric coordinate reference system from a cartesian coordinate system.CRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system.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 GeodeticDatumModifier and TypeMethodDescriptionDatumAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic datum from a code.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 GeodeticDatumModifier and TypeMethodDescriptionstatic 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 GeodeticDatumModifier and TypeMethodDescriptionstatic 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 GeodeticDatumModifier and TypeMethodDescriptionDefaultGeocentricCRS.getDatum()
Returns the datum.DefaultGeographicCRS.getDatum()
Returns the datum.DefaultProjectedCRS.getDatum()
Returns the datum.Constructors in org.geotools.referencing.crs with parameters of type GeodeticDatumModifierConstructorDescriptionDefaultGeocentricCRS
(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 GeodeticDatumModifier and TypeClassDescriptionclass
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 GeodeticDatumModifier and TypeFieldDescriptionfinal GeodeticDatum
BursaWolfParameters.targetDatum
The target datum for this parameters.Methods in org.geotools.referencing.datum with parameters of type GeodeticDatumModifier and TypeMethodDescriptionstatic Matrix
DefaultGeodeticDatum.getAffineTransform
(GeodeticDatum source, GeodeticDatum target) Returns a matrix that can be used to define a transformation to the specified datum.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 GeodeticDatumModifierConstructorDescriptionBursaWolfParameters
(GeodeticDatum target) Constructs a transformation info with all parameters set to 0.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 GeodeticDatumModifier and TypeMethodDescriptionAbstractAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic datum from a code.AbstractAuthorityMediator.createGeodeticDatum
(String code) AbstractCachedAuthorityFactory.createGeodeticDatum
(String code) AuthorityFactoryAdapter.createGeodeticDatum
(String code) Returns a geodetic datum from a code.BufferedAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic datum from a code.CachedAuthorityDecorator.createGeodeticDatum
(String code) DatumAliases.createGeodeticDatum
(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.FallbackAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic datum from a code.ReferencingObjectFactory.createGeodeticDatum
(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.ThreadedAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic datum from a code.Methods in org.geotools.referencing.factory with parameters of type GeodeticDatumModifier and TypeMethodDescriptionReferencingObjectFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Creates a geocentric coordinate reference system from a cartesian coordinate system.ReferencingObjectFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system.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 GeodeticDatumModifier and TypeMethodDescriptionBursaWolfTransformBuilder.getBursaWolfParameters
(GeodeticDatum Datum) Returns Bursa Wolf Transformation parameters.void
BursaWolfTransformBuilder.setTargetGeodeticDatum
(GeodeticDatum gd)