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)
103 bufParams(nBufParams),
104 workingPrecisionModel(NULL),
106 intersectionAdder(NULL),
126 workingPrecisionModel=pm;
184 std::vector<geomgraph::Label *> newLabels;
186 void computeNodedEdges(std::vector<noding::SegmentString*>& bufSegStr,
202 std::vector<BufferSubgraph*>& list);
214 void buildSubgraphs(
const std::vector<BufferSubgraph*>& subgraphList,
Specifies and implements various fundamental Computational Geometric algorithms. The algorithms suppl...
Definition CGAlgorithms.h:47
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:67
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
Specifies the precision model of the Coordinate in a Geometry.
Definition PrecisionModel.h:87
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:57
Represents a directed graph which is embeddable in a planar surface.
Definition geomgraph/PlanarGraph.h:75
Definition IntersectionAdder.h:58
Computes all intersections between segments in a set of SegmentString.
Definition Noder.h:49
An interface for classes which represent a sequence of contiguous line segments.
Definition SegmentString.h:46
Builds the buffer geometry for a given input geometry and precision model.
Definition BufferBuilder.h:89
BufferBuilder(const BufferParameters &nBufParams)
Definition BufferBuilder.h:101
void setNoder(noding::Noder *newNoder)
Definition BufferBuilder.h:136
void setWorkingPrecisionModel(const geom::PrecisionModel *pm)
Definition BufferBuilder.h:125
geom::Geometry * bufferLineSingleSided(const geom::Geometry *g, double distance, bool leftSide)
Contains the parameters which describe how a buffer should be constructed.
Definition BufferParameters.h:58
A connected subset of the graph of DirectedEdge and geomgraph::Node.
Definition BufferSubgraph.h:61
Forms Polygon out of a graph of geomgraph::DirectedEdge.
Definition PolygonBuilder.h:61
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
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition PreparedLineString.h:27
Provides classes for computing buffers of geometries.
Definition opBuffer.h:23
Provides classes for computing the distance between geometries.
Definition opDistance.h:23
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