Class TGPSTrack

Unit

Declaration

type TGPSTrack = class(TXOMObject)

Description

TGPSTrack

Hierarchy

  • TXOMObject
  • TGPSTrack

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public procedure ShiftTimes (ADelta: TDateTime); virtual;
Public procedure ShiftDelta (ADelta: TGPSDeltaTime); virtual;
Public function FirstTrackPoint: TGPSTrackPoint;
Public function LastTrackPoint: TGPSTrackPoint;

Properties

Published property TrackName: WideString read FTrackName write FTrackName;
Published property TrackType: TGPSTrackType read FTrackType write FTrackType;
Published property Description: WideString read FDescription write FDescription;
Published property TrackSegments: TGPSTrackSegments read FTrackSegments write FTrackSegments;
Published property StartTime : TDateTime read GetStartTime stored False;
Published property FinishTime : TDateTime read GetFinishTime stored False;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public procedure ShiftTimes (ADelta: TDateTime); virtual;
 
Public procedure ShiftDelta (ADelta: TGPSDeltaTime); virtual;
 
Public function FirstTrackPoint: TGPSTrackPoint;
 
Public function LastTrackPoint: TGPSTrackPoint;
 

Properties

Published property TrackName: WideString read FTrackName write FTrackName;
 
Published property TrackType: TGPSTrackType read FTrackType write FTrackType;
 
Published property Description: WideString read FDescription write FDescription;
 
Published property TrackSegments: TGPSTrackSegments read FTrackSegments write FTrackSegments;
 
Published property StartTime : TDateTime read GetStartTime stored False;
 
Published property FinishTime : TDateTime read GetFinishTime stored False;
 

Generated by PasDoc 0.15.0.