Class TGPSWaypoint
Unit
xomGPS
Declaration
type TGPSWaypoint = class(TXOMObject)
Description
TGPSWaypoint
Hierarchy
Overview
Methods
Properties
 |
property WaypointName : WideString read FWaypointName write FWaypointName; |
 |
property Description : WideString read FDescription write FDescription; |
 |
property Comment : WideString read FComment write FComment; |
 |
property Symbol : WideString read FSymbol write FSymbol; |
 |
property Time : TDateTime read FTime write FTime; |
 |
property Latitude : Double read FLatitude write FLatitude; |
 |
property Longitude : Double read FLongitude write FLongitude; |
 |
property Elevation : Double read FElevation write FElevation; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure ShiftTimes (ADelta: TDateTime); virtual; |
|
|
Properties
 |
property WaypointName : WideString read FWaypointName write FWaypointName; |
|
|
 |
property Description : WideString read FDescription write FDescription; |
|
|
 |
property Comment : WideString read FComment write FComment; |
|
|
 |
property Symbol : WideString read FSymbol write FSymbol; |
|
|
 |
property Time : TDateTime read FTime write FTime; |
|
|
 |
property Latitude : Double read FLatitude write FLatitude; |
|
|
 |
property Longitude : Double read FLongitude write FLongitude; |
|
|
 |
property Elevation : Double read FElevation write FElevation; |
|
|
Generated by PasDoc 0.15.0.
|