MapDown SDK - Copyright© 2009 Martin Masci

Class TMapCombiner

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMapCombiner = class(TComponent)

Description

TMapCombiner: combine tiles to create a single map file

Hierarchy

Overview

Methods

Public constructor Create(aOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure AbortCombine();
Public procedure JoinImages(format: TImageFormat; deleteSource: Boolean);
Public procedure OverlayHybrid();

Properties

Published property Copyright: string read fCopyright;
Published property MapProject: TMapProject read fMapProject write SetMapProject;
Published property OnAbortJoin: TOnAbortJoinEvent read fAbortJoin write fAbortJoin;
Published property OnAbortOverlay: TOnAbortOverlayEvent read fAbortOverlay write fAbortOverlay;
Published property OnErrorJoin: TOnErrorJoinEvent read fErrorJoin write fErrorJoin;
Published property OnErrorOverlay: TOnErrorOverlayEvent read fErrorOverlay write fErrorOverlay;
Published property OnFinishJoin: TOnFinishJoinEvent read fFinishJoin write fFinishJoin;
Published property OnFinishOverlay: TOnFinishOverlayEvent read fFinishOverlay write fFinishOverlay;
Published property OnProgressJoin: TOnProgressJoinEvent read fProgressJoin write fProgressJoin;
Published property OnProgressOverlay: TOnProgressOverlayEvent read fProgressOverlay write fProgressOverlay;
Published property OnStartJoin: TOnStartJoinEvent read fStartJoin write fStartJoin;
Published property OnStartOverlay: TOnStartOverlayEvent read fStartOverlay write fStartOverlay;

Description

Methods

Public constructor Create(aOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure AbortCombine();
 
Public procedure JoinImages(format: TImageFormat; deleteSource: Boolean);

Start join process to create a single image. FORMAT: image output format (ifPng, ifJpg, ifBmp). DELETESOURCE: if TRUE the tiles will be delete when the process is finish.

Public procedure OverlayHybrid();

Start overlay process. You need it only with Hybrid map to join the "map layer" with "street layer".

Properties

Published property Copyright: string read fCopyright;

Current version of TMapCombiner.

Published property MapProject: TMapProject read fMapProject write SetMapProject;

TMapCombiner need TMapProject to works.

Published property OnAbortJoin: TOnAbortJoinEvent read fAbortJoin write fAbortJoin;
 
Published property OnAbortOverlay: TOnAbortOverlayEvent read fAbortOverlay write fAbortOverlay;
 
Published property OnErrorJoin: TOnErrorJoinEvent read fErrorJoin write fErrorJoin;
 
Published property OnErrorOverlay: TOnErrorOverlayEvent read fErrorOverlay write fErrorOverlay;
 
Published property OnFinishJoin: TOnFinishJoinEvent read fFinishJoin write fFinishJoin;
 
Published property OnFinishOverlay: TOnFinishOverlayEvent read fFinishOverlay write fFinishOverlay;
 
Published property OnProgressJoin: TOnProgressJoinEvent read fProgressJoin write fProgressJoin;
 
Published property OnProgressOverlay: TOnProgressOverlayEvent read fProgressOverlay write fProgressOverlay;
 
Published property OnStartJoin: TOnStartJoinEvent read fStartJoin write fStartJoin;
 
Published property OnStartOverlay: TOnStartOverlayEvent read fStartOverlay write fStartOverlay;
 

Generated by PasDoc 0.11.0 on 2009-07-25 17.20.34