22#include <geos/export.h>
23#include <geos/geom/Location.h>
86 return locate(p, geom) != geom::Location::EXTERIOR;
95 void computeLocation(
const geom::CoordinateXY& p,
const geom::Geometry* geom);
103 geom::Location locate(
const geom::CoordinateXY& p,
const geom::CircularString* cs);
105 geom::Location locate(
const geom::CoordinateXY& p,
const geom::CompoundCurve* cs);
107 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:60
bool intersects(const geom::CoordinateXY &p, const geom::Geometry *geom)
Definition PointLocator.h:84
geom::Location locate(const geom::CoordinateXY &p, const geom::Geometry *geom)
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:200
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