Property | Type | Description | |
---|---|---|---|
TileCacheFolder | string |
Method | Description | |
---|---|---|
GetTileUrl ( int level, int row, int col ) : string |
Returns a url to the specified tile
|
|
Initialize ( ) : void |
Initializes the resource. Override this method if your resource requires asyncronous requests to initialize, and call the base method when initialization is completed. Upon completion of initialization, check the ESRI.ArcGIS.Client.Layer.InitializationFailure for any possible errors. |
|
ReadFully ( Stream stream ) : byte[] | ||
WebTileLayer2 ( ) : System |
Initializes a new instance of the OpenStreetMapLayer class.
|
Method | Description | |
---|---|---|
GetTileSource ( int level, int row, int col, Action |
Method | Description | |
---|---|---|
BindImage ( |
||
CreateAttributionTemplate ( ) : void | ||
GetTileSourceInternal ( int level, int row, int col, Action |
||
OnStylePropertyChanged ( |
||
StopProcessing ( object sender, System.Windows.ExitEventArgs e ) : void |
protected GetTileSource ( int level, int row, int col, Action |
||
level | int | |
row | int | |
col | int | |
onComplete | Action |
|
return | void |
public GetTileUrl ( int level, int row, int col ) : string | ||
level | int | Layer level |
row | int | Tile row |
col | int | Tile column |
return | string |