MapDown SDK - Copyright© 2009 Martin Masci

Class TMapExporter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMapExporter = class(TComponent)

Description

TMapExporter: export your map to georeference file format

Hierarchy

Overview

Methods

Public constructor Create(aOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure ExportAsCompeGPS(format: TImageFormat);
Public procedure ExportAsGPSdash2(format: TImageFormat);
Public procedure ExportAsGpsTuner2(format: TImageFormat);
Public procedure ExportAsGpsTuner2Slices(format: TImageFormat);
Public procedure ExportAsOziExplorer(format: TImageFormat);

Properties

Published property Copyright: string read fCopyright;
Published property MapCombiner: TMapCombiner read fMapCombiner write SetMapCombiner;
Published property MapProject: TMapProject read fMapProject write SetMapProject;
Published property OnErrorExport: TOnErrorExportEvent read fErrorExport write fErrorExport;
Published property OnFinisExport: TOnFinishExportEvent read fFinishExport write fFinishExport;
Published property OnStartExport: TOnStartExportEvent read fStartExport write fStartExport;

Description

Methods

Public constructor Create(aOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure ExportAsCompeGPS(format: TImageFormat);

Export your project to CompeGPS (.IMP) format (www.compegps.com). FORMAT: image output format (ifPng, ifJpg, ifBmp).

Public procedure ExportAsGPSdash2(format: TImageFormat);

Export your project to GPSdash 2 (.MCX) format (www.gpsdash.com). FORMAT: image output format (ifPng, ifJpg, ifBmp).

Public procedure ExportAsGpsTuner2(format: TImageFormat);

Export your project to GPS Tuner (.GMI) format (www.gpstuner.com). FORMAT: image output format (ifPng, ifJpg, ifBmp).

Public procedure ExportAsGpsTuner2Slices(format: TImageFormat);

Export your project to GPS Tuner (.GSI) slices format (www.gpstuner.com). FORMAT: image output format (ifPng, ifJpg, ifBmp).

Public procedure ExportAsOziExplorer(format: TImageFormat);

Export your project to OziExplorer (.MAP) format (www.oziexplorer.com). FORMAT: image output format (ifPng, ifJpg, ifBmp).

Properties

Published property Copyright: string read fCopyright;

Current version of TMapExporter.

Published property MapCombiner: TMapCombiner read fMapCombiner write SetMapCombiner;

TMapDownloader need TMapCombiner to works.

Published property MapProject: TMapProject read fMapProject write SetMapProject;

TMapDownloader need TMapProject to works.

Published property OnErrorExport: TOnErrorExportEvent read fErrorExport write fErrorExport;
 
Published property OnFinisExport: TOnFinishExportEvent read fFinishExport write fFinishExport;
 
Published property OnStartExport: TOnStartExportEvent read fStartExport write fStartExport;
 

Generated by PasDoc 0.11.0 on 2009-07-25 17.20.35