22 #include <geos/export.h> 23 #include <geos/geom/Location.h> 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
Computes the topological relationship (Location) of a single point to a Geometry. ...
Definition: PointLocator.h:56
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Definition: LineString.h:66
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: Angle.h:25
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple...
Definition: LinearRing.h:55