Great arc propagator interface.
ImportWaypointsFromFile | Imports waypoints from the filename specified. The filename must be an absolute path. |
IsAltitudeRefTypeSupported | Gets a value indicating whether the specified type can be used. |
Propagate | Propagates the vehicle's path using the specified time interval. |
SetAltitudeRefType | Specifies Waypoint Altitude Reference. |
SetPointsSmoothRateAndPropagate | 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. |
SetPointsSpecifyTimeAndPropagate | 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. |
SetPointsSpecifyVelocityAndPropagate | 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. |
AltitudeRef | Get the altitude reference. |
AltitudeRefSupportedTypes | Returns an array of valid choices. |
AltitudeRefType | Reference altitude for waypoints. |
ArcGranularity | Gets or sets the frequency of interpolated points. Uses Angle Dimension. |
DefaultAltitude | Gets or sets the default altitude used when the first waypoint is added. Uses Distance Dimension. |
DefaultRate | Gets or sets the default rate used when the first waypoint is added. Uses Rate Dimension. |
DefaultTurnRadius | Gets or sets the default turn radius used when the first waypoint is added. Uses Distance Dimension. |
EphemerisInterval | Get the propagator's ephemeris interval. |
Method | Compute waypoints. |
Waypoints | Get the waypoints. |
Implemented Interface |
---|
IAgVePropagator |
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
[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#] | ||
---|---|---|
|
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] | ||
---|---|---|
|
Set the Propagator to GreatArc and set the start time
[MATLAB] | ||
---|---|---|
|