Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgLayerBase
ForceRefresh
GetClassDefinition
GetDisplayInLegend
GetExpandInLegend
GetFeatureClassName
GetFeatureGeometryName
GetFeatureSourceId
GetGroup
GetLayerDefinition
GetLayerType
GetLegendLabel
GetName
GetObjectId
GetSelectable
GetVisible
IsVisible
MgLayerBase
NeedsRefresh
SelectAggregate
SelectFeatures
SetDisplayInLegend
SetGroup
SetLayerDefinition
SetLegendLabel
SetName
SetSelectable
SetVisible
UpdateFeatures
virtual
MgLayerGroup
* MgLayerBase::GetGroup
(
)
[virtual]
Gets the group this layer is organized within.
.NET Syntax
MgLayerGroup
GetGroup()
;
Java Syntax
MgLayerGroup
GetGroup()
;
PHP Syntax
MgLayerGroup
GetGroup()
;
Returns:
Returns an
MgLayerGroup
representing the parent group, or NULL if the layer does not belong to a group.
Example (PHP)
See
MgMapBase class
.
Comments or suggestions? Send us
feedback
.