Package | Description |
---|---|
org.orekit.files.sp3 |
This package provides a parser for orbit data stored in SP3 format.
|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
org.orekit.gnss.clock |
This package provides classes related to navigation clock files.
|
Modifier and Type | Method and Description |
---|---|
TimeSystem |
SP3.getTimeSystem()
Returns the
TimeSystem used to time-stamp position entries. |
Modifier and Type | Method and Description |
---|---|
void |
SP3.setTimeSystem(TimeSystem system)
Set the time system used in this SP3 file.
|
Modifier and Type | Method and Description |
---|---|
static TimeSystem |
TimeSystem.parseTimeSystem(String s)
Parse a string to get the time system.
|
static TimeSystem |
TimeSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeSystem[] |
TimeSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TimeSystem |
RinexClock.getTimeSystem()
Getter for the file time system.
|
Modifier and Type | Method and Description |
---|---|
void |
RinexClock.setTimeSystem(TimeSystem timeSystem)
Setter for the file time system.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.