#include <PointOnGeometryLocator.h>
Inheritance diagram for geos::algorithm::locate::PointOnGeometryLocator:
Public Member Functions | |
virtual int | locate (const geom::Coordinate *p)=0 |
virtual int geos::algorithm::locate::PointOnGeometryLocator::locate | ( | const geom::Coordinate * | p | ) | [pure virtual] |
Determines the Location of a point in an areal Geometry.
p | the point to test |
Implemented in geos::algorithm::locate::IndexedPointInAreaLocator, and geos::algorithm::locate::SimplePointInAreaLocator.