| Package | Description |
|---|---|
| agi.foundation.ccsds |
Contains types for interoperating with data formats supported by
The Consultative Committee for Space Data Systems (CCSDS).
|
| agi.foundation.geometry |
Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames;
the manner in which they are related; and transformations between representations.
|
| agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
| agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
| agi.foundation.stk |
Contains types for interoperating with the STK desktop application and related data.
|
| Modifier and Type | Method and Description |
|---|---|
TranslationalMotionInterpolator |
CcsdsOrbitEphemerisMessageSegment.getInterpolator()
Gets or sets an interpolator for the ephemeris data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CcsdsOrbitEphemerisMessageSegment.setInterpolator(TranslationalMotionInterpolator value)
Gets or sets an interpolator for the ephemeris data.
|
| Modifier and Type | Method and Description |
|---|---|
TranslationalMotionInterpolator |
VectorInterpolator.getInterpolator()
Gets the interpolator.
|
TranslationalMotionInterpolator |
PointInterpolator.getInterpolator()
Gets the interpolator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorInterpolator.setInterpolator(TranslationalMotionInterpolator value)
Sets the interpolator.
|
void |
PointInterpolator.setInterpolator(TranslationalMotionInterpolator value)
Sets the interpolator.
|
| Constructor and Description |
|---|
PointInterpolator(ReferenceFrame referenceFrame,
TranslationalMotionInterpolator interpolator)
Initializes a new instance of the
PointInterpolator class from the provided parameters. |
VectorInterpolator(Axes definedInAxes,
TranslationalMotionInterpolator interpolator)
Initializes a new instance of the
VectorInterpolator class from the provided parameters. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TranslationalMotionInterpolator.checkForSameDefinition(TranslationalMotionInterpolator other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
| Constructor and Description |
|---|
TranslationalMotionInterpolator(TranslationalMotionInterpolator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
TranslationalMotionInterpolator |
SimpleAscentPropagator.getInterpolator()
Gets the interpolator used to get values between the analytical points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleAscentPropagator.setInterpolator(TranslationalMotionInterpolator value)
Sets the interpolator used to get values between the analytical points.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TranslationalMotionInterpolator |
StkEphemerisFile.Ephemeris.getInterpolator()
Gets the interpolator to use to interpolate this ephemeris data.
|
TranslationalMotionInterpolator |
StkEphemerisFile.EphemerisTimePos.getInterpolator() |
TranslationalMotionInterpolator |
StkEphemerisFile.EphemerisLLATimePos.getInterpolator() |
TranslationalMotionInterpolator |
StkEphemerisFile.EphemerisLLRTimePos.getInterpolator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
StkEphemerisFile.Ephemeris.setInterpolator(TranslationalMotionInterpolator value)
Sets the interpolator to use to interpolate this ephemeris data.
|
void |
StkEphemerisFile.EphemerisTimePos.setInterpolator(TranslationalMotionInterpolator value) |
void |
StkEphemerisFile.EphemerisLLATimePos.setInterpolator(TranslationalMotionInterpolator value) |
void |
StkEphemerisFile.EphemerisLLRTimePos.setInterpolator(TranslationalMotionInterpolator value) |