Description | Example | Return message | Group

GroundEllipse_R

Retrieve ground ellipse data from vehicles.

Syntax

GroundEllipse_R <VehObjectPath> {GetAllSets [IncludeEmptySets] | GetSetEllipses <SetName>}

Related commands

Description

The GroundEllipse Connect command is used retrieve ellipse set data. Enter one of the options described in the following table.

OptionDescription
GetAllSets [IncludeEmptySets] Use this option to retrieve data about all of the object's ellipse sets. By default empty sets will not be retrieved. To retrieve all sets including empty sets, include the keyword IncludeEmptySets.
GetSetEllipses <SetName>Use this option to return information about a particular set.

The following information is returned for each ellipse:

"SetName" "DateTime" Latitude Longitude SemiMajorAxis SemiMinorAxis Bearing

The Latitude, Longitude and Bearing are returned in degrees. SemiMajorAxis and SemiMinorAxis are returned in meters. If an empty set is returned then the "DateTime" will be replaced by "Empty Set" and all values will be 0.0.

Examples

Get information about all sets for Missile1, including empty sets:

GroundEllipse_R */Missile/Missile1 GetAllSets IncludeEmptySets

Get information about MySet1 set for Missile1:

GroundEllipse_R */Missile/Missile1 GetSetEllipses MySet1

Get information about all sets for Missile1:

GroundEllipse_R */Missile/Missile1 GetAllSets

Return message

Following the last command above, information about the two sets defined for Missile1 is returned:
"MslSet" "1 Jun 2003 12:30:00.000000000" 0.000 0.000 100000.000 50000.000 0.000 "MslSet" "1 Jun 2003 12:45:00.000000000" 5.000 5.000 150000.000 100000.000 0.000

Group membership

This command belongs to the following group(s):

Vehicles

Version

9.0