public interface OrbitFile
Modifier and Type | Interface and Description |
---|---|
static class |
OrbitFile.TimeSystem
Time system used throughout this orbit file.
|
Modifier and Type | Method and Description |
---|---|
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. |
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 idSatelliteInformation
object describing the satellite if
present, null
otherwiseboolean containsSatellite(String satId)
satId
- the satellite idtrue
if the satellite is contained in the file, false
otherwiseList<SatelliteTimeCoordinate> getSatelliteCoordinates(String satId)
satId
- the satellite idList
of SatelliteTimeCoordinate
entries for
this satelliteCopyright © 2019 CNES. All Rights Reserved.