|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrbitFile.TimeSystem | |
---|---|
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. |
Uses of OrbitFile.TimeSystem in org.orekit.files.general |
---|
Methods in org.orekit.files.general that return OrbitFile.TimeSystem | |
---|---|
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. |
Uses of OrbitFile.TimeSystem in org.orekit.files.sp3 |
---|
Methods in org.orekit.files.sp3 that return OrbitFile.TimeSystem | |
---|---|
OrbitFile.TimeSystem |
SP3File.getTimeSystem()
Returns the OrbitFile.TimeSystem used to time-stamp position entries. |
Methods in org.orekit.files.sp3 with parameters of type OrbitFile.TimeSystem | |
---|---|
void |
SP3File.setTimeSystem(OrbitFile.TimeSystem system)
Set the time system used in this SP3 file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |