| 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.models.earth |
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
|
| Modifier and Type | Method and Description |
|---|---|
GeoMagneticFields |
DataContext.getGeoMagneticFields()
Get a factory constructing
GeoMagneticFields based on the auxiliary
data in this context. |
GeoMagneticFields |
CompositeDataContext.getGeoMagneticFields() |
| Constructor and Description |
|---|
CompositeDataContext(TimeScales timeScales,
Frames frames,
CelestialBodies celestialBodies,
GravityFields gravityFields,
GeoMagneticFields geoMagneticFields)
Simple constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LazyLoadedGeoMagneticFields
Loads magnetic fields on request and can be configured after creation.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.