Package | Description |
---|---|
org.orekit.files.sinex |
This package provides classes related to station data.
|
Modifier and Type | Method and Description |
---|---|
Station.ReferenceSystem |
Station.getEccRefSystem()
Get the reference system used to define the eccentricity vector (local or cartesian).
|
static Station.ReferenceSystem |
Station.ReferenceSystem.getEccRefSystem(String value)
Get the eccentricity reference system corresponding to the given value.
|
static Station.ReferenceSystem |
Station.ReferenceSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Station.ReferenceSystem[] |
Station.ReferenceSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Station.setEccRefSystem(Station.ReferenceSystem eccRefSystem)
Set the reference system used to define the eccentricity vector (local or cartesian).
|
Copyright © 2002-2023 CS GROUP. All rights reserved.