Package | Description |
---|---|
org.orekit.files.general |
This package provides interfaces for orbit file representations and corresponding
parsers.
|
org.orekit.files.sp3 |
This package provides a parser for orbit data stored in SP3 format.
|
org.orekit.propagation |
Propagation
|
org.orekit.propagation.analytical |
Top level package for analytical propagators.
|
org.orekit.propagation.integration |
Utilities for integration-based propagators (both numerical and semi-analytical).
|
Modifier and Type | Method and Description |
---|---|
default BoundedPropagator |
EphemerisFile.SatelliteEphemeris.getPropagator()
View this ephemeris as a propagator, combining data from all
segments . |
default BoundedPropagator |
EphemerisFile.EphemerisSegment.getPropagator()
View this ephemeris segment as a propagator.
|
Modifier and Type | Method and Description |
---|---|
BoundedPropagator |
SP3File.SP3Ephemeris.getPropagator() |
Modifier and Type | Method and Description |
---|---|
BoundedPropagator |
Propagator.getGeneratedEphemeris()
Get the ephemeris generated during propagation.
|
abstract BoundedPropagator |
AbstractPropagator.getGeneratedEphemeris()
Get the ephemeris generated during propagation.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateBoundedPropagator
A
BoundedPropagator that covers a larger time span from several constituent
propagators that cover shorter time spans. |
class |
Ephemeris
This class is designed to accept and handle tabulated orbital entries.
|
Modifier and Type | Method and Description |
---|---|
BoundedPropagator |
AbstractAnalyticalPropagator.getGeneratedEphemeris()
Get the ephemeris generated during propagation.
|
Constructor and Description |
---|
AggregateBoundedPropagator(Collection<? extends BoundedPropagator> propagators)
Create a propagator by concatenating several
BoundedPropagator s. |
Modifier and Type | Class and Description |
---|---|
class |
IntegratedEphemeris
This class stores sequentially generated orbital parameters for
later retrieval.
|
Modifier and Type | Method and Description |
---|---|
BoundedPropagator |
AbstractIntegratedPropagator.getGeneratedEphemeris()
Get the ephemeris generated during propagation.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.