MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgLayerGroup Class Reference

Manipulates the properties of a layer group. More...

+ Inheritance diagram for MgLayerGroup:

List of all members.

Public Member Functions

virtual bool GetDisplayInLegend ()
 Determines whether an entry for the group should appear in the legend.
virtual bool GetExpandInLegend ()
 Determines whether the entry for the group should initially be expanded in the legend, if possible.
virtual MgLayerGroupGetGroup ()
 
virtual INT32 GetLayerGroupType ()
 Gets the type of the layer group.
virtual STRING GetLegendLabel ()
 
virtual STRING GetName ()
 Gets the group name.
virtual STRING GetObjectId ()
 
virtual bool GetVisible ()
 Determines if the layer group is potentially visible.
virtual bool IsVisible ()
 Determines the actual visibility of the group.
 MgLayerGroup (CREFSTRING name)
 Constructs an MgLayerGroup object with the specified name.
virtual void SetDisplayInLegend (bool displayInLegend)
 
virtual void SetExpandInLegend (bool expandInLegend)
 Specifies whether the entry for the group should initially be expanded in the legend, if possible.
virtual void SetGroup (MgLayerGroup *group)
 
virtual void SetLegendLabel (CREFSTRING legendLabel)
 
virtual void SetVisible (bool visible)
 

Detailed Description

Manipulates the properties of a layer group.