21 #ifndef GEOS_OP_BUFFER_OFFSETCURVESETBUILDER_H
22 #define GEOS_OP_BUFFER_OFFSETCURVESETBUILDER_H
24 #include <geos/export.h>
30 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
37 class CoordinateSequence;
38 class GeometryCollection;
52 class OffsetCurveBuilder;
77 std::vector<geomgraph::Label*> newLabels;
88 std::vector<noding::SegmentString*> curveList;
137 double offsetDistance,
int side,
int cwLeftLoc,
150 double bufferDistance);
171 double bufferDistance);
195 std::vector<noding::SegmentString*>& getCurves();
202 void addCurves(
const std::vector<geom::CoordinateSequence*>& lineList,
203 int leftLoc,
int rightLoc);
215 #endif // ndef GEOS_OP_BUFFER_OFFSETCURVESETBUILDER_H
Creates all the raw offset curves for a buffer of a Geometry.
Definition: OffsetCurveSetBuilder.h:71
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Definition: LineString.h:71
Represents a linear polygon, which may include holes.
Definition: Polygon.h:67
Computes the raw offset curve for a single Geometry component (ring, line or point).
Definition: OffsetCurveBuilder.h:63
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:57
Models an OGC SFS LinearRing.
Definition: LinearRing.h:58
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:60