The following tables list the members exposed by TileLayer.
Name | Description | |
---|---|---|
TileLayer Constructor | Initializes a new instance of the TileLayer class. |
Name | Description | |
---|---|---|
LayerStyleProperty | Identifies the LayerStyle dependency property |
Name | Description | |
---|---|---|
AttributionTemplate | Gets the attribution template of the layer. | |
Culture | Gets or sets the culture used for getting localized labels. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DisplayName | Gets or sets the display name. Display name is used in printing and legend control. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Effect | Gets or sets the pixel shader effect to use for rendering this ESRI.ArcGIS.Client.Layer. (Inherited from ESRI.ArcGIS.Client.Layer) | |
FullExtent | The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer) | |
ID | Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer) | |
InitializationFailure | Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer) | |
IsInitialized | Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer) | |
LayerStyle | Gets or sets the layer style | |
MaximumResolution | Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
MinimumResolution | Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Opacity | Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer) | |
ServerType | Gets or sets the server type. | |
ShowLegend | Gets or sets a value indicating whether to show legend. (Inherited from ESRI.ArcGIS.Client.Layer) | |
SpatialReference | Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer) | |
TileInfo | Gets or sets the tiling scheme. (Inherited from ESRI.ArcGIS.Client.TiledLayer) | |
Token | Gets or sets the token. | |
Visible | Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer) | |
VisibleTimeExtent | Gets or sets the time extent where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
ClearValue | (Inherited from System.Windows.DependencyObject) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetTileUrl | Overridden. Returns a url to the specified tile | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
Initialize | Overridden. Initializes the resource. | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
Refresh | Clears all tiles from the layer and redraws it. (Inherited from ESRI.ArcGIS.Client.TiledLayer) | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
ToBitmap | Renders the layer to a System.Windows.Media.Imaging.WriteableBitmap. (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
Cancel | Stops loading of any pending images (Inherited from ESRI.ArcGIS.Client.Layer) | |
GetTileSource | Gets the source image to display in the tiled layer. Override this to generate or modify images. (Inherited from ESRI.ArcGIS.Client.TiledLayer) | |
OnLayerChanged | Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnMapChanged | Overridden. Override to know when a layer's ESRI.ArcGIS.Client.Map property changes. | |
OnPropertyChanged | (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
InitializationFailed | This Event fires when a Layer has been initialized and has encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Initialized | Raised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer) | |
PropertyChanged | Property changed event (Inherited from ESRI.ArcGIS.Client.Layer) | |
TileLoaded | Occurs when a tile has been loaded. (Inherited from ESRI.ArcGIS.Client.TiledLayer) | |
TileLoading | Occurs when a tile is about to load. (Inherited from ESRI.ArcGIS.Client.TiledLayer) |