C# Class SuperMap.WinRT.Mapping.MBTilesHelper

Afficher le fichier Open project: SuperMap/iClient-for-Win8

Méthodes publiques

Méthode 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

Méthode Description
StringToDoubleArray ( string value ) : double[]
StringToPoint2D ( string value ) : Point2D
StringToRectangle2D ( string value ) : Rectangle2D

Method Details

GetMBTilesParameter() public static méthode

public static GetMBTilesParameter ( string path ) : Task
path string
Résultat Task

GetTile() public static méthode

public static GetTile ( string path, int column, int row, double resolution ) : Task
path string
column int
row int
resolution double
Résultat Task

GetTile() public static méthode

public static GetTile ( string path, int column, int row, int level ) : Task
path string
column int
row int
level int
Résultat Task