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

关于OfflineStorage的设计不太合理 整个类文件需要拆分
상속: IDisposable
파일 보기 프로젝트 열기: SuperMap/iClient-for-Win8 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetImageStart void
OnDownloadImageCompleted void
QueueSystem System
_executantPool_DownloadImageCompleted void

공개 메소드들

메소드 설명
Cancel ( string id ) : void
ClearMemoryCache ( string id ) : void
Dispose ( ) : void

释放占据的所有资源,不再请求。

GetHowToDownloadById ( string id ) : Task>.Func
GetStorage ( string id ) : IOfflineStorage
InputTiles ( string id, IList tiles ) : void
Register ( string id, IOfflineStorage storage, Func howToDownload ) : void

注册一个新的图层。

ResetStorage ( string id, IOfflineStorage storage ) : void
Unregiest ( string id ) : void

注销一个图层。

비공개 메소드들

메소드 설명
GetImageStart ( ) : void
OnDownloadImageCompleted ( Tile tile ) : void
QueueSystem ( ) : System
_executantPool_DownloadImageCompleted ( object sender, Tile e ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( string id ) : void
id string
리턴 void

ClearMemoryCache() 공개 메소드

public ClearMemoryCache ( string id ) : void
id string
리턴 void

Dispose() 공개 메소드

释放占据的所有资源,不再请求。
public Dispose ( ) : void
리턴 void

GetHowToDownloadById() 공개 메소드

public GetHowToDownloadById ( string id ) : Task>.Func
id string
리턴 Task>.Func

GetStorage() 공개 메소드

public GetStorage ( string id ) : IOfflineStorage
id string
리턴 IOfflineStorage

InputTiles() 공개 메소드

public InputTiles ( string id, IList tiles ) : void
id string
tiles IList
리턴 void

Register() 공개 메소드

注册一个新的图层。
public Register ( string id, IOfflineStorage storage, Func howToDownload ) : void
id string
storage IOfflineStorage
howToDownload Func
리턴 void

ResetStorage() 공개 메소드

public ResetStorage ( string id, IOfflineStorage storage ) : void
id string
storage IOfflineStorage
리턴 void

Unregiest() 공개 메소드

注销一个图层。
public Unregiest ( string id ) : void
id string
리턴 void