20 #ifndef GEOS_GEOM_PREP_PREPAREDLINESTRINGINTERSECTS_H 21 #define GEOS_GEOM_PREP_PREPAREDLINESTRINGINTERSECTS_H 23 #include <geos/geom/prep/PreparedLineString.h> 24 #include <geos/algorithm/PointLocator.h> 25 #include <geos/geom/util/ComponentCoordinateExtracter.h> 26 #include <geos/geom/Coordinate.h> 27 #include <geos/noding/SegmentStringUtil.h> 99 #endif // GEOS_GEOM_PREP_PREPAREDLINESTRINGINTERSECTS_H Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
bool isAnyTestPointInTarget(const geom::Geometry *testGeom) const
A prepared version of LinearRing, LineString or MultiLineString geometries.
Definition: PreparedLineString.h:40
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Computes the intersects spatial relationship predicate for a target PreparedLineString relative to al...
Definition: PreparedLineStringIntersects.h:44
static bool intersects(PreparedLineString &prep, const geom::Geometry *geom)
Definition: PreparedLineStringIntersects.h:56
PreparedLineStringIntersects(PreparedLineString &prep)
Definition: PreparedLineStringIntersects.h:65