The following tables list the members exposed by ArcGISTiledMapServiceLayer.
Name | Description | |
---|---|---|
ArcGISTiledMapServiceLayer Constructor | Initializes a new instance of the ArcGISTiledMapServiceLayer class. |
Name | Description | |
---|---|---|
TokenProperty | Identifies the Token dependency property. |
Name | Description | |
---|---|---|
AttributionTemplate | Gets the attribution template of an ArcGIS Server based ArcGISTiledMapServiceLayer web service. | |
Capabilities | Obtains the type of ArcGIS Server REST 'map service' capabilities for the ArcGISTiledMapServiceLayer. | |
CopyrightText | Gets the copyright text information of an ArcGIS Server based ArcGISTiledMapServiceLayer web service. | |
Description | Gets the description information of an ArcGIS Server based ArcGISTiledMapServiceLayer web service. | |
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 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) | |
InitialExtent | The initial extent reported by the ArcGISTiledServiceLayer. | |
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) | |
Layers | Gets an array of sub-layer information, known as LayerInfo objects, in an ArcGISTiledMapServiceLayer. | |
MapName | Gets the name of the ArcGISTiledMapServiceLayer hosted by a map service. | |
MaximumResolution | Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
MaxRecordCount | Gets the maximum number of records that can be returned by query, find and identify operations. | |
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) | |
ProxyURL | Gets or sets the URL to proxy the request through. | |
ServiceDescription | Gets the service description reported by the ArcGISTiledMapServiceLayer. | |
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) | |
Tables | Gets or sets the list of tables associated with the map service. | |
TileInfo | Gets or sets the tiling scheme. (Inherited from ESRI.ArcGIS.Client.TiledLayer) | |
Token | Gets or sets the token for accessing a secure ArcGIS Server service. | |
Units | The map units the ArcGISTiledMapServiceLayer uses for its default spatial reference. | |
Url | Gets or sets the URL to a tiled ArcGIS REST map service. | |
Version | Gets the version of ArcGIS Server where the map service is published. | |
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) | |
GetAllDetails | Gets all details for sub-layers or tables in an ArcGISTiledMapServiceLayer. | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetDetails | Gets the sub-layer or table details (for a specific ID) of an ArcGISTiledMapServiceLayer. | |
GetLayerVisibility | Gets the sub-layer visibility. | |
GetTileUrl | Overridden. Returns a URL to the specific tile in an ArcGISTiledMapServiceLayer. | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
Initialize | Overridden. Initializes the resource. Override this method if your resource requires asynchronous requests to initialize, then call the base method when initialization is completed. | |
QueryLegendInfos | Queries for the legend infos of the layer. | |
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 | Overridden. Gets the source image to display in the tiled layer. We override this method to use the WebRequest to load the images. | |
OnLayerChanged | Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnMapChanged | Override to know when a layer's Layer.Map property changes. (Inherited from ESRI.ArcGIS.Client.Layer) | |
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) | |
LegendChanged | Occurs when the legend of the layer changed. | |
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) | |
VisibilityChanged | Occurs when the visibility of sublayers changed. |