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


The following tables list the members exposed by ArcGISTiledMapServiceLayer.

Public Constructors

 NameDescription
public ConstructorArcGISTiledMapServiceLayer ConstructorInitializes a new instance of the ArcGISTiledMapServiceLayer class.  
Top

Public Properties

 NameDescription
public PropertyAttributionTemplate Gets the attribution template of an ArcGIS Server based ArcGISTiledMapServiceLayer web service.  
public PropertyCapabilities Obtains the type of ArcGIS Server 'map service' capabilities for the ArcGISTiledMapServiceLayer.  
public PropertyCopyrightText Gets the copyright text information of an ArcGIS Server based ArcGISTiledMapServiceLayer web service.  
public PropertyCredentials Gets or sets the network credentials that are sent to the host and used to authenticate the request.  
public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
public PropertyDescription Gets the description information of an ArcGIS Server based ArcGISTiledMapServiceLayer web service.  
public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyEffectGets or sets the pixel shader effect to use for rendering this Layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyFullExtent The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyID Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyInitialExtent The initial extent reported by the service.  
public PropertyInitializationFailure Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsInitialized Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
public PropertyLayersGets the sub-layers in a tiled map service.  
public PropertyMapNameGets the name of the map as reported by the service.  
public PropertyMaximumResolution Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyMinimumResolution Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyOpacity Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyProxyURL Gets or sets the URL to proxy the request through.  
public PropertyServiceDescriptionGets the description reported by the service.  
public PropertySpatialReference Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyTables Gets or sets the list of tables associated with the map service.  
public PropertyTileInfo Gets or sets the tiling scheme. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public PropertyTokenGets or sets the token for accessing a secure ArcGIS Server service.  
public PropertyUnits The map units this layer uses for its default spatial reference.  
public PropertyUrlGets or sets the URL to a tiled ArcGIS REST map service.  
public PropertyVersion Gets the version of ArcGIS Server where the map service is published.  
public PropertyVisible Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
public MethodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public MethodGetAllDetails Gets all details for sub layers or tables.  
public MethodGetDetails Gets the sub layer or table details.  
public MethodGetLayerVisibility Gets the sub-layer visibility.  
public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
public MethodGetTileUrlOverridden.  Returns a URL to the specific tile in an ArcGISTiledMapServiceLayer.  
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInitializeOverridden.  Initializes the resource. Override this method if your resource requires asynchronous requests to initialize, then call the base method when initialization is completed.  
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodQueryLegendInfos Queries for the legend infos of the layer.  
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodRefresh Clears all tiles from the layer and redraws it. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetLayerVisibility Sets the sublayer visibility.  
public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCancel Stops loading of any pending images (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodGetTileSource Gets the source image to display in the tiled layer. Override this to generate or modify images. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
protected MethodOnLayerChanged Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnMapChangedOverride to know when a layer's Layer.Map property changes. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnPropertyChangedOverloaded. Raises the Layer.PropertyChanged event. (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Events

 NameDescription
public EventInitializationFailed Raised when the layer has been initialized and encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer)
public EventInitialized Raised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer)
public EventLegendChanged Occurs when the legend of the layer changed.  
public EventPropertyChanged Property changed event (Inherited from ESRI.ArcGIS.Client.Layer)
public EventTileLoaded Occurs when a tile has been loaded. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public EventTileLoading Occurs when a tile is about to load. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public EventVisibilityChanged Occurs when the visibility of sublayers changed.  
Top

See Also

© ESRI, Inc. All Rights Reserved.