20 #ifndef GEOS_OP_BUFFER_OFFSETCURVEBUILDER_H 21 #define GEOS_OP_BUFFER_OFFSETCURVEBUILDER_H 23 #include <geos/export.h> 25 #include <geos/operation/buffer/BufferParameters.h> 26 #include <geos/operation/buffer/OffsetSegmentGenerator.h> 33 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 39 class CoordinateSequence;
76 precisionModel(newPrecisionModel),
101 std::vector<geom::CoordinateSequence*>& lineList);
120 double distance, std::vector<geom::CoordinateSequence*>& lineList,
121 bool leftSide,
bool rightSide ) ;
132 std::vector<geom::CoordinateSequence*>& lineList);
150 static const double SIMPLIFY_FACTOR;
159 double simplifyTolerance(
double bufDistance);
171 std::auto_ptr<OffsetSegmentGenerator> getSegGen(
double dist);
190 #endif // ndef GEOS_OP_BUFFER_OFFSETCURVEBUILDER_H Definition: OffsetSegmentGenerator.h:61
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:87
Computes the raw offset curve for a single Geometry component (ring, line or point).
Definition: OffsetCurveBuilder.h:62
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Contains the parameters which describe how a buffer should be constructed.
Definition: BufferParameters.h:57
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
const BufferParameters & getBufferParameters() const
Definition: OffsetCurveBuilder.h:85