MapDown SDK - Copyright© 2009 Martin Masci

Unit mdfunctions

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
record cXY  

Functions and Procedures

procedure GetJPGSize(const sFile: string; var wWidth, wHeight: Word);
function PrepareJNumber(const s: string): string;
function GetCoordinatesFromMatrix(x1, y1, x2, y2, max: Integer): coordXY;
function FromFormatToExt(format: TImageFormat): string;
function LoadPNGasBMP(filename: string): TBitmap;
procedure ConvertImageFormat(fromfile, tofile: string; fromformat, toformat: TImageFormat);
function ProviderImageFormat(provider: TMapProvider): TImageFormat;
function IsYahoo(provider: TMapProvider): Boolean;

Types

coordXY = array of cXY;
TImageFormat = (...);
TMapProvider = (...);

Description

Functions and Procedures

procedure GetJPGSize(const sFile: string; var wWidth, wHeight: Word);
 
function PrepareJNumber(const s: string): string;
 
function GetCoordinatesFromMatrix(x1, y1, x2, y2, max: Integer): coordXY;
 
function FromFormatToExt(format: TImageFormat): string;
 
function LoadPNGasBMP(filename: string): TBitmap;
 
procedure ConvertImageFormat(fromfile, tofile: string; fromformat, toformat: TImageFormat);
 
function ProviderImageFormat(provider: TMapProvider): TImageFormat;
 
function IsYahoo(provider: TMapProvider): Boolean;
 

Types

coordXY = array of cXY;
 
TImageFormat = (...);
 
Values
  • ifPng:  
  • ifJpg:  
  • ifBmp:  
TMapProvider = (...);
 
Values
  • mpGoogleStreet:  
  • mpGoogleSatellite:  
  • mpGoogleTerrain:  
  • mpGoogleHybrid:  
  • mpLiveStreet:  
  • mpLiveSatellite:  
  • mpLiveHybrid:  
  • mpYahooStreet:  
  • mpYahooSatellite:  
  • mpYahooHybrid:  
  • mpOpenStreet1:  
  • mpOpenStreet2:  
  • mpOpenStreet3:  

Generated by PasDoc 0.11.0 on 2009-07-25 17.20.35