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 elements data stored in CCSDS Navigation Data Message format.
|
org.orekit.models.earth.weather |
This package provides models that simulate global weather conditions on Earth.
|
org.orekit.propagation.analytical.gnss |
This package provides classes to propagate GNSS orbits.
|
org.orekit.propagation.conversion |
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator. |
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
org.orekit.propagation.numerical |
Top level package for numerical propagators.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeDataContext
A simple implementation of
DataContext that composes the constituent factories
into a data context. |
class |
ExceptionalDataContext
A data context that always throws a runtime exception when it's methods are used.
|
class |
LazyLoadedDataContext
A data context that aims to match the behavior of Orekit 10.0 regarding auxiliary data.
|
Modifier and Type | Method and Description |
---|---|
DataContext |
NDMFile.getDataContext()
Get the data context.
|
DataContext |
ODMParser.getDataContext()
Get the data context used for getting frames, time scales, and celestial bodies.
|
DataContext |
TDMParser.getDataContext()
Get the data context.
|
DataContext |
ADMParser.getDataContext()
Get the data context used for getting frames, time scales, and celestial bodies.
|
Modifier and Type | Method and Description |
---|---|
Frame |
CCSDSFrame.getFrame(IERSConventions conventions,
boolean simpleEOP,
DataContext dataContext)
Get the frame corresponding to the CCSDS constant.
|
void |
NDMFile.setDataContext(DataContext dataContext)
Set the data context.
|
OPMParser |
OPMParser.withDataContext(DataContext newDataContext) |
abstract ODMParser |
ODMParser.withDataContext(DataContext newDataContext)
Set the data context.
|
OMMParser |
OMMParser.withDataContext(DataContext newDataContext) |
TDMParser |
TDMParser.withDataContext(DataContext newDataContext)
Set the data context.
|
OEMParser |
OEMParser.withDataContext(DataContext dataContext) |
abstract ADMParser |
ADMParser.withDataContext(DataContext newDataContext)
Set the data context.
|
APMParser |
APMParser.withDataContext(DataContext dataContext)
Set the data context.
|
AEMParser |
AEMParser.withDataContext(DataContext dataContext)
Set the data context.
|
Constructor and Description |
---|
ADMParser(AbsoluteDate missionReferenceDate,
double mu,
IERSConventions conventions,
boolean simpleEOP,
int launchYear,
int launchNumber,
String launchPiece,
DataContext dataContext)
Complete constructor.
|
AEMParser(DataContext dataContext)
Constructor with data context.
|
APMParser(DataContext dataContext)
Constructor with data context.
|
ODMParser(AbsoluteDate missionReferenceDate,
double mu,
IERSConventions conventions,
boolean simpleEOP,
int launchYear,
int launchNumber,
String launchPiece,
DataContext dataContext)
Complete constructor.
|
OEMParser(DataContext dataContext)
Constructor with data context.
|
OMMParser(DataContext dataContext)
Constructor with data context.
|
OPMParser(DataContext dataContext)
Constructor with data context.
|
Constructor and Description |
---|
GlobalPressureTemperatureModel(double latitude,
double longitude,
Frame bodyFrame,
DataContext dataContext)
Build a new instance.
|
Modifier and Type | Method and Description |
---|---|
GLONASSAnalyticalPropagator.Builder |
GLONASSAnalyticalPropagator.Builder.dataContext(DataContext context)
Sets the data context used by the propagator.
|
Constructor and Description |
---|
Builder(GLONASSOrbitalElements glonassOrbElt,
DataContext dataContext)
Initializes the builder.
|
Constructor and Description |
---|
TLEPropagatorBuilder(TLE templateTLE,
PositionAngle positionAngle,
double positionScale,
DataContext dataContext)
Build a new instance.
|
Constructor and Description |
---|
MagneticFieldDetector(double maxCheck,
double threshold,
double limit,
GeoMagneticFieldFactory.FieldModel type,
OneAxisEllipsoid body,
boolean seaLevel,
DataContext dataContext)
Build a detector.
|
Modifier and Type | Method and Description |
---|---|
GLONASSNumericalPropagator.Builder |
GLONASSNumericalPropagator.Builder.dataContext(DataContext context)
Sets the data context used by the propagator.
|
Copyright © 2002-2020 CS GROUP. All rights reserved.