ArcGIS API for WPF - Library Reference
TiledLayer Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : TiledLayer Class

Abstract tiled/cached map service layer class

Object Model

TiledLayer ClassEnvelope ClassSpatialReference ClassTileInfo Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class TiledLayer 
   Inherits Layer
C# 
public abstract class TiledLayer : Layer 

Remarks

Implement this class if you want to create a custom tiled layer where the cached images cannot be referenced by a simple URL.

As a minimum this layer must implement TiledMapServiceLayer.GetTileUrl and set the Layer.FullExtent to the extent of the layer. The FullExtent should include a default SpatialReference for the layer. The map uses this to determine when to draw the layer. Lastly the TileInfo should be set with tile information about the tiles in the map service.

If your images can be referenced by a simple System.Uri, you should instead implement TiledMapServiceLayer.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         ESRI.ArcGIS.Client.Layer
            ESRI.ArcGIS.Client.TiledLayer
               ESRI.ArcGIS.Client.TiledMapServiceLayer

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.