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 | The frequency of interpolated points. Uses Angle Dimension. |
DefaultAltitude | The default altitude used when the first waypoint is added. Uses Distance Dimension. |
DefaultRate | The default rate used when the first waypoint is added. Uses Rate Dimension. |
DefaultTurnRadius | The default turn radius used when the first waypoint is added. Uses Distance Dimension. |
EphemerisInterval | The propagator's ephemeris interval. |
Method | Method for computing waypoints. |
StartTime | This property is deprecated. Use EphemerisInterval to configure the propagation interval. Start time. Uses DateFormat Dimension. |
StopTime | This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension. |
UseScenarioAnalysisTime | 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. |
Waypoints | Get the waypoints. |
Implemented Interface |
---|
IAgVePropagator |
Configure the Great
Arc propagator with a list of waypoints
[C#] | Copy Code | |
---|---|---|
|
Configure the Great
Arc propagator with a list of waypoints and velocity
[C#] | Copy Code | |
---|---|---|
|
Sets the ephemeris
start time to an explicit time, and then add waypoints relative to
that time.
[C#] | Copy Code | |
---|---|---|
|
Set Waypoints (Derive
Velocity from Time) and Propagate
[C#] | Copy Code | |
---|---|---|
|
Set Waypoints (Derive
Time and Acceleration from Velocity) and Propagate
[C#] | Copy Code | |
---|---|---|
|
Set Waypoints (Derive
Time from Velocity and Acceleration) and Propagate
[C#] | Copy Code | |
---|---|---|
|
Set an aircraft to
use Great Arc propagator
[C#] | Copy Code | |
---|---|---|
|
Configure an aircraft
route using the Great Arc propagator
[C#] | Copy Code | |
---|---|---|
|
Set ground vehicle to
use Great Arc propagator
[C#] | Copy Code | |
---|---|---|
|
Set ship to use Great
Arc propagator
[C#] | Copy Code | |
---|---|---|
|
Configure the Great
Arc propagator with a list of waypoints
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Configure the Great
Arc propagator with a list of waypoints and velocity
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Sets the ephemeris
start time to an explicit time, and then add waypoints relative to
that time.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Set Waypoints (Derive
Velocity from Time) and Propagate
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Set Waypoints (Derive
Time and Acceleration from Velocity) and Propagate
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Set Waypoints (Derive
Time from Velocity and Acceleration) and Propagate
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Set an aircraft to
use Great Arc propagator
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Configure an aircraft
route using the Great Arc propagator
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Set ground vehicle to
use Great Arc propagator
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Set ship to use Great
Arc propagator
[Visual Basic .NET] | Copy Code | |
---|---|---|
|