20 #ifndef GEOS_GEOM_PREP_PREPAREDLINESTRING_H 21 #define GEOS_GEOM_PREP_PREPAREDLINESTRING_H 23 #include <geos/geom/prep/BasicPreparedGeometry.h> 24 #include <geos/noding/SegmentString.h> 25 #include <geos/noding/FastSegmentSetIntersectionFinder.h> 42 std::unique_ptr<noding::FastSegmentSetIntersectionFinder> segIntFinder;
43 mutable noding::SegmentString::ConstVect segStrings;
65 #endif // GEOS_GEOM_PREP_PREPAREDLINESTRING_H bool intersects(const geom::Geometry *g) const override
Finds if two sets of SegmentStrings intersect.
Definition: FastSegmentSetIntersectionFinder.h:51
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
A prepared version of LinearRing, LineString or MultiLineString geometries.
Definition: PreparedLineString.h:40
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
A base class for PreparedGeometry subclasses.
Definition: BasicPreparedGeometry.h:59