17 #include <geos/export.h>
19 #include <geos/operation/overlayng/InputGeometry.h>
20 #include <geos/operation/overlayng/OverlayNG.h>
21 #include <geos/geom/Location.h>
22 #include <geos/geom/LineString.h>
30 class GeometryFactory;
80 std::vector<std::unique_ptr<geom::LineString>> lines;
97 void markResultLines();
121 void addResultLines();
122 void addResultLinesMerged();
124 std::unique_ptr<geom::LineString> toLine(
OverlayEdge* edge);
126 void addResultLinesForNodes();
131 void addResultLinesRings();
146 std::unique_ptr<geom::LineString> buildLine(
OverlayEdge* node);
166 , geometryFactory(geomFact)
167 , hasResultArea(p_hasResultArea)
168 , inputAreaIndex(inputGeom->getAreaIndex())
176 std::vector<std::unique_ptr<geom::LineString>> getLines();
178 void setStrictMode(
bool p_isStrictResultMode)
180 isAllowCollapseLines = ! p_isStrictResultMode;
181 isAllowMixedResult = ! p_isStrictResultMode;
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Definition: overlayng/LineBuilder.h:70
Definition: OverlayEdge.h:49
Definition: OverlayGraph.h:54
Definition: OverlayLabel.h:90
static constexpr bool STRICT_MODE_DEFAULT
Definition: OverlayNG.h:165
Location
Constants representing the location of a point relative to a geometry.
Definition: Location.h:34
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26