19#ifndef GEOS_OP_OVERLAY_LINEBUILDER_H
20#define GEOS_OP_OVERLAY_LINEBUILDER_H
22#include <geos/export.h>
24#include <geos/operation/overlay/OverlayOp.h>
30#pragma warning(disable: 4251)
63class GEOS_DLL LineBuilder {
91 std::vector<geomgraph::Edge*>* edges);
97 std::vector<geomgraph::Edge*> lineEdgesList;
98 std::vector<geom::LineString*>* resultLineList;
99 void findCoveredLineEdges();
102 void labelIsolatedLines(std::vector<geomgraph::Edge*> *edgesList);
116 std::vector<geomgraph::Edge*>* edges);
Computes the topological relationship (Location) of a single point to a Geometry.
Definition PointLocator.h:58
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:59
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:67
Definition LineString.h:70
A directed EdgeEnd.
Definition geomgraph/DirectedEdge.h:44
Definition geomgraph/Edge.h:66
std::vector< geom::LineString * > * build(OverlayOp::OpCode opCode)
void collectLineEdge(geomgraph::DirectedEdge *de, OverlayOp::OpCode opCode, std::vector< geomgraph::Edge * > *edges)
Computes the geometric overlay of two Geometry.
Definition OverlayOp.h:68
OpCode
The spatial functions supported by this class.
Definition OverlayOp.h:77
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Contains classes that perform a topological overlay to compute boolean spatial functions.
Definition BufferBuilder.h:62
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25