public interface CelestialBodies
CelestialBodyFactory
Modifier and Type | Method and Description |
---|---|
CelestialBody |
getBody(String name)
Get a celestial body.
|
CelestialBody |
getEarth()
Get the Earth singleton body.
|
CelestialBody |
getEarthMoonBarycenter()
Get the Earth-Moon barycenter singleton bodies pair.
|
CelestialBody |
getJupiter()
Get the Jupiter singleton body.
|
CelestialBody |
getMars()
Get the Mars singleton body.
|
CelestialBody |
getMercury()
Get the Mercury singleton body.
|
CelestialBody |
getMoon()
Get the Moon singleton body.
|
CelestialBody |
getNeptune()
Get the Neptune singleton body.
|
CelestialBody |
getPluto()
Get the Pluto singleton body.
|
CelestialBody |
getSaturn()
Get the Saturn singleton body.
|
CelestialBody |
getSolarSystemBarycenter()
Get the solar system barycenter aggregated body.
|
CelestialBody |
getSun()
Get the Sun singleton body.
|
CelestialBody |
getUranus()
Get the Uranus singleton body.
|
CelestialBody |
getVenus()
Get the Venus singleton body.
|
CelestialBody getSolarSystemBarycenter()
Both the inertially
oriented frame
and body
oriented frame
for this aggregated body are aligned with
ICRF
(and therefore also
GCRF
)
CelestialBody getSun()
CelestialBody getMercury()
CelestialBody getVenus()
CelestialBody getEarthMoonBarycenter()
Both the inertially
oriented frame
and body
oriented frame
for this bodies pair are aligned with
ICRF
(and therefore also
GCRF
)
CelestialBody getEarth()
CelestialBody getMoon()
CelestialBody getMars()
CelestialBody getJupiter()
CelestialBody getSaturn()
CelestialBody getUranus()
CelestialBody getNeptune()
CelestialBody getPluto()
CelestialBody getBody(String name)
CelestialBodyFactory
.name
- name of the celestial bodyCopyright © 2002-2022 CS GROUP. All rights reserved.