Uses of Interface
org.geotools.api.referencing.datum.Datum
Packages that use Datum
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.
Authority factories for
the EPSG database.
-
Uses of Datum in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return Datum -
Uses of Datum in org.geotools.api.referencing.datum
Subinterfaces of Datum in org.geotools.api.referencing.datumModifier and TypeInterfaceDescriptioninterface
Defines the origin of an engineering coordinate reference system.interface
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.interface
Defines the origin of an image coordinate reference system.interface
A temporal datum defines the origin of a temporal coordinate reference system.interface
A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.Methods in org.geotools.api.referencing.datum that return DatumModifier and TypeMethodDescriptionDatumAuthorityFactory.createDatum
(String code) Returns an arbitrary datum from a code. -
Uses of Datum in org.geotools.referencing.crs
Fields in org.geotools.referencing.crs declared as DatumMethods in org.geotools.referencing.crs that return DatumConstructors in org.geotools.referencing.crs with parameters of type DatumModifierConstructorDescriptionAbstractSingleCRS
(Map<String, ?> properties, Datum datum, CoordinateSystem cs) Constructs a coordinate reference system from a set of properties. -
Uses of Datum in org.geotools.referencing.datum
Classes in org.geotools.referencing.datum that implement DatumModifier and TypeClassDescriptionclass
Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.class
Defines the origin of an engineering coordinate reference system.class
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.class
Defines the origin of an image coordinate reference system.class
A temporal datum defines the origin of a temporal coordinate reference system.class
A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.Methods in org.geotools.referencing.datum with parameters of type DatumModifier and TypeMethodDescriptionstatic boolean
Returnstrue
if the specified object is equals (at least on computation purpose) to theDefaultGeodeticDatum.WGS84
datum.Constructors in org.geotools.referencing.datum with parameters of type DatumModifierConstructorDescriptionAbstractDatum
(Datum datum) Constructs a new datum with the same values than the specified one. -
Uses of Datum in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return DatumModifier and TypeMethodDescriptionAbstractAuthorityFactory.createDatum
(String code) Returns an arbitrary datum from a code.AbstractAuthorityMediator.createDatum
(String code) AbstractCachedAuthorityFactory.createDatum
(String code) AuthorityFactoryAdapter.createDatum
(String code) Returns an arbitrary datum from a code.BufferedAuthorityFactory.createDatum
(String code) Returns an arbitrary datum from a code.CachedAuthorityDecorator.createDatum
(String code) FallbackAuthorityFactory.createDatum
(String code) Returns an arbitrary datum from a code.ThreadedAuthorityFactory.createDatum
(String code) Returns an arbitrary datum from a code.protected abstract Datum
AbstractCachedAuthorityFactory.generateDatum
(String code) protected Datum
Replaces (if needed) the specified datum by a new one.Methods in org.geotools.referencing.factory with parameters of type Datum -
Uses of Datum in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that return DatumModifier and TypeMethodDescriptionDirectEpsgFactory.createDatum
(String code) Returns a datum from a code.AbstractEpsgFactory.generateDatum
(String code) Returns a datum from a code. -
Uses of Datum in org.geotools.referencing.util
Methods in org.geotools.referencing.util that return DatumModifier and TypeMethodDescriptionstatic Datum
CRSUtilities.getDatum
(CoordinateReferenceSystem crs) Returns the datum of the specified CRS, ornull
if none.