21 #ifndef GEOS_OP_BUFFER_BUFFERBUILDER_H
22 #define GEOS_OP_BUFFER_BUFFERBUILDER_H
24 #include <geos/export.h>
28 #include <geos/operation/buffer/BufferOp.h>
29 #include <geos/operation/buffer/OffsetCurveBuilder.h>
30 #include <geos/geomgraph/EdgeList.h>
34 #pragma warning(disable: 4251)
42 class GeometryFactory;
45 class LineIntersector;
50 class IntersectionAdder;
102 bufParams(nBufParams),
103 workingPrecisionModel(nullptr),
105 intersectionAdder(nullptr),
106 workingNoder(nullptr),
127 workingPrecisionModel = pm;
140 workingNoder = newNoder;
165 double distance,
bool leftSide) ;
189 std::vector<geomgraph::Label*> newLabels;
191 void computeNodedEdges(std::vector<noding::SegmentString*>& bufSegStr,
207 std::vector<BufferSubgraph*>& list);
219 void buildSubgraphs(
const std::vector<BufferSubgraph*>& subgraphList,
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition: LineIntersector.h:49
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:87
A EdgeList is a list of Edges.
Definition: EdgeList.h:58
Definition: geomgraph/Edge.h:66
A Label indicates the topological relationship of a component of a topology graph to a given Geometry...
Definition: Label.h:59
Represents a directed graph which is embeddable in a planar surface.
Definition: geomgraph/PlanarGraph.h:75
Computes the intersections between two line segments in SegmentString and adds them to each string.
Definition: IntersectionAdder.h:57
Computes all intersections between segments in a set of SegmentString.
Definition: Noder.h:49
Builds the buffer geometry for a given input geometry and precision model.
Definition: BufferBuilder.h:88
geom::Geometry * bufferLineSingleSided(const geom::Geometry *g, double distance, bool leftSide)
BufferBuilder(const BufferParameters &nBufParams)
Definition: BufferBuilder.h:100
void setNoder(noding::Noder *newNoder)
Definition: BufferBuilder.h:138
void setWorkingPrecisionModel(const geom::PrecisionModel *pm)
Definition: BufferBuilder.h:125
Contains the parameters which describe how a buffer should be constructed.
Definition: BufferParameters.h:57
Forms Polygon out of a graph of geomgraph::DirectedEdge.
Definition: overlay/PolygonBuilder.h:62
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26