Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgCreateSdfParams
GetCoordinateSystemWkt
GetFeatureSchema
GetSpatialContextDescription
GetSpatialContextName
GetXYTolerance
GetZTolerance
MgCreateSdfParams
MgCreateSdfParams
SetCoordinateSystemWkt
SetFeatureSchema
SetSpatialContextDescription
SetSpatialContextName
SetXYTolerance
SetZTolerance
void MgCreateSdfParams::SetXYTolerance
(
double
tolerance
)
Sets the
tolerance
for the X and Y ordinates.
.NET Syntax
void
SetXYTolerance(double tolerance)
;
Java Syntax
void
SetXYTolerance(double tolerance)
;
PHP Syntax
void
SetXYTolerance(double tolerance)
;
Parameters:
tolerance
(double) The tolerance for the X and Y ordinates.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.