|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrbitFile
Interface for orbit file representations.
| Nested Class Summary | |
|---|---|
static class |
OrbitFile.TimeSystem
Time system used throughout this orbit file. |
| Method Summary | |
|---|---|
boolean |
containsSatellite(String satId)
Tests whether a satellite with the given id is contained in this orbit file. |
String |
getCoordinateSystem()
Returns the coordinate system of the entries in this orbit file. |
AbsoluteDate |
getEpoch()
Returns the start epoch of the orbit file. |
double |
getEpochInterval()
Returns the time interval between epochs (in seconds). |
int |
getNumberOfEpochs()
Returns the number of epochs contained in this orbit file. |
SatelliteInformation |
getSatellite(String satId)
Get additional information about a satellite. |
List<SatelliteTimeCoordinate> |
getSatelliteCoordinates(String satId)
Get the time coordinates for the given satellite. |
int |
getSatelliteCount()
Get the number of satellites contained in this orbit file. |
Collection<SatelliteInformation> |
getSatellites()
Returns a Collection of SatelliteInformation objects for
all satellites contained in this orbit file. |
OrbitFile.TimeSystem |
getTimeSystem()
Returns the OrbitFile.TimeSystem used to time-stamp position entries. |
| Method Detail |
|---|
AbsoluteDate getEpoch()
double getEpochInterval()
int getNumberOfEpochs()
String getCoordinateSystem()
OrbitFile.TimeSystem getTimeSystem()
OrbitFile.TimeSystem used to time-stamp position entries.
OrbitFile.TimeSystem of the orbit fileCollection<SatelliteInformation> getSatellites()
Collection of SatelliteInformation objects for
all satellites contained in this orbit file.
Collection of SatelliteInformation objectsint getSatelliteCount()
SatelliteInformation getSatellite(String satId)
satId - the satellite id
SatelliteInformation object describing the satellite if
present, null otherwiseboolean containsSatellite(String satId)
satId - the satellite id
true if the satellite is contained in the file,
false otherwiseList<SatelliteTimeCoordinate> getSatelliteCoordinates(String satId)
satId - the satellite id
List of SatelliteTimeCoordinate entries for
this satellite
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||