18 #include <geos/algorithm/locate/PointOnGeometryLocator.h> Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Computes the location of points relative to a polygonal Geometry, using a simple O(n) algorithm...
Definition: SimplePointInAreaLocator.h:46
An interface for classes which determine the Location of points in Polygon or MultiPolygon geometries...
Definition: PointOnGeometryLocator.h:36
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Represents a linear polygon, which may include holes.
Definition: Polygon.h:61
Location
Constants representing the location of a point relative to a geometry.
Definition: Location.h:32
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
geom::Location locate(const geom::Coordinate *p) override
Definition: SimplePointInAreaLocator.h:95