Uses of Enum Class
org.orekit.files.stk.STKEphemerisFile.STKCoordinateSystem
Packages that use STKEphemerisFile.STKCoordinateSystem
-
Uses of STKEphemerisFile.STKCoordinateSystem in org.orekit.files.stk
Methods in org.orekit.files.stk that return STKEphemerisFile.STKCoordinateSystemModifier and TypeMethodDescriptionParses a coordinate system from a string.Returns the enum constant of this class with the specified name.static STKEphemerisFile.STKCoordinateSystem[]STKEphemerisFile.STKCoordinateSystem.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.orekit.files.stk with type arguments of type STKEphemerisFile.STKCoordinateSystemModifierConstructorDescriptionSTKEphemerisFileParser(String satelliteId, double mu, UTCScale utc, Map<STKEphemerisFile.STKCoordinateSystem, Frame> frameMapping) Constructs aSTKEphemerisFileParserinstance.