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.orbits |
This package provides classes to represent orbits.
|
org.orekit.propagation |
Propagation
|
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 |
FieldAttitude<T extends CalculusFieldElement<T>>
This class handles attitude definition at a given date.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldBodiesElements<T extends CalculusFieldElement<T>>
Elements of the bodies having an effect on nutation.
|
class |
FieldDelaunayArguments<T extends CalculusFieldElement<T>>
Delaunay arguments used for nutation or tides.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldCartesianOrbit<T extends CalculusFieldElement<T>>
This class holds Cartesian orbital parameters.
|
class |
FieldCircularOrbit<T extends CalculusFieldElement<T>>
This class handles circular orbital parameters.
|
class |
FieldEquinoctialOrbit<T extends CalculusFieldElement<T>>
This class handles equinoctial orbital parameters, which can support both
circular and equatorial orbits.
|
class |
FieldKeplerianOrbit<T extends CalculusFieldElement<T>>
This class handles traditional Keplerian orbital parameters.
|
class |
FieldOrbit<T extends CalculusFieldElement<T>>
This class handles orbital parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldSpacecraftState<T extends CalculusFieldElement<T>>
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 |
FieldTLE<T extends CalculusFieldElement<T>>
This class is a container for a single set of TLE data.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldDateDetector<T extends CalculusFieldElement<T>>
Finder for date events.
|
Constructor and Description |
---|
FieldDateDetector(T maxCheck,
T threshold,
FieldTimeStamped<T>... dates)
Build a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldAbsoluteDate<T extends CalculusFieldElement<T>>
This class represents a specific instant in time.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FieldAbsoluteDate.isAfter(FieldTimeStamped<T> other)
Check if the instance represents a time that is strictly after another.
|
boolean |
FieldAbsoluteDate.isAfterOrEqualTo(FieldTimeStamped<T> other)
Check if the instance represents a time that is after or equal to another.
|
boolean |
FieldAbsoluteDate.isBefore(FieldTimeStamped<T> other)
Check if the instance represents a time that is strictly before another.
|
boolean |
FieldAbsoluteDate.isBeforeOrEqualTo(FieldTimeStamped<T> other)
Check if the instance represents a time that is before or equal to another.
|
boolean |
FieldAbsoluteDate.isBetween(FieldTimeStamped<T> boundary,
FieldTimeStamped<T> otherBoundary)
Check if the instance represents a time that is strictly between two others representing
the boundaries of a time span.
|
boolean |
FieldAbsoluteDate.isBetween(FieldTimeStamped<T> boundary,
FieldTimeStamped<T> otherBoundary)
Check if the instance represents a time that is strictly between two others representing
the boundaries of a time span.
|
boolean |
FieldAbsoluteDate.isBetweenOrEqualTo(FieldTimeStamped<T> boundary,
FieldTimeStamped<T> otherBoundary)
Check if the instance represents a time that is between two others representing
the boundaries of a time span, or equal to one of them.
|
boolean |
FieldAbsoluteDate.isBetweenOrEqualTo(FieldTimeStamped<T> boundary,
FieldTimeStamped<T> otherBoundary)
Check if the instance represents a time that is between two others representing
the boundaries of a time span, or equal to one of them.
|
boolean |
FieldAbsoluteDate.isCloseTo(FieldTimeStamped<T> other,
double tolerance)
Check if the instance time is close to another.
|
boolean |
FieldAbsoluteDate.isEqualTo(FieldTimeStamped<T> other)
Check if the instance represents the same time as another.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldAbsolutePVCoordinates<T extends CalculusFieldElement<T>>
Field implementation of AbsolutePVCoordinates.
|
class |
TimeStampedFieldAngularCoordinates<T extends CalculusFieldElement<T>>
time-stamped version of FieldAngularCoordinates . |
class |
TimeStampedFieldPVCoordinates<T extends CalculusFieldElement<T>>
time-stamped version of FieldPVCoordinates . |
Copyright © 2002-2022 CS GROUP. All rights reserved.