GEOS  3.13.0dev
Classes
geos::algorithm::locate Namespace Reference

Classes which determine the Location of points in geometries. More...

Classes

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

Detailed Description

Classes which determine the Location of points in geometries.