C# Class SuperMap.WinRT.Mapping.OfflineMBTiles

Inheritance: IOfflineStorage
Afficher le fichier Open project: SuperMap/iClient-WP8-Example Class Usage Examples

Méthodes publiques

Méthode 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 ( ) : SuperMap.WinRT.Utilities

Method Details

Clear() public méthode

public Clear ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ImageReadAsync() public méthode

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
Résultat Task

ImageWriteAsync() public méthode

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
Résultat System.Threading.Tasks.Task

IsImageExistAsync() public méthode

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
Résultat Task

OfflineMBTiles() public méthode

public OfflineMBTiles ( ) : SuperMap.WinRT.Utilities
Résultat SuperMap.WinRT.Utilities