Skip navigation links

Package org.opengis.referencing.datum

Geodetic datum (the relationship of a coordinate system to the earth).

See: Description

Package org.opengis.referencing.datum Description

Geodetic datum (the relationship of a coordinate system to the earth). The following is adapted from OpenGIS® Spatial Referencing by Coordinates (Topic 2) specification.

A datum specifies the relationship of a coordinate system to the earth or, in some applications to an Engineering CRS, to a moving platform, thus creating a coordinate reference system. A datum can be used as the basis for one-, two- or three-dimensional systems.

Five subtypes of datum are specified: geodetic, vertical, engineering, image and temporal. Each datum subtype can be associated only with specific types of coordinate reference systems. A geodetic datum is used with three-dimensional or horizontal (two-dimensional) coordinate reference systems, and requires an ellipsoid definition and a prime meridian definition. It is used to describe large portions of the earth's surface up to the entire earth's surface. A vertical datum can only be associated with a vertical coordinate reference system. Image datum and engineering datum are both used in a local context only: to describe the origin of an image and the origin of an engineering (or local) coordinate reference system.

 

Vertical datum

Further sub-typing is required to describe vertical datums adequately. The following types of vertical datum are distinguished:

 

Image datum

The image pixel grid is defined as the set of lines of constant integer ordinate values. The term "image grid" is often used in other standards to describe the concept of Image CRS. However, care must be taken to correctly interpret this term in the context in which it is used. The term "grid cell" is often used as a substitute for the term "pixel".

The grid lines of the image may be associated in two ways with the data attributes of the pixel or grid cell (ISO CD 19123). The data attributes of the image usually represent an average or integrated value that is associated with the entire pixel.

An image grid can be associated with this data in such a way that the grid lines run through the centres of the pixels. The cell centres will thus have integer coordinate values. In that case the attribute "pixel in cell" will have the value "cell centre".

Alternatively the image grid may be defined such that the grid lines associate with the cell or pixel corners rather than the cell centres. The cell centres will thus have noninteger coordinate values, the fractional parts always being 0.5. ISO CD 19123 calls the grid points in this latter case "posts" and associated image data: "matrix data". The attribute "pixel in cell" will now have the value "cell corner".

This difference in perspective has no effect on the image interpretation, but is important for coordinate transformations involving this defined image.

 

Prime meridian

A prime meridian defines the origin from which longitude values are specified. Most geodetic datums use Greenwich as their prime meridian. A prime meridian description is not needed for any datum type other than geodetic, or if the datum type is geodetic and the prime meridian is Greenwich. The prime meridian description is mandatory if the datum type is geodetic and its prime meridian is not Greenwich.

 

Ellipsoid

An ellipsoid is defined that approximates the surface of the geoid. Because of the area for which the approximation is valid - traditionally regionally, but with the advent of satellite positioning often globally - the ellipsoid is typically associated with Geographic and Projected CRSs. An ellipsoid specification shall not be provided if the datum type not geodetic.

One ellipsoid must be specified with every geodetic datum, even if the ellipsoid is not used computationally. The latter may be the case when a Geocentric CRS is used, e.g., in the calculation of satellite orbit and ground positions from satellite observations. Although use of a Geocentric CRS apparently obviates the need of an ellipsoid, the ellipsoid usually played a role in the determination of the associated geodetic datum. Furthermore one or more Geographic CRSs may be based on the same geodetic datum, which requires the correct ellipsoid the associated with any given geodetic datum.

An ellipsoid is defined either by its semi-major axis and inverse flattening, or by its semimajor axis and semi-minor axis. For some applications, for example small-scale mapping in atlases, a spherical approximation of the geoid's surface is used, requiring only the radius of the sphere to be specified.

Since:
GeoAPI 1.0
Skip navigation links

Copyright © 1996–2019 Geotools. All rights reserved.