20 #ifndef GEOS_OP_BUFFER_OFFSETCURVESETBUILDER_H
21 #define GEOS_OP_BUFFER_OFFSETCURVESETBUILDER_H
23 #include <geos/export.h>
29 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
36 class CoordinateSequence;
37 class GeometryCollection;
51 class OffsetCurveBuilder;
76 std::vector<geomgraph::Label*> newLabels;
87 std::vector<noding::SegmentString*> curveList;
136 double offsetDistance,
int side,
int cwLeftLoc,
149 double bufferDistance);
170 double bufferDistance);
194 std::vector<noding::SegmentString*>& getCurves();
201 void addCurves(
const std::vector<geom::CoordinateSequence*>& lineList,
202 int leftLoc,
int rightLoc);
214 #endif // ndef GEOS_OP_BUFFER_OFFSETCURVESETBUILDER_H
Creates all the raw offset curves for a buffer of a Geometry.
Definition: OffsetCurveSetBuilder.h:70
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Definition: LineString.h:70
Represents a linear polygon, which may include holes.
Definition: Polygon.h:66
Computes the raw offset curve for a single Geometry component (ring, line or point).
Definition: OffsetCurveBuilder.h:62
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:56
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59