Great arc propagator interface.
![]() |
Imports waypoints from the filename specified. The filename must be an absolute path. |
![]() |
Gets a value indicating whether the specified type can be used. |
![]() |
Propagates the vehicle's path using the specified time interval. |
![]() |
Specifies Waypoint Altitude Reference. |
![]() |
Sets waypoints from the array and propagates the route. The array is two-dimensional where each sub-array contains waypoint's Latitude, Longitude, Altitude, Velocity and Turn Radius. |
![]() |
Sets waypoints from the array and propagates the route. The array is two-dimensional where each sub-array contains waypoint's Time, Latitude, Longitude, Altitude and Turn Radius. The array must be in non-decreasing order with respect to time. Time must be in UTCG format. |
![]() |
Sets waypoints from the array and propagates the route. The array is two-dimensional where each sub-array contains waypoint's Latitude, Longitude, Altitude, Velocity, Acceleration and Turn Radius. |
![]() |
Get the altitude reference. |
![]() |
Returns an array of valid choices. |
![]() |
Reference altitude for waypoints. |
![]() |
The frequency of interpolated points. Uses Angle Dimension. |
![]() |
The default altitude used when the first waypoint is added. Uses Distance Dimension. |
![]() |
The default rate used when the first waypoint is added. Uses Rate Dimension. |
![]() |
The default turn radius used when the first waypoint is added. Uses Distance Dimension. |
![]() |
The propagator's ephemeris interval. |
![]() |
Method for computing waypoints. |
![]() |
This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension. |
![]() |
This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension. |
![]() |
This property is deprecated. Use the new Timeline API components to configure the propagator's analysis time. Whether the scenario analysis start/stop times shall be used. |
![]() |
Get the waypoints. |
Implemented Interface |
---|
IAgVePropagator |
Configure the Great
Arc propagator with a list of waypoints
[C#] | ![]() |
|
---|---|---|
|
Configure the Great
Arc propagator with a list of waypoints and velocity
[C#] | ![]() |
|
---|---|---|
|
Sets the ephemeris
start time to an explicit time, and then add waypoints relative to
that time.
[C#] | ![]() |
|
---|---|---|
|
Set Waypoints (Derive
Velocity from Time) and Propagate
[C#] | ![]() |
|
---|---|---|
|
Set Waypoints (Derive
Time and Acceleration from Velocity) and Propagate
[C#] | ![]() |
|
---|---|---|
|
Set Waypoints (Derive
Time from Velocity and Acceleration) and Propagate
[C#] | ![]() |
|
---|---|---|
|
Set an aircraft to
use Great Arc propagator
[C#] | ![]() |
|
---|---|---|
|
Configure an aircraft
route using the Great Arc propagator
[C#] | ![]() |
|
---|---|---|
|
Set ground vehicle to
use Great Arc propagator
[C#] | ![]() |
|
---|---|---|
|
Set ship to use Great
Arc propagator
[C#] | ![]() |
|
---|---|---|
|
Configure the Great
Arc propagator with a list of waypoints
[Visual Basic .NET] | ![]() |
|
---|---|---|
|
Configure the Great
Arc propagator with a list of waypoints and velocity
[Visual Basic .NET] | ![]() |
|
---|---|---|
|
Sets the ephemeris
start time to an explicit time, and then add waypoints relative to
that time.
[Visual Basic .NET] | ![]() |
|
---|---|---|
|
Set Waypoints (Derive
Velocity from Time) and Propagate
[Visual Basic .NET] | ![]() |
|
---|---|---|
|
Set Waypoints (Derive
Time and Acceleration from Velocity) and Propagate
[Visual Basic .NET] | ![]() |
|
---|---|---|
|
Set Waypoints (Derive
Time from Velocity and Acceleration) and Propagate
[Visual Basic .NET] | ![]() |
|
---|---|---|
|
Set an aircraft to
use Great Arc propagator
[Visual Basic .NET] | ![]() |
|
---|---|---|
|
Configure an aircraft
route using the Great Arc propagator
[Visual Basic .NET] | ![]() |
|
---|---|---|
|
Set ground vehicle to
use Great Arc propagator
[Visual Basic .NET] | ![]() |
|
---|---|---|
|
Set ship to use Great
Arc propagator
[Visual Basic .NET] | ![]() |
|
---|---|---|
|