C# Class SuperMap.WindowsPhone.Mapping.OfflineMBTiles

Inheritance: IOfflineStorage
Show file Open project: SuperMap/iClient-WP8-Example Class Usage Examples

Public Methods

Method Description
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 ( ) : SQLite

Method Details

Clear() public method

public Clear ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ImageReadAsync() public method

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
return Task

ImageWriteAsync() public method

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
return System.Threading.Tasks.Task

IsImageExistAsync() public method

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
return Task

OfflineMBTiles() public method

public OfflineMBTiles ( ) : SQLite
return SQLite