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.definitions |
This package contains definitions for CCSDS objects (frames, time systems...).
|
org.orekit.files.ccsds.ndm.odm.ocm |
This package contains class managing CCSDS Orbit Comprehensive Message.
|
org.orekit.files.ccsds.utils.lexical |
This package contains utilities for CCSDS messages lexical analysis.
|
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 |
---|---|
CelestialBody |
CenterName.getCelestialBody(CelestialBodies celestialBodies)
Get the celestial body corresponding to the CCSDS constant.
|
Constructor and Description |
---|
Perturbations(CelestialBodies celestialBodies)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ParseToken.processAsCenter(ParseToken.CenterConsumer consumer,
CelestialBodies celestialBodies)
Process the content as a body center.
|
boolean |
ParseToken.processAsCenterList(ParseToken.CenterListConsumer consumer,
CelestialBodies celestialBodies)
Process the content as a body center list.
|
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-2022 CS GROUP. All rights reserved.