Class TGPSTrackSegment
Unit
xomGPS
Declaration
type TGPSTrackSegment = class(TXOMObject)
Description
TGPSTrackSegment
Hierarchy
- TXOMObject
- TGPSTrackSegment
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure ShiftTimes (ADelta: TDateTime); virtual; |
|
|
Properties
 |
property TrackPoints: TGPSTrackPoints read FTrackPoints write FTrackPoints; |
|
|
 |
property StartTime : TDateTime read GetStartTime stored False; |
|
|
 |
property FinishTime : TDateTime read GetFinishTime stored False; |
|
|
Generated by PasDoc 0.15.0.
|