olp-cpp-sdk  1.22.0
Static Public Member Functions | List of all members
olp::geo::EarthConstants Class Reference

Represents WGS84 Earth's constants. More...

#include <EarthConstants.h>

Static Public Member Functions

static double EquatorialRadius ()
 Gets the Earth's equatorial radius, which is the distance from its center to the equator. More...
 
static double PolarRadius ()
 Gets the Earth's polar radius, which is the distance from its center to the North and South Poles. More...
 
static double EquatorialCircumference ()
 Gets the Earth's circumference, which is the distance around the Earth equator. More...
 
static double MinimumElevation ()
 Gets the lowest natural dry-land elevation. More...
 
static double MaximumElevation ()
 Gets the highest natural dry-land elevation. More...
 

Detailed Description

Represents WGS84 Earth's constants.

Member Function Documentation

◆ EquatorialCircumference()

double olp::geo::EarthConstants::EquatorialCircumference ( )
inlinestatic

Gets the Earth's circumference, which is the distance around the Earth equator.

See also
Earth circumference on Wikipedia.
Returns
The Earth's circumference.

◆ EquatorialRadius()

double olp::geo::EarthConstants::EquatorialRadius ( )
inlinestatic

Gets the Earth's equatorial radius, which is the distance from its center to the equator.

See also
Earth radius on Wikipedia.
Returns
The Earth's equatorial radius.

◆ MaximumElevation()

double olp::geo::EarthConstants::MaximumElevation ( )
inlinestatic

Gets the highest natural dry-land elevation.

The peak of Mount Everest. Measured in meters relative to MSL.

Returns
The elevation value.

◆ MinimumElevation()

double olp::geo::EarthConstants::MinimumElevation ( )
inlinestatic

Gets the lowest natural dry-land elevation.

The area surrounding the Dead Sea in Israel. Measured in meters relative to MSL.

Returns
The elevation value.

◆ PolarRadius()

double olp::geo::EarthConstants::PolarRadius ( )
inlinestatic

Gets the Earth's polar radius, which is the distance from its center to the North and South Poles.

See also
Polar radius on Wikipedia.
Returns
The Earth's polar radius.

The documentation for this class was generated from the following file: