Web API Reference MapGuide Open Source

STRING MgMap::GetMapSRS  ) 
 

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.
Example (PHP)
See MgMap Class .