poliastro.earth.enums

Earth Gravity perturbations.

Module Contents

Classes

EarthGravity

Generic enumeration.

class poliastro.earth.enums.EarthGravity

Bases: enum.Enum

Generic enumeration.

Derive from this class to define new enumerations.

SPHERICAL
J2
__repr__()

Return repr(self).

__str__()

Return str(self).

__dir__()

Returns all members and all public methods

__format__(format_spec)

Returns format using actual value type unless __str__ has been overridden.

__hash__()

Return hash(self).

__reduce_ex__(proto)

Helper for pickle.

name()

The name of the Enum member.

value()

The value of the Enum member.