C# Class SuperMap.WinRT.Mapping.MBTilesHelper

Show file Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
GetMBTilesParameter ( string path ) : Task
GetTile ( string path, int column, int row, double resolution ) : Task
GetTile ( string path, int column, int row, int level ) : Task

Private Methods

Method Description
StringToDoubleArray ( string value ) : double[]
StringToPoint2D ( string value ) : Point2D
StringToRectangle2D ( string value ) : Rectangle2D

Method Details

GetMBTilesParameter() public static method

public static GetMBTilesParameter ( string path ) : Task
path string
return Task

GetTile() public static method

public static GetTile ( string path, int column, int row, double resolution ) : Task
path string
column int
row int
resolution double
return Task

GetTile() public static method

public static GetTile ( string path, int column, int row, int level ) : Task
path string
column int
row int
level int
return Task