Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgMapBase
Create
Create
GetDataExtent
GetDisplayDpi
GetDisplayHeight
GetDisplayWidth
GetFiniteDisplayScaleAt
GetFiniteDisplayScaleCount
GetLayerGroups
GetLayers
GetMapDefinition
GetMapExtent
GetMapSRS
GetName
GetObjectId
GetSessionId
GetViewCenter
GetViewScale
MgMapBase
Open
virtual
MgLayerGroupCollection
* MgMapBase::GetLayerGroups
(
)
[virtual]
Returns this map's layer groups.
.NET Syntax
MgLayerGroupCollection
GetLayerGroups()
;
Java Syntax
MgLayerGroupCollection
GetLayerGroups()
;
PHP Syntax
MgLayerGroupCollection
GetLayerGroups()
;
Returns:
Returns an
MgLayerGroupCollection
that contains the map layer groups.
Comments or suggestions? Send us
feedback
.