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 |
CompositeDataContext.getGeoMagneticFields() |
GeoMagneticFields |
DataContext.getGeoMagneticFields()
Get a factory constructing
GeoMagneticField s based on the auxiliary
data in this context. |
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-2022 CS GROUP. All rights reserved.