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
STRING
MgMapBase::GetMapSRS
(
)
[virtual]
Gets the spatial reference system used to display this map.
.NET Syntax
string
GetMapSRS()
;
Java Syntax
String
GetMapSRS()
;
PHP Syntax
string
GetMapSRS()
;
Returns:
Returns the spatial reference system in the OpenGIS
WKT
(Well Known Text) format as a string.
Comments or suggestions? Send us
feedback
.