22 #include <geos/export.h> 24 #include <geos/operation/buffer/BufferParameters.h> 25 #include <geos/operation/buffer/OffsetSegmentGenerator.h> 32 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 82 , precisionModel(newPrecisionModel)
83 , bufParams(nBufParams)
108 bool isLineOffsetEmpty(
double distance);
124 std::vector<CoordinateSequence*>& lineList);
137 std::unique_ptr<CoordinateSequence> getLineCurve(
159 double distance, std::vector<CoordinateSequence*>& lineList,
160 bool leftSide,
bool rightSide) ;
174 std::vector<CoordinateSequence*>& lineList);
186 std::unique_ptr<CoordinateSequence> getRingCurve(
188 int side,
double pDistance);
192 std::vector<CoordinateSequence*>& lineList);
194 std::unique_ptr<CoordinateSequence> getOffsetCurve(
214 static const double SIMPLIFY_FACTOR;
223 double simplifyTolerance(
double bufDistance);
238 void computeOffsetCurve(
Definition: OffsetSegmentGenerator.h:60
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:216
Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:90
Computes the raw offset curve for a single Geometry component (ring, line or point).
Definition: OffsetCurveBuilder.h:68
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Contains the parameters which describe how a buffer should be constructed.
Definition: BufferParameters.h:56
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:56
const BufferParameters & getBufferParameters() const
Gets the buffer parameters being used to generate the curve.
Definition: OffsetCurveBuilder.h:92