Uses of Class
org.orekit.files.stk.STKEphemerisFile.STKEphemerisSegment
-
Packages that use STKEphemerisFile.STKEphemerisSegment Package Description org.orekit.files.stk This package provides a parser for STK ephemeris files. -
-
Uses of STKEphemerisFile.STKEphemerisSegment in org.orekit.files.stk
Methods in org.orekit.files.stk that return types with arguments of type STKEphemerisFile.STKEphemerisSegment Modifier and Type Method Description List<STKEphemerisFile.STKEphemerisSegment>
STKEphemerisFile.STKEphemeris. getSegments()
Constructor parameters in org.orekit.files.stk with type arguments of type STKEphemerisFile.STKEphemerisSegment Constructor Description STKEphemeris(String satelliteId, double mu, List<STKEphemerisFile.STKEphemerisSegment> segments)
Constructs aSTKEphemerisFile.STKEphemeris
instance.
-