OrbPro2 a Cesium distribution

ManeuverProperty

new Cesium.ManeuverProperty(propagatorPlugin, entityIndex, options)

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.
Name Type Default Description
referenceFrame ReferenceFrame ReferenceFrame.FIXED optional Native reference frame.
targetEntityIndex number 0 optional Target entity index (for LVLH frame).

Methods

Clear the maneuver plan, reverting to nominal propagation.

getExecutionState(time)string

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.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.