GEOS 3.11.1
|
#include <IndexedPointOnLineLocator.h>
Public Member Functions | |
IndexedPointOnLineLocator (const geom::Geometry &geomLinear) | |
geom::Location | locate (const geom::Coordinate *p) override |
virtual geom::Location | locate (const geom::Coordinate *p)=0 |
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.