C# 클래스 Esri.ArcGISRuntime.Toolkit.Controls.MapLayerItem

Internal class encapsulating a layer item representing a map layer. This class manages the events coming from the layer and the legend refresh process.
상속: Esri.ArcGISRuntime.Toolkit.Controls.Primitives.LayerItemViewModel
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-dotnet 1 사용 예제들

비공개 메소드들

메소드 설명
Attach ( LegendTree legendTree ) : void
AttachLayerEventHandler ( Layer layer ) : void
Detach ( ) : void
DetachLayerEventHandler ( Layer layer ) : void
MapLayerItem ( ) : Esri.ArcGISRuntime.Layers

Initializes a new instance of the MapLayerItem class. Only useful in Design.

MapLayerItem ( Layer layer ) : Esri.ArcGISRuntime.Layers

Initializes a new instance of the MapLayerItem class.

OnLayerLegendChanged ( object sender, EventArgs e ) : void
OnLayerPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Refresh ( ) : void

Refreshes the legend from infos coming from the map layer.