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:197
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
Contains classes and interfaces implementing algorithms that optimize the performance of repeated cal...
Definition AbstractPreparedPolygonContains.h:30
Basic namespace for all GEOS functionalities.
Definition geos.h:39