|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CelestialBodyLoader
Interface for loading celestial bodies.
| Method Summary | |
|---|---|
boolean |
foundData()
Check if some data have already been loaded. |
java.lang.String |
getSupportedNames()
Get the regular expression for supported PV coordinates files names. |
CelestialBody |
loadCelestialBody(java.lang.String name)
Load celestial body. |
| Methods inherited from interface org.orekit.data.DataLoader |
|---|
loadData, stillAcceptsData |
| Method Detail |
|---|
CelestialBody loadCelestialBody(java.lang.String name)
throws OrekitException
name - name of the celestial body
OrekitException - if the body cannot be loadedboolean foundData()
java.lang.String getSupportedNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||