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
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: Angle.h:25
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