MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual void MgCoordinateSystemGridSpecification::SetCurvePrecision ( double  curvePrecision) [pure virtual]

Sets the desired precision of complex curve approximations.

.NET Syntax
virtual void SetCurvePrecision (double curvePrecision);
Java Syntax
virtual void SetCurvePrecision (double curvePrecision);
PHP Syntax
virtual void SetCurvePrecision (double curvePrecision);
Parameters:
curvePrecision(double) The desired maximum distance between an approximation of a complex curve and the true curve.
Remarks:
Please note the term desired in this description. The generation of a complex curve approximation is also controlled by a variable usually called the MaximumCurvePoints. Thus, if this criteria is exceeded in the curve generation process, the curve precision can and will often be less than that requested. This provision is implemented to reduce the probability of a runaway grid which consumes the entire machine.