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 GeodeticDatumProjectionBuilder.createGeodeticDatum(String name, Ellipsoid ellipsoid) Build a DefaultGeodeticDatumon top of a specificEllipsoidinstance, usingDefaultPrimeMeridian.GREENWICHas primeMeridian.Methods in org.geotools.coverage.io.netcdf.crs with parameters of type GeodeticDatumModifier and TypeMethodDescriptionstatic GeographicCRSProjectionBuilder.createGeographicCRS(String name, GeodeticDatum datum) Build aGeographicCRSgiven the name to be assigned and theGeodeticDatumto be used.static GeographicCRSProjectionBuilder.createGeographicCRS(String name, GeodeticDatum datum, EllipsoidalCS ellipsoidalCS) Build aGeographicCRSgiven the name to be assigned, theGeodeticDatumto 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 TypeClassDescriptionclassDefines 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 GeodeticDatumBursaWolfParameters.targetDatumThe target datum for this parameters.Methods in org.geotools.referencing.datum with parameters of type GeodeticDatumModifier and TypeMethodDescriptionstatic MatrixDefaultGeodeticDatum.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, ornullif 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.voidBursaWolfTransformBuilder.setTargetGeodeticDatum(GeodeticDatum gd)