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

파일 보기 프로젝트 열기: SuperMap/iClient-for-Win8 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Instance QueueSystem

공개 메소드들

메소드 설명
Cancel ( string id ) : void
ClearMemoryCache ( string id ) : 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 ( ) : SuperMap.WindowsPhone.Core
_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

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

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static QueueSystem,SuperMap.WindowsPhone.Mapping Instance
리턴 QueueSystem