C# Класс Mapsui.Fetcher.TileFetcher

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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