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.forces.gravity |
This package provides all gravity-related forces.
|
org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
Modifier and Type | Method and Description |
---|---|
GravityFields |
CompositeDataContext.getGravityFields() |
GravityFields |
DataContext.getGravityFields()
Get a factory constructing gravity fields based on the auxiliary data in this
context.
|
Constructor and Description |
---|
CompositeDataContext(TimeScales timeScales,
Frames frames,
CelestialBodies celestialBodies,
GravityFields gravityFields,
GeoMagneticFields geoMagneticFields)
Simple 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,
GravityFields gravityFields)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyLoadedGravityFields
Loads gravity fields when first requested and can be configured until then.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.