22 #include <geos/export.h> 23 #include <geos/geom/Location.h> 91 void computeLocation(
const geom::CoordinateXY& p,
const geom::Geometry* geom);
bool intersects(const geom::CoordinateXY &p, const geom::Geometry *geom)
Definition: PointLocator.h:80
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:65
Represents a linear polygon, which may include holes.
Definition: Polygon.h:60
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:54