GEOS
3.14.0dev
|
#include <IndexedPointOnLineLocator.h>
Public Member Functions | |
IndexedPointOnLineLocator (const geom::Geometry &geomLinear) | |
geom::Location | locate (const geom::CoordinateXY *p) override |
Locates points on a linear geometry, using a spatial index to provide good performance.
|
overridevirtual |
Determines the Location of a point in an areal Geometry.
p | the point to test |
Implements geos::algorithm::locate::PointOnGeometryLocator.