You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A class that defines a Fix and a collection of Fix instances. A fix is defined as a named point in geographical space. A fix may be part of StandardRoute, and may be used as a Waypoint within a StandardRoute. note: StandardRoute and Waypoint are potential future classes
Possibly extend the PositionModel class and provide utility methods for reasoning about a fix.
Provide an interface for determining if a Fix belongs to a SID, a STAR, is an IAP, etc
Via the collection, provide methods for filtering a fix based on current properties
Update the CanvasController to use the FixCollection for rendering all or specific fixes based on conditions.
This is a step towards allowing display of only SIDS or only STARS. And will provide a way to abstract fix-centric logic being done ad-hoc throughout the application.
The text was updated successfully, but these errors were encountered:
A class that defines a
Fix
and a collection ofFix
instances. A fix is defined as a named point in geographical space. A fix may be part ofStandardRoute
, and may be used as aWaypoint
within aStandardRoute
.note:
StandardRoute
andWaypoint
are potential future classesPositionModel
class and provide utility methods for reasoning about a fix.FixCollection
for rendering all or specific fixes based on conditions.This is a step towards allowing display of only SIDS or only STARS. And will provide a way to abstract fix-centric logic being done ad-hoc throughout the application.
The text was updated successfully, but these errors were encountered: