Class TGPSTrackSegment

Unit

Declaration

type TGPSTrackSegment = class(TXOMObject)

Description

TGPSTrackSegment

Hierarchy

  • TXOMObject
  • TGPSTrackSegment

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 TrackPoints: TGPSTrackPoints read FTrackPoints write FTrackPoints;
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 TrackPoints: TGPSTrackPoints read FTrackPoints write FTrackPoints;
 
Published property StartTime : TDateTime read GetStartTime stored False;
 
Published property FinishTime : TDateTime read GetFinishTime stored False;
 

Generated by PasDoc 0.15.0.