22#include <geos/geom/prep/PreparedLineString.h>
23#include <geos/algorithm/PointLocator.h>
24#include <geos/geom/util/ComponentCoordinateExtracter.h>
25#include <geos/geom/Coordinate.h>
26#include <geos/noding/SegmentStringUtil.h>
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Computes the intersects spatial relationship predicate for a target PreparedLineString relative to al...
Definition: PreparedLineStringIntersects.h:43
static bool intersects(PreparedLineString &prep, const geom::Geometry *geom)
Definition: PreparedLineStringIntersects.h:55
PreparedLineStringIntersects(PreparedLineString &prep)
Definition: PreparedLineStringIntersects.h:64
bool intersects(const geom::Geometry *g) const
bool isAnyTestPointInTarget(const geom::Geometry *testGeom) const
A prepared version of LinearRing, LineString or MultiLineString geometries.
Definition: PreparedLineString.h:41
Basic namespace for all GEOS functionalities.
Definition: geos.h:39