| Description | Hierarchy | Fields | Methods | Properties |
type TMapProject = class(TComponent)
TMapProject: handle the map project
![]() |
constructor Create(aOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function GetBottomLatitude(): Extended; |
![]() |
function GetColMax(): Integer; |
![]() |
function GetColMin(): Integer; |
![]() |
function GetCols(): Integer; |
![]() |
function GetImage(): string; |
![]() |
function GetImageFormat(): TImageFormat; |
![]() |
function GetLeftLongitude(): Extended; |
![]() |
function GetNeedJoin(): Boolean; |
![]() |
function GetNeedOverlay(): Boolean; |
![]() |
function GetProjectAsText(): string; |
![]() |
function GetProvider(): TMapProvider; |
![]() |
function GetRightLongitude(): Extended; |
![]() |
function GetRowMax(): Integer; |
![]() |
function GetRowMin(): Integer; |
![]() |
function GetRows(): Integer; |
![]() |
function GetSourceFolder(): string; |
![]() |
function GetTopLatitude(): Extended; |
![]() |
function GetVersion(): string; |
![]() |
function GetZoom(): Integer; |
![]() |
function IsProjectFill(): Boolean; |
![]() |
function IsProjectModified(): Boolean; |
![]() |
procedure LoadProjectFromFile(project: string); |
![]() |
procedure NewProject(); |
![]() |
procedure SaveProjectToFile(project: string); |
![]() |
procedure SetBottomLatitude(bottomlatitude: Extended); |
![]() |
procedure SetColMax(colmax: Integer); |
![]() |
procedure SetColMin(colmin: Integer); |
![]() |
procedure SetCols(cols: Integer); |
![]() |
procedure SetImage(name: string); |
![]() |
procedure SetImageFormat(format: TImageFormat); |
![]() |
procedure SetLeftLongitude(leftlongitude: Extended); |
![]() |
procedure SetNeedJoin(join: Boolean); |
![]() |
procedure SetNeedOverlay(overlay: Boolean); |
![]() |
procedure SetProjectFill(); |
![]() |
procedure SetProvider(provider: TMapProvider); |
![]() |
procedure SetRightLongitude(rightlongitude: Extended); |
![]() |
procedure SetRowMax(rowmax: Integer); |
![]() |
procedure SetRowMin(rowmin: Integer); |
![]() |
procedure SetRows(rows: Integer); |
![]() |
procedure SetSourceFolder(folder: string); |
![]() |
procedure SetTopLatitude(toplatitude: Extended); |
![]() |
procedure SetZoom(zoom: Integer); |
![]() |
property Copyright: string read fCopyright; |
![]() |
property Path: string read fPath write SetPath; |
![]() |
property Project: string read fProject write SetProject; |
![]() |
property SourceFolder: string read fSourceFolder write SetSourceF; |
![]() |
constructor Create(aOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function GetBottomLatitude(): Extended; |
|
Get real latitude of the second point. | |
![]() |
function GetColMax(): Integer; |
|
Get max number of tile in X direction. | |
![]() |
function GetColMin(): Integer; |
|
Get min number of tile in X direction. | |
![]() |
function GetCols(): Integer; |
|
Get number of tiles in X direction. | |
![]() |
function GetImage(): string; |
|
Get map image name. | |
![]() |
function GetImageFormat(): TImageFormat; |
|
Get map image format (ifPng, ifJpg, ifBmp). | |
![]() |
function GetLeftLongitude(): Extended; |
|
Get real longitude of the first point. | |
![]() |
function GetNeedJoin(): Boolean; |
|
if TRUE the project need join process. | |
![]() |
function GetNeedOverlay(): Boolean; |
|
if TRUE the project need overlay process. | |
![]() |
function GetProjectAsText(): string; |
|
Get project as text. | |
![]() |
function GetProvider(): TMapProvider; |
|
Get map provider. | |
![]() |
function GetRightLongitude(): Extended; |
|
Get real longitude of the second point. | |
![]() |
function GetRowMax(): Integer; |
|
Get max number of tile in Y direction. | |
![]() |
function GetRowMin(): Integer; |
|
Get min number of tile in Y direction. | |
![]() |
function GetRows(): Integer; |
|
Get number of tiles in Y direction. | |
![]() |
function GetSourceFolder(): string; |
|
Get source folder. | |
![]() |
function GetTopLatitude(): Extended; |
|
Get real latitude of the first point. | |
![]() |
function GetVersion(): string; |
|
Get version of MDF format. | |
![]() |
function GetZoom(): Integer; |
|
Get map zoom level. | |
![]() |
function IsProjectFill(): Boolean; |
|
If FALSE the project is not black. | |
![]() |
function IsProjectModified(): Boolean; |
![]() |
procedure LoadProjectFromFile(project: string); |
|
Load prohject from the file (only .MDF format). | |
![]() |
procedure NewProject(); |
|
Create a new project (this will delete the current project). | |
![]() |
procedure SaveProjectToFile(project: string); |
|
Save project with .MDF format. | |
![]() |
procedure SetBottomLatitude(bottomlatitude: Extended); |
|
You should not use this procedure. | |
![]() |
procedure SetColMax(colmax: Integer); |
|
You should not use this procedure. | |
![]() |
procedure SetColMin(colmin: Integer); |
|
You should not use this procedure. | |
![]() |
procedure SetCols(cols: Integer); |
|
You should not use this procedure. | |
![]() |
procedure SetImage(name: string); |
|
You should not use this procedure. | |
![]() |
procedure SetImageFormat(format: TImageFormat); |
|
You should not use this procedure. | |
![]() |
procedure SetLeftLongitude(leftlongitude: Extended); |
|
You should not use this procedure. | |
![]() |
procedure SetNeedJoin(join: Boolean); |
|
You should not use this procedure. | |
![]() |
procedure SetNeedOverlay(overlay: Boolean); |
|
You should not use this procedure. | |
![]() |
procedure SetProjectFill(); |
|
You should not use this procedure. | |
![]() |
procedure SetProvider(provider: TMapProvider); |
|
You should not use this procedure. | |
![]() |
procedure SetRightLongitude(rightlongitude: Extended); |
|
You should not use this procedure. | |
![]() |
procedure SetRowMax(rowmax: Integer); |
|
You should not use this procedure. | |
![]() |
procedure SetRowMin(rowmin: Integer); |
|
You should not use this procedure. | |
![]() |
procedure SetRows(rows: Integer); |
|
You should not use this procedure. | |
![]() |
procedure SetSourceFolder(folder: string); |
|
You should not use this procedure. | |
![]() |
procedure SetTopLatitude(toplatitude: Extended); |
|
You should not use this procedure. | |
![]() |
procedure SetZoom(zoom: Integer); |
|
You should not use this procedure. | |
![]() |
property Copyright: string read fCopyright; |
|
Current version of TMapProject. | |
![]() |
property Path: string read fPath write SetPath; |
|
Project path (where save the project file). | |
![]() |
property Project: string read fProject write SetProject; |
|
Name of the project. | |
![]() |
property SourceFolder: string read fSourceFolder write SetSourceF; |
|
Source path (a subfolder of "Path" property where save the tiles files). | |