Package | Description |
---|---|
org.orekit.bodies |
This package provides interface to represent the position and geometry of
space objects such as stars, planets or asteroids.
|
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.frames |
This package provides classes to handle frames and transforms between them.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyLoadedCelestialBodies
This class lazily loads auxiliary data when it is needed by a requested body.
|
Modifier and Type | Method and Description |
---|---|
CelestialBodies |
CompositeDataContext.getCelestialBodies() |
CelestialBodies |
DataContext.getCelestialBodies()
Get a factory constructing
CelestialBody 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 | Method and Description |
---|---|
abstract CelestialBody |
CenterName.getCelestialBody(CelestialBodies celestialBodies)
Get the celestial body corresponding to the CCSDS constant.
|
Modifier and Type | Method and Description |
---|---|
static Frames |
Frames.of(TimeScales timeScales,
CelestialBodies celestialBodies)
Create a set of frames from the given data.
|
Constructor and Description |
---|
LazyLoadedFrames(LazyLoadedEop lazyLoadedEop,
TimeScales timeScales,
CelestialBodies celestialBodies)
Create a collection of frames from the given auxiliary data.
|
Copyright © 2002-2020 CS GROUP. All rights reserved.