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>
46 mutable noding::SegmentString::ConstVect segStrings;
68 #endif // GEOS_GEOM_PREP_PREPAREDLINESTRING_H
bool intersects(const geom::Geometry *g) const override
Finds if two sets of SegmentStringss intersect.
Definition: FastSegmentSetIntersectionFinder.h:50
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:187
A prepared version of LinearRing, LineString or MultiLineString geometries.
Definition: PreparedLineString.h:43
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
A base class for PreparedGeometry subclasses.
Definition: BasicPreparedGeometry.h:59