C# Class ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.KmlGraphicsLayer

KML GraphicsLayer subclass for allowing legend based on the styles
Inheritance: GraphicsLayer
Afficher le fichier Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Private Properties

Свойство Type Description
RendererLegendChanged void

Méthodes publiques

Méthode Description
QueryLegendInfos ( Action callback, Action errorCallback ) : void

Queries for the legend infos of the layer.

The returned result is encapsulated in a LayerLegendInfo object.

Private Methods

Méthode Description
RendererLegendChanged ( object sender, EventArgs e ) : void

Method Details

QueryLegendInfos() public méthode

Queries for the legend infos of the layer.
The returned result is encapsulated in a LayerLegendInfo object.
public QueryLegendInfos ( Action callback, Action errorCallback ) : void
callback Action The method to call on completion.
errorCallback Action The method to call in the event of an error.
Résultat void