GeodeticEllipsoidProps Interface

This interface defines the mathematical model of the Earth shape in the form of an ellipsoid. There are various ways to define an ellipsoid but we have retained the definition based on the polar and equatorial radiuses. The other ellipsoid properties, such as flattening and inverse flattening, can be obtained using the simple equations that are defined at: https://en.wikipedia.org/wiki/Flattening and https://en.wikipedia.org/wiki/Earth_ellipsoid.

Implemented by

Properties

Name Type Description
deprecated boolean | undefined If true then indicates the definition is deprecated.  
description string | undefined Description of the ellipsoid  
epsg number | undefined The EPSG code of the ellipsoid.  
equatorialRadius number | undefined The equatorial radius of the ellipsoid in meters  
id string | undefined Ellipsoid key name  
polarRadius number | undefined The polar radius of the ellipsoid in meters  
source string | undefined The textual description of the source of the ellipsoid definition.  

Defined in

Last Updated: 13 May, 2024