C# 클래스 SuperMap.WinRT.Mapping.MBTilesHelper

파일 보기 프로젝트 열기: SuperMap/iClient-for-Win8

공개 메소드들

메소드 설명
GetMBTilesParameter ( string path ) : Task
GetTile ( string path, int column, int row, double resolution ) : Task
GetTile ( string path, int column, int row, int level ) : Task

비공개 메소드들

메소드 설명
StringToDoubleArray ( string value ) : double[]
StringToPoint2D ( string value ) : Point2D
StringToRectangle2D ( string value ) : Rectangle2D

메소드 상세

GetMBTilesParameter() 공개 정적인 메소드

public static GetMBTilesParameter ( string path ) : Task
path string
리턴 Task

GetTile() 공개 정적인 메소드

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

GetTile() 공개 정적인 메소드

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