Package | Description |
---|---|
agi.foundation.aircraftpropagation |
Contains types for propagating an aircraft through various maneuvers subject to
flight phase performance models and wind effects.
|
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.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Method and Description |
---|---|
PointEvaluator |
AircraftMotionIntegrationPoint.getEvaluator(EvaluatorGroup group)
|
Modifier and Type | Method and Description |
---|---|
PointEvaluator |
Point.getEvaluator()
Gets an evaluator that can be used to find the motion of this point in its parent reference frame
at a given date.
|
PointEvaluator |
PointFromArchive.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point at a given JulianDate . |
PointEvaluator |
EntityPoint.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point at a given JulianDate . |
PointEvaluator |
PointPropagationParameter.getEvaluator(EvaluatorGroup group)
|
PointEvaluator |
PointInRegionNearestToReferencePoint.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point at a given JulianDate . |
PointEvaluator |
PointCentralBodyProjection.getEvaluator(EvaluatorGroup group)
|
PointEvaluator |
PointCartographic.getEvaluator(EvaluatorGroup group)
|
PointEvaluator |
PointAtAltitude.getEvaluator(EvaluatorGroup group)
|
PointEvaluator |
JplDECenterOfMassPoint.getEvaluator(EvaluatorGroup group)
|
PointEvaluator |
ServiceProviderPoint.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point at a given JulianDate . |
PointEvaluator |
PointVectorToPoint.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of the new point in BasePoint (get / set )'s ReferenceFrame
at a given JulianDate . |
PointEvaluator |
PointInterpolator.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point defined in the given ReferenceFrame (get / set ) at a given JulianDate . |
PointEvaluator |
PointInReferenceFrame.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point in the new Frame (get / set ) at a given JulianDate . |
PointEvaluator |
PointInPointsFrame.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this ObservedPoint (get / set ) in the ReferenceFrame of the FrameOwner (get / set )
at a given JulianDate . |
PointEvaluator |
PointFixedOffset.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point in the specified ReferenceFrame at a given JulianDate . |
PointEvaluator |
PointFixedAtJulianDate.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point in its parent ReferenceFrame (or in the optional FixedWithRespectTo (get / set ) frame) at a given JulianDate . |
PointEvaluator |
PointDifferentiator.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point in its parent ReferenceFrame at a given JulianDate . |
abstract PointEvaluator |
Point.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point at a given JulianDate . |
PointEvaluator |
ParameterizedPoint.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point at a given JulianDate . |
PointEvaluator |
ParameterizedOnStatePoint.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point at a given JulianDate . |
PointEvaluator |
ParameterizedOnEvaluatorPoint.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point at a given JulianDate . |
PointEvaluator |
CompositePoint.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point at a given JulianDate . |
static PointEvaluator |
GeometryTransformer.observePoint(Point point,
ReferenceFrame inFrame)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point in the new Frame (get / set ) at a given JulianDate . |
static PointEvaluator |
GeometryTransformer.observePoint(Point point,
ReferenceFrame inFrame,
EvaluatorGroup group)
Gets an evaluator that can be used to find the
Motion <Cartesian >
of this point in the new Frame (get / set ) at a given JulianDate . |
static PointEvaluator |
GeometryTransformer.Advanced.observePointInOtherPointsFrame(Point pointToObserve,
Point frameOwner)
Gets an evaluator that can be used to observe the
Motion <Cartesian >
of a point at a given JulianDate in the reference frame in which another point is defined. |
static PointEvaluator |
GeometryTransformer.Advanced.observePointInOtherPointsFrame(Point pointToObserve,
Point frameOwner,
EvaluatorGroup group)
Gets an evaluator that can be used to observe the
Motion <Cartesian >
of a point at a given JulianDate in the reference frame in which another point is defined. |
PointEvaluator |
PointEvaluator.simplifyIfNotTimeVarying(EvaluatorGroup group)
If this evaluator is not time varying, this method evaluates its value and constructs an evaluator
from a
PointFixedOffset representing the fixed value. |
Constructor and Description |
---|
PointEvaluator(PointEvaluator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Method and Description |
---|---|
PointEvaluator |
PlatformLocationPoint.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to find the motion of this point in its parent reference frame
at a given date.
|
Modifier and Type | Method and Description |
---|---|
protected abstract PointEvaluator |
SinglePointStoppablePropagator.initializePropagationPoint(JulianDate date,
Motion1<Cartesian> motion)
Creates the
PointEvaluator that will be sampled for propagation. |