C# 클래스 ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.KmlGraphicsLayer

KML GraphicsLayer subclass for allowing legend based on the styles
상속: GraphicsLayer
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RendererLegendChanged void

공개 메소드들

메소드 설명
QueryLegendInfos ( Action callback, Action errorCallback ) : void

Queries for the legend infos of the layer.

The returned result is encapsulated in a LayerLegendInfo object.

비공개 메소드들

메소드 설명
RendererLegendChanged ( object sender, EventArgs e ) : void

메소드 상세

QueryLegendInfos() 공개 메소드

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.
리턴 void