Web API Reference MapGuide Open Source
STRING MgSpatialContextReader::GetCoordinateSystem (  ) 

Gets the name of the coordinate system of the spatial context currently being read. If the result is a null string, the coordinate system is unknown to the spatial context.

.NET Syntax
string GetCoordinateSystem();
Java Syntax
String GetCoordinateSystem();
PHP Syntax
string GetCoordinateSystem();

Returns:
Returns the coordinate system name or NULL if unknown.


Comments or suggestions? Send us feedback.