GeodeticDatumProps Interface

This interface represents a geodetic datum. Geodetic datums are based on an ellipsoid. In addition to the ellipsoid definition they are the base for longitude/latitude coordinates. Geodetic datums are the basis for geodetic transformations. Most geodetic datums are defined by specifying the transformation to the common base WGS84 (or local equivalent). The transforms property can contain the definition of the transformation path to WGS84. Sometimes there exists transformation paths direct from one non-WGS84 datum to another non-WGS84. The current model does not allow specifications of these special paths at the moment.

Implemented by

Properties

Name Type Description
additionalTransformPaths GeodeticTransformPathProps[] | undefined The optional list of transformation paths to other datum.  
deprecated boolean | undefined If true then indicates the definition is deprecated.  
description string | undefined Description  
ellipsoid GeodeticEllipsoidProps | undefined The full definition of the geodetic ellipsoid associated to the datum.  
ellipsoidId string | undefined The key name to the base Ellipsoid.  
epsg number | undefined The EPSG code of the geodetic datum.  
id string | undefined GeodeticDatum key name  
source string | undefined A textual description of the source of the geodetic datum definition.  
transforms GeodeticTransformProps[] | undefined The transformation to WGS84.  

Defined in

Last Updated: 13 May, 2024