18 #include <geos/algorithm/locate/PointOnGeometryLocator.h> 72 static geom::Location locatePointInPolygon(
const geom::CoordinateXY& p,
87 static bool isContained(
const geom::CoordinateXY& p,
99 locate(
const geom::CoordinateXY* p)
override 101 return locate(*p, g);
106 static geom::Location locateInGeometry(
const geom::CoordinateXY& p,
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:60
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::CoordinateXY *p) override
Definition: SimplePointInAreaLocator.h:99