tsc_PointStakeoutNavInterface

This interface is provided to event handlers which receive events related to the stakeout navigation display, as shown on the right. It provides information about the current navigation state such as the current grid position.

 

Public members

tsc_Grid TargetPosition () const

Returns the grid coordinate of the target point.

tsc_Grid CurrentPosition () const

Returns the grid coordinate of the current position.  This will be the most recent measurement from the instrument being used.

tsc_GridDeltas GridDeltas () const

Returns the deltas from the current position to the target point.  That is, if the user must move north, then the North value will contain a positive value.

double HorizDistanceToTarget ()

The horizontal distance from the current point to the target.