Compatibility wrapper around
PropagatedPositionProperty's
engine-owned maneuver API.
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
propagatorPlugin |
object | The propagator plugin (SGP4 or HPOP). | ||||||||||||
entityIndex |
number | Entity index within the propagator. | ||||||||||||
options |
object |
optional
Options.
|
Methods
Clear the maneuver plan, reverting to nominal propagation.
Get execution state at a given time.
| Name | Type | Description |
|---|---|---|
time |
JulianDate | The query time. |
Returns:
One of ExecutionState values.
All propagation delegates to parent PropagatedPositionProperty.
PropagatedPositionProperty owns burn-aware trajectory segmentation.
Set a maneuver plan. The parent PropagatedPositionProperty owns sequencing
and asks the backend for primitive source-from-state creation.
| Name | Type | Description |
|---|---|---|
plan |
object | The maneuver plan with .maneuvers array. |
epoch |
JulianDate | The reference epoch for burn timeOffsets. |