Method |
Description |
|
CollectWaypoints ( ) : void |
|
|
CollectWaypointsOfKind ( List waypointList, ControlPointKind controlKind, string noCodeName, WaypointKind kind ) : void |
|
|
GetWaypointBounds ( double &minLat, double &minLon, double &maxLat, double &maxLon ) : void |
|
|
IncludeControl ( Id controlId ) : bool |
|
|
WriteCourseTrack ( Id courseId ) : void |
|
|
WriteCourseTracks ( ) : void |
|
|
WriteGpxXml ( string fileName ) : void |
|
|
WriteMetadata ( string name ) : void |
|
|
WriteTrackBendPoint ( double latitude, double longitude ) : void |
|
|
WriteTrackPoint ( Waypoint waypoint ) : void |
|
|
WriteWaypoint ( Waypoint waypoint ) : void |
|
|
WriteWaypoints ( ) : void |
|
|