Property | Type | Description | |
---|---|---|---|
GetImageStart | void | ||
OnDownloadImageCompleted | void | ||
QueueSystem | System | ||
_executantPool_DownloadImageCompleted | void |
Method | Description | |
---|---|---|
Cancel ( string id ) : void | ||
ClearMemoryCache ( string id ) : void | ||
Dispose ( ) : void |
释放占据的所有资源,不再请求。
|
|
GetHowToDownloadById ( string id ) : Task |
||
GetStorage ( string id ) : IOfflineStorage | ||
InputTiles ( string id, IList |
||
Register ( string id, IOfflineStorage storage, Func |
注册一个新的图层。
|
|
ResetStorage ( string id, IOfflineStorage storage ) : void | ||
Unregiest ( string id ) : void |
注销一个图层。
|
Method | Description | |
---|---|---|
GetImageStart ( ) : void | ||
OnDownloadImageCompleted ( Tile tile ) : void | ||
QueueSystem ( ) : System | ||
_executantPool_DownloadImageCompleted ( object sender, Tile e ) : void |
public GetHowToDownloadById ( string id ) : Task |
||
id | string | |
return | Task |
public GetStorage ( string id ) : IOfflineStorage | ||
id | string | |
return | IOfflineStorage |
public InputTiles ( string id, IList |
||
id | string | |
tiles | IList |
|
return | void |
public Register ( string id, IOfflineStorage storage, Func |
||
id | string | |
storage | IOfflineStorage | |
howToDownload | Func |
|
return | void |
public ResetStorage ( string id, IOfflineStorage storage ) : void | ||
id | string | |
storage | IOfflineStorage | |
return | void |