C# Class SuperMap.Web.Controls.MapLegendItemInfo

Inheritance: LayerLegendItemInfo
Show file Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
MapLegendItemInfo ( Layer iClientLayer, Map iClientMap, bool _showOnlyVisibleLayers, double height, double width, bool expanded, Action action ) : System

Private Methods

Method Description
Attach ( LegendTree legendTree ) : void
Detach ( ) : void
MapLegendItemInfo ( ) : System
SwitchLayersInfo ( string url, string layerid ) : void
layerServices_ProcessCompleted ( object sender, GetLayersInfoEventArgs e ) : void

Method Details

MapLegendItemInfo() public method

public MapLegendItemInfo ( Layer iClientLayer, Map iClientMap, bool _showOnlyVisibleLayers, double height, double width, bool expanded, Action action ) : System
iClientLayer SuperMap.Web.Mapping.Layer
iClientMap SuperMap.Web.Mapping.Map
_showOnlyVisibleLayers bool
height double
width double
expanded bool
action Action
return System