OSGeo FDO Provider for SDF API Reference

SDF API

API Reference OSGeo FDO Provider for SDF
virtual FDO_API void FdoICreateSDFFile::SetZTolerance ( double  tolerance  )  [pure virtual]

Sets the tolerance value to use for Z ordinates.

some geometric tests, mostly for equality between coordinates. This occurs frequently in spatial queries, especially with "on boundary" or "just touching" conditions. It is also an objective amount that can be used when formulating step distances for parametric curve interpolation.

Parameters:
tolerance Input the tolerance.


Comments?