Uses of Class
org.orekit.files.sinex.Station.ReferenceSystem
-
Packages that use Station.ReferenceSystem Package Description org.orekit.files.sinex This package provides classes related to station data. -
-
Uses of Station.ReferenceSystem in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return Station.ReferenceSystem Modifier and Type Method 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.Methods in org.orekit.files.sinex with parameters of type Station.ReferenceSystem Modifier and Type Method Description void
Station. setEccRefSystem(Station.ReferenceSystem eccRefSystem)
Set the reference system used to define the eccentricity vector (local or cartesian).
-