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::SetZTolerance
(
double
tolerance
)
Sets the tolerance for the Z ordinate.
.NET Syntax
void
SetZTolerance(double tolerance)
;
Java Syntax
void
SetZTolerance(double tolerance)
;
PHP Syntax
void
SetZTolerance(double tolerance)
;
Parameters:
tolerance
(double) The tolerance for the Z ordinate.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.