22#include <geos/export.h>
23#include <geos/geom/Location.h>
Computes the topological relationship (Location) of a single point to a Geometry.
Definition: PointLocator.h:56
geom::Location locate(const geom::Coordinate &p, const geom::Geometry *geom)
bool intersects(const geom::Coordinate &p, const geom::Geometry *geom)
Definition: PointLocator.h:80
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Definition: LineString.h:66
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition: LinearRing.h:55
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: geos.h:39