:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** CentralBody ----------- .. class:: CentralBody CentralBody classes are currently used to define an :class:`OrbitalElements` class, and have five possible types: three Earth bodies (WGS72, WGS84, and EGM96), one Moon body and one Sun body. Static Methods ============== .. method:: CentralBody EarthWGS72() Constructs a :class:`CentralBody` object based on the WGS72 terrestial reference system. .. method:: CentralBody EarthWGS84() Constructs a :class:`CentralBody` object based on the WGS84 terrestial reference system. .. method:: CentralBody EarthEGM96() Constructs a :class:`CentralBody` object based on the EGM96 spherical model of the Earth's surface. .. method:: CentralBody Sun() Constructs a :class:`CentralBody` object based on the Sun's surface. .. method:: CentralBody Moon() Constructs a :class:`CentralBody` object based on the Moon's surface.