17 #include <geos/export.h> 19 #include <geos/geom/Coordinate.h> 20 #include <geos/geom/Envelope.h> 21 #include <geos/noding/Noder.h> 22 #include <geos/noding/snap/SnappingPointIndex.h> 56 std::vector<SegmentString*>* segList;
59 const std::vector<SegmentString*>& inputSegs,
60 std::vector<SegmentString*>& outputSegs);
64 std::vector<SegmentString*>& outputSegs);
76 void computeNodes(std::vector<SegmentString*>* segStrings)
override;
82 std::vector<SegmentString*>* getNodedSubstrings()
const override;
An interface for classes which represent a sequence of contiguous line segments.
Definition: SegmentString.h:45
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Computes all intersections between segments in a set of SegmentString.
Definition: Noder.h:46