Package org.orekit.bodies
Interface CelestialBodyLoader
-
- All Known Implementing Classes:
JPLEphemeridesLoader
public interface CelestialBodyLoader
Interface for loading celestial bodies.- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CelestialBody
loadCelestialBody(String name)
Load celestial body.
-
-
-
Method Detail
-
loadCelestialBody
CelestialBody loadCelestialBody(String name)
Load celestial body.- Parameters:
name
- name of the celestial body- Returns:
- loaded celestial body
-
-