Web API Reference MapGuide Open Source
void MgCreateSdfParams::SetCoordinateSystemWkt ( CREFSTRING  srsWkt  ) 

Sets the well-know text string representing the coordinate system.

.NET Syntax
void SetCoordinateSystemWkt(string srsWkt);
Java Syntax
void SetCoordinateSystemWkt(String srsWkt);
PHP Syntax
void SetCoordinateSystemWkt(string srsWkt);

Parameters:
srsWkt (String/string) The OGC WKT string representing the coordinate system.
Returns:
Returns nothing.


Comments or suggestions? Send us feedback.