22#include <geos/export.h>
23#include <geos/geom/Location.h>
84 return locate(p, geom) != geom::Location::EXTERIOR;
93 void computeLocation(
const geom::CoordinateXY& p,
const geom::Geometry* geom);
101 static geom::Location locateInPolygonRing(
const geom::CoordinateXY& p,
const geom::Curve* ring);
Computes the topological relationship (Location) of a single point to a Geometry.
Definition PointLocator.h:58
bool intersects(const geom::CoordinateXY &p, const geom::Geometry *geom)
Definition PointLocator.h:82
geom::Location locate(const geom::CoordinateXY &p, const geom::Geometry *geom)
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:196
Definition LineString.h:66
Location
Constants representing the location of a point relative to a geometry.
Definition Location.h:32
Basic namespace for all GEOS functionalities.
Definition geos.h:38