CentralBody

CentralBody

CentralBody classes are currently used to define an OrbitalElements class, and have five possible types: three Earth bodies (WGS72, WGS84, and EGM96), one Moon body and one Sun body.

Static Methods

CentralBody EarthWGS72()

Constructs a CentralBody object based on the WGS72 terrestial reference system.

CentralBody EarthWGS84()

Constructs a CentralBody object based on the WGS84 terrestial reference system.

CentralBody EarthEGM96()

Constructs a CentralBody object based on the EGM96 spherical model of the Earth’s surface.

CentralBody Sun()

Constructs a CentralBody object based on the Sun’s surface.

CentralBody Moon()

Constructs a CentralBody object based on the Moon’s surface.