#include <SimplePointInAreaLocator.h>
Inheritance diagram for geos::algorithm::locate::SimplePointInAreaLocator:

Public Member Functions | |
| SimplePointInAreaLocator (const geom::Geometry *g) | |
| int | locate (const geom::Coordinate *p) |
Static Public Member Functions | |
| static int | locate (const geom::Coordinate &p, const geom::Geometry *geom) |
| static bool | containsPointInPolygon (const geom::Coordinate &p, const geom::Polygon *poly) |
This algorithm is suitable for use in cases where only one or a few points will be tested against a given area.
The algorithm used is only guaranteed to return correct results for points which are not on the boundary of the Geometry.
|
|
Determines the Location of a point in an areal Geometry.
Implements geos::algorithm::locate::PointOnGeometryLocator. |
1.4.4