|
GEOS 3.15.0dev
|
Determines the location of a point in the polygonal elements of a geometry. More...
#include <IndexedPointInPolygonsLocator.h>
Public Member Functions | |
| IndexedPointInPolygonsLocator (const Geometry &geom) | |
| Creates an instance to locate a point in polygonal elements. | |
| Location | locate (const CoordinateXY *p) |
| Determines the Location of a point in the polygonal elements of a Geometry. | |
Determines the location of a point in the polygonal elements of a geometry.
Uses spatial indexing to provide efficient performance.
| geos::algorithm::construct::IndexedPointInPolygonsLocator::IndexedPointInPolygonsLocator | ( | const Geometry & | geom | ) |
Creates an instance to locate a point in polygonal elements.
| geom | the geometry to locate in |
| Location geos::algorithm::construct::IndexedPointInPolygonsLocator::locate | ( | const CoordinateXY * | p | ) |