Package | Description |
---|---|
org.orekit.files.stk |
This package provides a parser for STK ephemeris files.
|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Constructor and Description |
---|
STKEphemerisFileParser(String satelliteId,
double mu,
UTCScale utc,
Map<STKEphemerisFile.STKCoordinateSystem,Frame> frameMapping)
Constructs a
STKEphemerisFileParser instance. |
Modifier and Type | Method and Description |
---|---|
static Frame |
FramesFactory.buildUncachedITRF(EOPHistory eopHistory,
UTCScale utc)
Build an uncached International Terrestrial Reference Frame with specific
EOP history . |
Modifier and Type | Method and Description |
---|---|
static UTCScale |
TimeScalesFactory.getUTC()
Get the Universal Time Coordinate scale.
|
UTCScale |
TimeScales.getUTC()
Get the Universal Time Coordinate scale.
|
UTCScale |
LazyLoadedTimeScales.getUTC() |
UTCScale |
UT1Scale.getUTCScale()
Get the associated UTC scale.
|
Constructor and Description |
---|
UT1Scale(EOPHistory eopHistory,
UTCScale utc)
Simple constructor.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.