Package | Description |
---|---|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
org.orekit.forces.gravity |
This package provides all gravity-related forces.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Modifier and Type | Method and Description |
---|---|
UT1Scale |
GroundStation.getEstimatedUT1()
Get the estimated UT1 scale, including the estimated linear models for prime meridian.
|
UT1Scale |
EstimatedEarthFrameProvider.getEstimatedUT1()
Get the estimated UT1 time scale.
|
Constructor and Description |
---|
EstimatedEarthFrameProvider(UT1Scale baseUT1)
Build an estimated Earth frame.
|
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,
boolean poleTide,
double step,
int nbPoints,
int degree,
int order,
IERSConventions conventions,
UT1Scale ut1,
GravityFields gravityFields)
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 |
---|---|
UT1Scale |
LazyLoadedTimeScales.getUT1(EOPHistory history)
Get the Universal Time 1 scale.
|
protected UT1Scale |
AbstractTimeScales.getUT1(EOPHistory history)
Get the Universal Time 1 scale.
|
static UT1Scale |
TimeScalesFactory.getUT1(EOPHistory history)
Get the Universal Time 1 scale.
|
UT1Scale |
TimeScales.getUT1(IERSConventions conventions,
boolean simpleEOP)
Get the Universal Time 1 scale.
|
UT1Scale |
LazyLoadedTimeScales.getUT1(IERSConventions conventions,
boolean simpleEOP) |
UT1Scale |
AbstractTimeScales.getUT1(IERSConventions conventions,
boolean simpleEOP) |
static UT1Scale |
TimeScalesFactory.getUT1(IERSConventions conventions,
boolean simpleEOP)
Get the Universal Time 1 scale.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.