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


The following tables list the members exposed by TileLayer.

Public Constructors

 NameDescription
public ConstructorTileLayer ConstructorInitializes a new instance of the TileLayer class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)LayerStylePropertyIdentifies the LayerStyle dependency property  
Top

Public Properties

 NameDescription
public PropertyAttributionTemplate Gets the attribution template of the layer.  
public PropertyCulture Gets or sets the culture used for getting localized labels.  
public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyEffectGets or sets the pixel shader effect to use for rendering this ESRI.ArcGIS.Client.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 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 PropertyLayerStyle Gets or sets the layer style  
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 PropertyServerType Gets or sets the server type.  
public PropertySpatialReference Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyTileInfo Gets or sets the tiling scheme. (Inherited from ESRI.ArcGIS.Client.TiledLayer)
public PropertyToken Gets or sets the token.  
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 MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
public MethodGetTileUrlOverridden.  Returns a url to the specified tile  
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInitializeOverridden.  Initializes the resource.  
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
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 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 MethodOnMapChangedOverridden. Override to know when a layer's ESRI.ArcGIS.Client.Map property changes.  
protected MethodOnPropertyChangedOverloaded. Raises the ESRI.ArcGIS.Client.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 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)
Top

See Also

© ESRI, Inc. All Rights Reserved.