Package org.apache.sis.referencing.datum
package org.apache.sis.referencing.datum
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.
An explanation for this package is provided in the OpenGIS® javadoc.
The remaining discussion on this page is specific to the SIS implementation.
The root class in this package is AbstractDatum.
Various subclasses are defined for various kinds of relationship to the Earth or time
(geodetic,
vertical,
temporal),
or to platforms (mobile or not)
(engineering,
image).
Some of those SIS subclasses provide additional methods that are not part of OGC/ISO specifications:
DefaultEllipsoid.getAuthalicRadius()DefaultEllipsoid.getEccentricity()DefaultPrimeMeridian.getGreenwichLongitude(Unit)DefaultGeodeticDatum.getBursaWolfParameters()DefaultGeodeticDatum.getPositionVectorTransformation(GeodeticDatum, Extent)
Datum shifts
Three classes are provided in support of coordinate transformations between different datums:BursaWolfParametersperforms an approximation based on a translation, rotation and scale of geocentric coordinates.TimeDependentBWPis likeBursaWolfParameters, but varies with time for taking in account the motion of plate tectonic.DatumShiftGridis used for more accurate transformations than whatBursaWolfParametersallows, by interpolating the geographic or geocentric translations in a grid (e.g. NADCON or NTv2) instead of apply the same transformation for every points.
- Since:
- 0.4
-
ClassesClassDescriptionSpecifies the relationship of a Coordinate System to the earth.Parameters for a geographic transformation between two datum having the same prime meridian.Utility methods for working on objects that may be
DatumorDatumEnsemble.Small but non-constant translations to apply on coordinates for datum shifts or other transformation process.DefaultDatumEnsemble<D extends Datum>Collection of datums which for low accuracy requirements may be considered to be insignificantly different from each other.Geometric figure that can be used to describe the approximate shape of the earth.Defines the origin of an engineering coordinate reference system.Defines the location and orientation of an ellipsoid that approximates the shape of the earth.A geodetic reference frame in which some of the defining parameters have time dependency.Deprecated, for removal: This API element is subject to removal in a future version.Defines the origin of a parametric coordinate reference system.Defines the origin from which longitude values are determined.Defines the origin of a temporal coordinate reference system.Identifies a particular reference level surface used as a zero-height surface.A vertical reference frame in which some of the defining parameters have time dependency.Parameters for a time-dependent geographic transformation between two datum.
ImageDatumclass has been removed in ISO 19111:2019.