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 38 class CoordinateSequence;
75 precisionModel(newPrecisionModel),
102 bool isLineOffsetEmpty(
double distance);
118 std::vector<geom::CoordinateSequence*>& lineList);
139 double distance, std::vector<geom::CoordinateSequence*>& lineList,
140 bool leftSide,
bool rightSide) ;
154 std::vector<geom::CoordinateSequence*>& lineList);
158 std::vector<geom::CoordinateSequence*>& lineList);
175 static const double SIMPLIFY_FACTOR;
184 double simplifyTolerance(
double bufDistance);
196 std::unique_ptr<OffsetSegmentGenerator> getSegGen(
double dist);
Definition: OffsetSegmentGenerator.h:60
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
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:61
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:44
const BufferParameters & getBufferParameters() const
Gets the buffer parameters being used to generate the curve.
Definition: OffsetCurveBuilder.h:85