Classes | |
class | geos::algorithm::locate::IndexedPointInAreaLocator |
Determines the location of Coordinates relative to a Polygon or MultiPolygon geometry, using indexing for efficiency. More... | |
class | geos::algorithm::locate::PointOnGeometryLocator |
An interface for classes which determine the Location of points in Polygon or MultiPolygon geometries. More... | |
class | geos::algorithm::locate::SimplePointInAreaLocator |
Computes the location of points relative to an areal Geometry, using a simple O(n) algorithm. More... |