Свойство | Type | Description | |
---|---|---|---|
CopyrightTextProperty | |||
SubDomainsProperty | |||
TemplateUrlProperty |
Свойство | Type | Description | |
---|---|---|---|
CreateAttributionTemplate | void | ||
OnSubDomainsPropertyChanged | void | ||
OnTemplateUrlPropertyChanged | void |
Méthode | Description | |
---|---|---|
GetTileUrl ( int level, int row, int col ) : string |
Returns a URL to the specified tile in an WebTiledLayer.
|
|
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. |
|
SetFullExtent ( Envelope extent ) : void |
Sets the full extent of the layer.
|
|
SetTileInfo ( TileInfo tileInfo ) : void |
Sets the tile scheme of the tile layer. If not set then assume standard web mercator tiling scheme.
|
|
WebTiledLayer ( ) : System |
Initializes a new instance of the WebTiledLayer class.
|
Méthode | Description | |
---|---|---|
CreateAttributionTemplate ( ) : void | ||
OnSubDomainsPropertyChanged ( |
||
OnTemplateUrlPropertyChanged ( |
public GetTileUrl ( int level, int row, int col ) : string | ||
level | int | Layer level |
row | int | Tile row |
col | int | Tile column |
Résultat | string |
public SetFullExtent ( Envelope extent ) : void | ||
extent | Envelope | The extent. |
Résultat | void |
public SetTileInfo ( TileInfo tileInfo ) : void | ||
tileInfo | TileInfo | The tile info. |
Résultat | void |
public static DependencyProperty,System.Windows CopyrightTextProperty | ||
Résultat |
public static DependencyProperty,System.Windows SubDomainsProperty | ||
Résultat |