Library | File

Class wfcWPointTolerance

# include <wfcGeometry.h>

class wfcWPointTolerance
 : public virtual xobject
{
    xdeclare(wfcWPointTolerance)
    ...
};
This is a COMPACT class.



Description

Interface for WPointTolerance



Method Summary

optional xrealGetTolerance ()
Amount by which the distance between the points exceeds tolerance; can be NULL.
xboolGetWithinTolerance ()
Boolean that check Points are within tolerance or not



Method Detail

xboolGetWithinTolerance ()

Boolean that check Points are within tolerance or not
Manual References:
Geometry Evaluation: Geometry of Points




optional xrealGetTolerance ()

Amount by which the distance between the points exceeds tolerance; can be NULL.
Manual References:
Geometry Evaluation: Geometry of Points, Geometry Evaluation: Geometry of Points