22#include <geos/export.h>
23#include <geos/geom/Location.h>
56class GEOS_DLL PointLocator {
bool intersects(const geom::CoordinateXY &p, const geom::Geometry *geom)
Definition PointLocator.h:80
geom::Location locate(const geom::CoordinateXY &p, const geom::Geometry *geom)
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Definition LineString.h:66
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition LinearRing.h:54
Represents a linear polygon, which may include holes.
Definition Polygon.h:61
Classes which determine the Location of points in geometries.
Definition IndexedPointInAreaLocator.h:40
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:32
Location
Constants representing the location of a point relative to a geometry.
Definition Location.h:32
@ EXTERIOR
Definition Location.h:57
Basic namespace for all GEOS functionalities.
Definition geos.h:39