diff --git a/doxygen/BufferOp_8h_source.html b/doxygen/BufferOp_8h_source.html
index 2aa796504..323c97e07 100644
--- a/doxygen/BufferOp_8h_source.html
+++ b/doxygen/BufferOp_8h_source.html
@@ -224,14 +224,14 @@
BufferOp(const geom::Geometry *g, const BufferParameters ¶ms)
Initializes a buffer computation for the given geometry with the given set of parameters.
Definition: BufferOp.h:201
BufferOp(const geom::Geometry *g)
Initializes a buffer computation for the given geometry.
Definition: BufferOp.h:184
Contains the parameters which describe how a buffer should be constructed.
Definition: BufferParameters.h:56
-void setEndCapStyle(EndCapStyle style)
Definition: BufferParameters.h:190
+void setEndCapStyle(EndCapStyle style)
Definition: BufferParameters.h:189
EndCapStyle
End cap styles.
Definition: BufferParameters.h:61
@ CAP_SQUARE
Specifies a square line buffer end cap style.
Definition: BufferParameters.h:70
@ CAP_ROUND
Specifies a round line buffer end cap style.
Definition: BufferParameters.h:64
@ CAP_FLAT
Specifies a flat line buffer end cap style.
Definition: BufferParameters.h:67
static const int DEFAULT_QUADRANT_SEGMENTS
The default number of facets into which to divide a fillet of 90 degrees.
Definition: BufferParameters.h:94
void setQuadrantSegments(int quadSegs)
Sets the number of line segments used to approximate an angle fillet in round joins.
-void setSingleSided(bool p_isSingleSided)
Definition: BufferParameters.h:267
+void setSingleSided(bool p_isSingleSided)
Definition: BufferParameters.h:266
Indicates an invalid or inconsistent topological situation encountered during processing.
Definition: TopologyException.h:34
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
diff --git a/doxygen/BufferParameters_8h_source.html b/doxygen/BufferParameters_8h_source.html
index ebcd77aff..b52532253 100644
--- a/doxygen/BufferParameters_8h_source.html
+++ b/doxygen/BufferParameters_8h_source.html
@@ -138,98 +138,98 @@
139 return quadrantSegments;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 269 _isSingleSided = p_isSingleSided;
-
-
-
-
-
- 280 return _isSingleSided;
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 268 _isSingleSided = p_isSingleSided;
+
+
+
+
+
+ 279 return _isSingleSided;
+
+
-
-
-
- 287 int quadrantSegments;
-
- 290 EndCapStyle endCapStyle;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ 286 int quadrantSegments;
+
+ 289 EndCapStyle endCapStyle;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains the parameters which describe how a buffer should be constructed.
Definition: BufferParameters.h:56
-double getMitreLimit() const
Definition: BufferParameters.h:225
-void setEndCapStyle(EndCapStyle style)
Definition: BufferParameters.h:190
-void setMitreLimit(double limit)
Definition: BufferParameters.h:244
-JoinStyle getJoinStyle() const
Definition: BufferParameters.h:200
+double getMitreLimit() const
Definition: BufferParameters.h:224
+void setEndCapStyle(EndCapStyle style)
Definition: BufferParameters.h:189
+void setMitreLimit(double limit)
Definition: BufferParameters.h:243
+JoinStyle getJoinStyle() const
Definition: BufferParameters.h:199
BufferParameters(int quadrantSegments)
-EndCapStyle getEndCapStyle() const
Definition: BufferParameters.h:175
+EndCapStyle getEndCapStyle() const
Definition: BufferParameters.h:174
EndCapStyle
End cap styles.
Definition: BufferParameters.h:61
static const double DEFAULT_MITRE_LIMIT
Definition: BufferParameters.h:100
BufferParameters(int quadrantSegments, EndCapStyle endCapStyle, JoinStyle joinStyle, double mitreLimit)
Creates a set of parameters with the given parameter values.
-void setJoinStyle(JoinStyle style)
Sets the join style for outside (reflex) corners between line segments.
Definition: BufferParameters.h:215
+void setJoinStyle(JoinStyle style)
Sets the join style for outside (reflex) corners between line segments.
Definition: BufferParameters.h:214
static double bufferDistanceError(int quadSegs)
Computes the maximum distance error due to a given level of approximation to a true arc.
-bool isSingleSided() const
Definition: BufferParameters.h:278
+bool isSingleSided() const
Definition: BufferParameters.h:277
BufferParameters()
Creates a default set of parameters.
BufferParameters(int quadrantSegments, EndCapStyle endCapStyle)
Creates a set of parameters with the given quadrantSegments and endCapStyle values.
int getQuadrantSegments() const
Definition: BufferParameters.h:137
void setQuadrantSegments(int quadSegs)
Sets the number of line segments used to approximate an angle fillet in round joins.
-void setSingleSided(bool p_isSingleSided)
Definition: BufferParameters.h:267
+void setSingleSided(bool p_isSingleSided)
Definition: BufferParameters.h:266
JoinStyle
Join styles.
Definition: BufferParameters.h:74
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
diff --git a/doxygen/OffsetCurve_8h_source.html b/doxygen/OffsetCurve_8h_source.html
index 75d99c618..20da6c046 100644
--- a/doxygen/OffsetCurve_8h_source.html
+++ b/doxygen/OffsetCurve_8h_source.html
@@ -242,10 +242,10 @@
Definition: LineString.h:66
Represents a linear polygon, which may include holes.
Definition: Polygon.h:61
Contains the parameters which describe how a buffer should be constructed.
Definition: BufferParameters.h:56
-double getMitreLimit() const
Definition: BufferParameters.h:225
-void setMitreLimit(double limit)
Definition: BufferParameters.h:244
-JoinStyle getJoinStyle() const
Definition: BufferParameters.h:200
-void setJoinStyle(JoinStyle style)
Sets the join style for outside (reflex) corners between line segments.
Definition: BufferParameters.h:215
+double getMitreLimit() const
Definition: BufferParameters.h:224
+void setMitreLimit(double limit)
Definition: BufferParameters.h:243
+JoinStyle getJoinStyle() const
Definition: BufferParameters.h:199
+void setJoinStyle(JoinStyle style)
Sets the join style for outside (reflex) corners between line segments.
Definition: BufferParameters.h:214
int getQuadrantSegments() const
Definition: BufferParameters.h:137
void setQuadrantSegments(int quadSegs)
Sets the number of line segments used to approximate an angle fillet in round joins.
JoinStyle
Join styles.
Definition: BufferParameters.h:74
diff --git a/doxygen/classgeos_1_1operation_1_1buffer_1_1BufferParameters.html b/doxygen/classgeos_1_1operation_1_1buffer_1_1BufferParameters.html
index 5c7a01e30..314803351 100644
--- a/doxygen/classgeos_1_1operation_1_1buffer_1_1BufferParameters.html
+++ b/doxygen/classgeos_1_1operation_1_1buffer_1_1BufferParameters.html
@@ -594,8 +594,7 @@