Uses of Enum Class
org.orekit.files.sinex.Station.ReferenceSystem
Packages that use Station.ReferenceSystem
-
Uses of Station.ReferenceSystem in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return Station.ReferenceSystemModifier and TypeMethodDescriptionStation.getEccRefSystem()Get the reference system used to define the eccentricity vector (local or cartesian).static Station.ReferenceSystemStation.ReferenceSystem.getEccRefSystem(String value) Get the eccentricity reference system corresponding to the given value.static Station.ReferenceSystemReturns the enum constant of this class with the specified name.static Station.ReferenceSystem[]Station.ReferenceSystem.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.sinex with parameters of type Station.ReferenceSystemModifier and TypeMethodDescriptionvoidStation.setEccRefSystem(Station.ReferenceSystem eccRefSystem) Set the reference system used to define the eccentricity vector (local or cartesian).