#include <FuzzyPointLocator.h>
Public Member Functions | |
FuzzyPointLocator (const geom::Geometry &geom, double nTolerance) | |
geom::Location::Value | getLocation (const geom::Coordinate &pt) |
If a point is not clearly in the Interior or Exterior, it is considered to be on the Boundary. In other words, if the point is within the tolerance of the Boundary, it is considered to be on the Boundary; otherwise, whether it is Interior or Exterior is determined directly.