#include <IndexedPointInAreaLocator.h>

Public Member Functions | |
| IndexedPointInAreaLocator (const geom::Geometry &g) | |
| int | locate (const geom::Coordinate *p) |
This algorithm is suitable for use in cases where many points will be tested against a given area.
| geos::algorithm::locate::IndexedPointInAreaLocator::IndexedPointInAreaLocator | ( | const geom::Geometry & | g | ) |
| int geos::algorithm::locate::IndexedPointInAreaLocator::locate | ( | const geom::Coordinate * | p | ) | [virtual] |
Determines the Location of a point in an areal Geometry.
| p | the point to test |
Implements geos::algorithm::locate::PointOnGeometryLocator.
1.5.4