An interface for classes which determine the Location of points in Polygon or MultiPolygon geometries. More...
#include <PointOnGeometryLocator.h>
Public Member Functions | |
virtual int | locate (const geom::Coordinate *p)=0 |
An interface for classes which determine the Location of points in Polygon or MultiPolygon geometries.
An interface for classes which determine the Location of points in Polygon or MultiPolygon geometries.
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.