Uses of Class
org.orekit.files.stk.STKEphemerisFile.STKCoordinateSystem
-
Packages that use STKEphemerisFile.STKCoordinateSystem Package Description org.orekit.files.stk This package provides a parser for STK ephemeris files. -
-
Uses of STKEphemerisFile.STKCoordinateSystem in org.orekit.files.stk
Methods in org.orekit.files.stk that return STKEphemerisFile.STKCoordinateSystem Modifier and Type Method Description static STKEphemerisFile.STKCoordinateSystem
STKEphemerisFile.STKCoordinateSystem. parse(String s)
Parses a coordinate system from a string.static STKEphemerisFile.STKCoordinateSystem
STKEphemerisFile.STKCoordinateSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static STKEphemerisFile.STKCoordinateSystem[]
STKEphemerisFile.STKCoordinateSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.orekit.files.stk with type arguments of type STKEphemerisFile.STKCoordinateSystem Constructor Description STKEphemerisFileParser(String satelliteId, double mu, UTCScale utc, Map<STKEphemerisFile.STKCoordinateSystem,Frame> frameMapping)
Constructs aSTKEphemerisFileParser
instance.
-