Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgSpatialContextReader
Close
GetCoordinateSystem
GetCoordinateSystemWkt
GetDescription
GetExtent
GetExtentType
GetName
GetXYTolerance
GetZTolerance
IsActive
ReadNext
Reset
STRING
MgSpatialContextReader::GetCoordinateSystemWkt
(
)
Gets the name of the coordinate system currently being read in well-known text format.
.NET Syntax
string
GetCoordinateSystemWkt()
;
Java Syntax
String
GetCoordinateSystemWkt()
;
PHP Syntax
string
GetCoordinateSystemWkt()
;
Returns:
Returns the coordinate system name in OGC WKT format or NULL if unknown.
Comments or suggestions? Send us
feedback
.