Package | Description |
---|---|
org.orekit.attitudes |
This package provides classes to represent simple attitudes.
|
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.general |
This package provides interfaces for orbit file representations and corresponding parsers.
|
org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
org.orekit.orbits |
This package provides classes to represent orbits.
|
org.orekit.propagation |
This package provides tools to propagate orbital states with different methods.
|
org.orekit.propagation.analytical.tle |
This package provides classes to read and extrapolate tle's.
|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Class and Description |
---|---|
class |
Attitude
This class handles attitude definition at a given date.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTimeStampedTableParser<T extends TimeStamped>
Parser for simple tables containing
time stamped data. |
static interface |
SimpleTimeStampedTableParser.RowConverter<S extends TimeStamped>
Interface for converting a table row into time-stamped data.
|
Modifier and Type | Class and Description |
---|---|
class |
BodiesElements
Elements of the bodies having an effect on nutation.
|
class |
DelaunayArguments
Delaunay arguments used for nutation or tides.
|
class |
FieldBodiesElements<T extends RealFieldElement<T>>
Elements of the bodies having an effect on nutation.
|
class |
FieldDelaunayArguments<T extends RealFieldElement<T>>
Delaunay arguments used for nutation or tides.
|
Modifier and Type | Class and Description |
---|---|
class |
SatelliteTimeCoordinate
Contains the position/velocity of a satellite at an specific epoch.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
NormalizedSphericalHarmonicsProvider.NormalizedSphericalHarmonics
The normalized geopotential coefficients at a specific instance in time.
|
static interface |
RawSphericalHarmonicsProvider.RawSphericalHarmonics
The raw spherical harmonics at a particular instant.
|
static interface |
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics
Un-normalized spherical harmonics coefficients evaluated at a specific instant.
|
Modifier and Type | Class and Description |
---|---|
class |
EOPEntry
This class holds an Earth Orientation Parameters entry.
|
class |
Transform
Transformation class in three dimensional space.
|
Modifier and Type | Class and Description |
---|---|
class |
CartesianOrbit
This class holds cartesian orbital parameters.
|
class |
CircularOrbit
This class handles circular orbital parameters.
|
class |
EquinoctialOrbit
This class handles equinoctial orbital parameters, which can support both
circular and equatorial orbits.
|
class |
KeplerianOrbit
This class handles traditional keplerian orbital parameters.
|
class |
Orbit
This class handles orbital parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
SpacecraftState
This class is the representation of a complete state holding orbit, attitude
and mass information at a given date.
|
Modifier and Type | Class and Description |
---|---|
class |
TLE
This class is a container for a single set of TLE data.
|
Modifier and Type | Class and Description |
---|---|
class |
DateDetector
Finder for date events.
|
Constructor and Description |
---|
DateDetector(double maxCheck,
double threshold,
TimeStamped... dates)
Build a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbsoluteDate
This class represents a specific instant in time.
|
Modifier and Type | Method and Description |
---|---|
int |
ChronologicalComparator.compare(TimeStamped timeStamped1,
TimeStamped timeStamped2)
Compare two time-stamped instances.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericTimeStampedCache<T extends TimeStamped>
Generic thread-safe cache for
time-stamped data. |
class |
ImmutableTimeStampedCache<T extends TimeStamped>
A cache of
TimeStamped data that provides concurrency through
immutability. |
interface |
TimeStampedCache<T extends TimeStamped>
Interface for a data structure that can provide concurrent access to
TimeStamped data surrounding a given date. |
interface |
TimeStampedGenerator<T extends TimeStamped>
Generator to use for creating entries in
time stamped caches . |
Modifier and Type | Class and Description |
---|---|
class |
TimeStampedAngularCoordinates
time-stamped version of AngularCoordinates . |
class |
TimeStampedFieldAngularCoordinates<T extends RealFieldElement<T>>
time-stamped version of FieldAngularCoordinates . |
class |
TimeStampedFieldPVCoordinates<T extends RealFieldElement<T>>
time-stamped version of FieldPVCoordinates . |
class |
TimeStampedPVCoordinates
time-stamped version of PVCoordinates . |
Modifier and Type | Method and Description |
---|---|
static <TS extends TimeStamped> |
ImmutableTimeStampedCache.emptyCache()
Get an empty immutable cache, cast to the correct type.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.