Package | Description |
---|---|
org.orekit.data |
This package provide base classes for exploring the configured data
directory tree and read external data that can be used by the library.
|
org.orekit.files.ccsds |
This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.
|
org.orekit.forces.gravity |
This package provides all gravity-related forces.
|
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.
|
org.orekit.utils |
This package provides useful objects.
|
Constructor and Description |
---|
FundamentalNutationArguments(IERSConventions conventions,
TimeScale timeScale,
InputStream stream,
String name)
Build a model of fundamental arguments from an IERS table file.
|
FundamentalNutationArguments(IERSConventions conventions,
TimeScale timeScale,
List<double[]> coefficients)
Build a model of fundamental arguments from an IERS table file.
|
Modifier and Type | Method and Description |
---|---|
IERSConventions |
TDMParser.getConventions()
Get IERS conventions.
|
IERSConventions |
ODMFile.getConventions()
Get IERS conventions.
|
IERSConventions |
ODMParser.getConventions()
Get IERS conventions.
|
Modifier and Type | Method and Description |
---|---|
Frame |
CCSDSFrame.getFrame(IERSConventions conventions,
boolean simpleEOP)
Get the frame corresponding to the CCSDS constant.
|
abstract TimeScale |
CcsdsTimeScale.getTimeScale(IERSConventions conventions)
Get the corresponding
TimeScale . |
AbsoluteDate |
CcsdsTimeScale.parseDate(String date,
IERSConventions conventions,
AbsoluteDate missionReferenceDate)
Parse a date in this time scale.
|
OMMParser |
OMMParser.withConventions(IERSConventions newConventions)
Set IERS conventions.
|
OPMParser |
OPMParser.withConventions(IERSConventions newConventions)
Set IERS conventions.
|
TDMParser |
TDMParser.withConventions(IERSConventions newConventions)
Set IERS conventions.
|
abstract ODMParser |
ODMParser.withConventions(IERSConventions newConventions)
Set IERS conventions.
|
OEMParser |
OEMParser.withConventions(IERSConventions newConventions)
Set IERS conventions.
|
Constructor and Description |
---|
ODMParser(AbsoluteDate missionReferenceDate,
double mu,
IERSConventions conventions,
boolean simpleEOP,
int launchYear,
int launchNumber,
String launchPiece)
Complete constructor.
|
Constructor and Description |
---|
OceanTides(Frame centralBodyFrame,
double ae,
double mu,
boolean poleTide,
double step,
int nbPoints,
int degree,
int order,
IERSConventions conventions,
UT1Scale ut1)
Simple constructor.
|
OceanTides(Frame centralBodyFrame,
double ae,
double mu,
int degree,
int order,
IERSConventions conventions,
UT1Scale ut1)
Simple constructor.
|
SolidTides(Frame centralBodyFrame,
double ae,
double mu,
TideSystem centralTideSystem,
boolean poleTide,
double step,
int nbPoints,
IERSConventions conventions,
UT1Scale ut1,
CelestialBody... bodies)
Simple constructor.
|
SolidTides(Frame centralBodyFrame,
double ae,
double mu,
TideSystem centralTideSystem,
IERSConventions conventions,
UT1Scale ut1,
CelestialBody... bodies)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
IERSConventions |
EOPHistory.getConventions()
Get the IERS conventions to which these EOP apply.
|
Modifier and Type | Method and Description |
---|---|
static void |
FramesFactory.addEOPHistoryLoader(IERSConventions conventions,
EOPHistoryLoader loader)
Add a loader for Earth Orientation Parameters history.
|
static FactoryManagedFrame |
FramesFactory.getCIRF(IERSConventions conventions,
boolean simpleEOP)
Get the CIRF2000 reference frame.
|
static Frame |
FramesFactory.getEcliptic(IERSConventions conventions)
Get the ecliptic frame.
|
static EOPHistory |
FramesFactory.getEOPHistory(IERSConventions conventions,
boolean simpleEOP)
Get Earth Orientation Parameters history.
|
static FactoryManagedFrame |
FramesFactory.getGTOD(IERSConventions conventions,
boolean simpleEOP)
Get the GTOD reference frame.
|
static FactoryManagedFrame |
FramesFactory.getITRF(IERSConventions conventions,
boolean simpleEOP)
Get the ITRF2008 reference frame, using IERS 2010 conventions.
|
static FactoryManagedFrame |
FramesFactory.getITRFEquinox(IERSConventions conventions,
boolean simpleEOP)
Get the equinox-based ITRF reference frame.
|
static FactoryManagedFrame |
FramesFactory.getMOD(IERSConventions conventions)
Get the MOD reference frame.
|
static FactoryManagedFrame |
FramesFactory.getTIRF(IERSConventions conventions)
Get the TIRF reference frame, ignoring tidal effects.
|
static FactoryManagedFrame |
FramesFactory.getTIRF(IERSConventions conventions,
boolean simpleEOP)
Get the TIRF reference frame.
|
static FactoryManagedFrame |
FramesFactory.getTOD(IERSConventions conventions,
boolean simpleEOP)
Get the TOD reference frame.
|
Constructor and Description |
---|
EclipticProvider(IERSConventions conventions)
Create a transform provider from MOD to an ecliptically aligned frame.
|
EOPHistory(IERSConventions conventions,
Collection<EOPEntry> data,
boolean simpleEOP)
Simple constructor.
|
GTODProvider(IERSConventions conventions,
EOPHistory eopHistory)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
static GMSTScale |
TimeScalesFactory.getGMST(IERSConventions conventions,
boolean simpleEOP)
Get the Greenwich Mean Sidereal Time scale.
|
static UT1Scale |
TimeScalesFactory.getUT1(IERSConventions conventions,
boolean simpleEOP)
Get the Universal Time 1 scale.
|
Modifier and Type | Method and Description |
---|---|
static IERSConventions |
IERSConventions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IERSConventions[] |
IERSConventions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.