C# Класс csShared.Geo.Esri.WebTileLayer

Наследование: TiledMapServiceLayer, IAttribution, IMenuLayer, ITileCache
Показать файл Открыть проект

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

Метод Описание
GetMenuItems ( ) : List
GetTileUrl ( int level, int row, int col ) : string

Returns a url to the specified tile

Initialize ( ) : void
WebTileLayer ( ) : System.Collections.Concurrent

Initializes a new instance of the OpenStreetMapLayer class.

Защищенные методы

Метод Описание
GetTileSource ( int level, int row, int col, Action onComplete ) : void

Приватные методы

Метод Описание
BindImage ( byte img, Action onComplete ) : void
CloseCache ( ) : void
CreateAttributionTemplate ( ) : void
DictionaryKey ( int level, int row, int col, bool internalCall ) : string
GetTileSourceInternal ( int level, int row, int col, Action onComplete, bool internalCall ) : void
InitializeTileProvider ( ITileImageProvider newTileProvider ) : void
PauseProcessingWebRequests ( object sender, System.Windows.ExitEventArgs e ) : void
ReadFully ( Stream stream ) : byte[]
StartProcessingWebRequest ( ) : void
StopProcessingWebRequests ( object sender, System.Windows.ExitEventArgs e ) : void

Описание методов

GetMenuItems() публичный Метод

public GetMenuItems ( ) : List
Результат List

GetTileSource() защищенный Метод

protected GetTileSource ( int level, int row, int col, Action onComplete ) : void
level int
row int
col int
onComplete Action
Результат void

GetTileUrl() публичный Метод

Returns a url to the specified tile
public GetTileUrl ( int level, int row, int col ) : string
level int Layer level
row int Tile row
col int Tile column
Результат string

Initialize() публичный Метод

public Initialize ( ) : void
Результат void

WebTileLayer() публичный Метод

Initializes a new instance of the OpenStreetMapLayer class.
public WebTileLayer ( ) : System.Collections.Concurrent
Результат System.Collections.Concurrent