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

상속: IOfflineStorage
파일 보기 프로젝트 열기: SuperMap/iClient-WP8-Example 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : System.Threading.Tasks.Task
ImageReadAsync ( int width, int height, double resolution, int level, int column, int row ) : Task
ImageWriteAsync ( int width, int height, double resolution, int level, int column, int row, byte data ) : System.Threading.Tasks.Task
IsImageExistAsync ( int width, int height, double resolution, int level, int column, int row ) : Task
OfflineMBTiles ( ) : SuperMap.WinRT.Utilities

메소드 상세

Clear() 공개 메소드

public Clear ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ImageReadAsync() 공개 메소드

public ImageReadAsync ( int width, int height, double resolution, int level, int column, int row ) : Task
width int
height int
resolution double
level int
column int
row int
리턴 Task

ImageWriteAsync() 공개 메소드

public ImageWriteAsync ( int width, int height, double resolution, int level, int column, int row, byte data ) : System.Threading.Tasks.Task
width int
height int
resolution double
level int
column int
row int
data byte
리턴 System.Threading.Tasks.Task

IsImageExistAsync() 공개 메소드

public IsImageExistAsync ( int width, int height, double resolution, int level, int column, int row ) : Task
width int
height int
resolution double
level int
column int
row int
리턴 Task

OfflineMBTiles() 공개 메소드

public OfflineMBTiles ( ) : SuperMap.WinRT.Utilities
리턴 SuperMap.WinRT.Utilities