| Description | Hierarchy | Fields | Methods | Properties |
type TMapExporter = class(TComponent)
TMapExporter: export your map to georeference file format
![]() |
constructor Create(aOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure ExportAsCompeGPS(format: TImageFormat); |
![]() |
procedure ExportAsGPSdash2(format: TImageFormat); |
![]() |
procedure ExportAsGpsTuner2(format: TImageFormat); |
![]() |
procedure ExportAsGpsTuner2Slices(format: TImageFormat); |
![]() |
procedure ExportAsOziExplorer(format: TImageFormat); |
![]() |
property Copyright: string read fCopyright; |
![]() |
property MapCombiner: TMapCombiner read fMapCombiner write SetMapCombiner; |
![]() |
property MapProject: TMapProject read fMapProject write SetMapProject; |
![]() |
property OnErrorExport: TOnErrorExportEvent read fErrorExport write fErrorExport; |
![]() |
property OnFinisExport: TOnFinishExportEvent read fFinishExport write fFinishExport; |
![]() |
property OnStartExport: TOnStartExportEvent read fStartExport write fStartExport; |
![]() |
constructor Create(aOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure ExportAsCompeGPS(format: TImageFormat); |
|
Export your project to CompeGPS (.IMP) format (www.compegps.com). FORMAT: image output format (ifPng, ifJpg, ifBmp). | |
![]() |
procedure ExportAsGPSdash2(format: TImageFormat); |
|
Export your project to GPSdash 2 (.MCX) format (www.gpsdash.com). FORMAT: image output format (ifPng, ifJpg, ifBmp). | |
![]() |
procedure ExportAsGpsTuner2(format: TImageFormat); |
|
Export your project to GPS Tuner (.GMI) format (www.gpstuner.com). FORMAT: image output format (ifPng, ifJpg, ifBmp). | |
![]() |
procedure ExportAsGpsTuner2Slices(format: TImageFormat); |
|
Export your project to GPS Tuner (.GSI) slices format (www.gpstuner.com). FORMAT: image output format (ifPng, ifJpg, ifBmp). | |
![]() |
procedure ExportAsOziExplorer(format: TImageFormat); |
|
Export your project to OziExplorer (.MAP) format (www.oziexplorer.com). FORMAT: image output format (ifPng, ifJpg, ifBmp). | |
![]() |
property Copyright: string read fCopyright; |
|
Current version of TMapExporter. | |
![]() |
property MapCombiner: TMapCombiner read fMapCombiner write SetMapCombiner; |
|
TMapDownloader need TMapCombiner to works. | |
![]() |
property MapProject: TMapProject read fMapProject write SetMapProject; |
|
TMapDownloader need TMapProject to works. | |
![]() |
property OnErrorExport: TOnErrorExportEvent read fErrorExport write fErrorExport; |
![]() |
property OnFinisExport: TOnFinishExportEvent read fFinishExport write fFinishExport; |
![]() |
property OnStartExport: TOnStartExportEvent read fStartExport write fStartExport; |