Package | Description |
---|---|
org.orekit.files.stk |
This package provides a parser for STK ephemeris files.
|
Modifier and Type | Method and 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 and Description |
---|
STKEphemerisFileParser(String satelliteId,
double mu,
UTCScale utc,
Map<STKEphemerisFile.STKCoordinateSystem,Frame> frameMapping)
Constructs a
STKEphemerisFileParser instance. |
Copyright © 2002-2023 CS GROUP. All rights reserved.