Waypoint is an class implementing the Fix interface
for representing navigational position in the Simulation
that are not specified by Nav Equipment(NFDC definition).
The WithinRangeOfPredicate provides a SimEvent activation condition that
is satisfied when the observed aircraft's linear (3D) distance from a
specified position reaches or becomes less than the target distance.
WithinDistanceOfPredicateState is the state information for the SimEvent
activation condition that is satisfied when the observed aircraft's
linear (3D) distance from a specified position reaches or becomes less
than the target distance.
The WithinRangeOfPredicate provides a SimEvent activation condition that
is satisfied when the observed aircraft's distance from a specified
latitude/longitude reaches or becomes less than the target distance.
WithinRangeOfPredicateState is the state information for the SimEvent
activation condition that is satisfied when the observed aircraft's
distance from a specified latitude/longitude reaches or becomes less
than the target distance.
Writes out XML (to be used by AcesXmlPostProcess) that contains information
on what fixes to delete and where those fixes occur in the routes (and hence
where to delete them from the route definition as well).