ArcGIS Runtime SDK for WPF - Library Reference
WebTiledLayer Class
Members  See Also 
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace : WebTiledLayer Class

A WebTiledLayer is a tiled layer where the tiles are obtained directly from the provided URL, as opposed to requests made against a service. Typically, Web Tiled Layers are used as a basemap.

As a minimum, the property must be defined. If the tileInfo is not specified then the spatial reference and tiling scheme of the layer is assumed to be in the web mercator projection and google/ms/esri web mercator tiling scheme.

Object Model

WebTiledLayer ClassEnvelope ClassSpatialReference ClassTileInfo ClassTimeExtent Class

Syntax

Visual Basic (Declaration) 
Public Class WebTiledLayer 
   Inherits ESRI.ArcGIS.Client.TiledMapServiceLayer
   Implements ESRI.ArcGIS.Client.IAttribution 

Remarks

Tile layers are added to a web map as layer type: WebTiledLayer (exposed in the UI as a Tile Layer).

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         ESRI.ArcGIS.Client.Layer
            ESRI.ArcGIS.Client.TiledLayer
               ESRI.ArcGIS.Client.TiledMapServiceLayer
                  ESRI.ArcGIS.Client.Toolkit.DataSources.WebTiledLayer
                     ESRI.ArcGIS.Client.Toolkit.DataSources.OpenStreetMapLayer

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.