GEOS
3.14.0dev
|
An interface for classes which determine the Location of points in Polygon or MultiPolygon geometries. More...
#include <PointOnGeometryLocator.h>
Public Member Functions | |
virtual geom::Location | locate (const geom::CoordinateXY *p)=0 |
An interface for classes which determine the Location of points in Polygon or MultiPolygon geometries.
|
pure virtual |
Determines the Location of a point in an areal Geometry.
p | the point to test |
Implemented in geos::operation::overlayng::IndexedPointOnLineLocator, geos::algorithm::locate::SimplePointInAreaLocator, and geos::algorithm::locate::IndexedPointInAreaLocator.