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 |
---|---|
OrbitFile.TimeSystem |
OMMFile.getTimeSystem()
Returns the
OrbitFile.TimeSystem used to time-stamp position entries. |
OrbitFile.TimeSystem |
OEMFile.getTimeSystem()
Returns the
OrbitFile.TimeSystem used to time-stamp position entries. |
OrbitFile.TimeSystem |
ODMMetaData.getTimeSystem()
Get the Time System that: for OPM, is used for metadata, state vector,
maneuver and covariance data, for OMM, is used for metadata, orbit state
and covariance data, for OEM, is used for metadata, ephemeris and
covariance data.
|
OrbitFile.TimeSystem |
OPMFile.getTimeSystem()
Returns the
OrbitFile.TimeSystem used to time-stamp position entries. |
Modifier and Type | Method and Description |
---|---|
protected AbsoluteDate |
ODMParser.parseDate(String date,
OrbitFile.TimeSystem timeSystem)
Parse a date.
|
Modifier and Type | Method and Description |
---|---|
OrbitFile.TimeSystem |
OrbitFile.getTimeSystem()
Returns the
OrbitFile.TimeSystem used to time-stamp position entries. |
static OrbitFile.TimeSystem |
OrbitFile.TimeSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrbitFile.TimeSystem[] |
OrbitFile.TimeSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OrbitFile.TimeSystem |
SP3File.getTimeSystem()
Returns the
OrbitFile.TimeSystem used to time-stamp position entries. |
Modifier and Type | Method and Description |
---|---|
void |
SP3File.setTimeSystem(OrbitFile.TimeSystem system)
Set the time system used in this SP3 file.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.