Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.
|
org.orekit.files.general |
This package provides interfaces for orbit file representations and corresponding parsers.
|
org.orekit.files.sp3 |
This package provides a parser for orbit data stored in SP3 format.
|
Modifier and Type | Method and Description |
---|---|
SatelliteTimeCoordinate |
OPMFile.getSatelliteCoordinatesOPM()
Get the
SatelliteTimeCoordinate of the OPM. |
Modifier and Type | Method and Description |
---|---|
List<SatelliteTimeCoordinate> |
ODMFile.getSatelliteCoordinates(String satId)
Get the time coordinates for the given satellite.
|
List<SatelliteTimeCoordinate> |
OEMFile.getSatelliteCoordinates(String satId)
Get the time coordinates for the given satellite.
|
List<SatelliteTimeCoordinate> |
OPMFile.getSatelliteCoordinates(String satId)
Get the time coordinates for the given satellite.
|
Modifier and Type | Method and Description |
---|---|
List<SatelliteTimeCoordinate> |
OrbitFile.getSatelliteCoordinates(String satId)
Get the time coordinates for the given satellite.
|
Modifier and Type | Method and Description |
---|---|
List<SatelliteTimeCoordinate> |
SP3File.getSatelliteCoordinates(String satId)
Get the time coordinates for the given satellite.
|
Modifier and Type | Method and Description |
---|---|
void |
SP3File.addSatelliteCoordinate(String satId,
SatelliteTimeCoordinate coord)
Adds a new P/V coordinate for a given satellite.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.