C# 클래스 Mapsui.Fetcher.TileFetcher

파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
AbortFetch ( ) : void
TileFetcher ( ITileSource tileSource, MemoryCache memoryCache, int maxAttempts = DefaultMaxAttempts, int maxThreads = DefaultMaxThreads, IFetchStrategy strategy = null ) : System
ViewChanged ( BoundingBox newExtent, double newResolution ) : void

비공개 메소드들

메소드 설명
FetchTile ( BruTile.TileInfo info, Retries retries ) : void
FetchTiles ( Retries retries ) : void
GetTilesMissing ( IEnumerable tileInfos, MemoryCache memoryCache, Retries retries ) : IList
LocalFetchCompleted ( object sender, FetchTileCompletedEventArgs e ) : void
OnPropertyChanged ( string propertyName ) : void
StartFetchOnThread ( BruTile.TileInfo info ) : void
StartLoopThread ( ) : void
TileFetchLoop ( ) : void

메소드 상세

AbortFetch() 공개 메소드

public AbortFetch ( ) : void
리턴 void

TileFetcher() 공개 메소드

public TileFetcher ( ITileSource tileSource, MemoryCache memoryCache, int maxAttempts = DefaultMaxAttempts, int maxThreads = DefaultMaxThreads, IFetchStrategy strategy = null ) : System
tileSource ITileSource
memoryCache MemoryCache
maxAttempts int
maxThreads int
strategy IFetchStrategy
리턴 System

ViewChanged() 공개 메소드

public ViewChanged ( BoundingBox newExtent, double newResolution ) : void
newExtent BoundingBox
newResolution double
리턴 void