You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by mi...@apache.org on 2023/02/13 01:17:32 UTC

[streampipes] 02/03: #1272 misc changes of buffer geometry

This is an automated email from the ASF dual-hosted git repository.

micklich pushed a commit to branch 1272-buffer-processor
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit b6a1f648b1f89918c4a904568ff9e85022193f6f
Author: micklich <mi...@apache.org>
AuthorDate: Mon Feb 13 01:35:24 2023 +0100

    #1272 misc changes of buffer geometry
---
 .../geo/jvm/jts/processor/buffergeometry/BufferGeomProcessor.java | 1 -
 .../documentation.md                                              | 8 +++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/buffergeometry/BufferGeomProcessor.java b/streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/buffergeometry/BufferGeomProcessor.java
index cf8271228..7aa162aa9 100644
--- a/streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/buffergeometry/BufferGeomProcessor.java
+++ b/streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/buffergeometry/BufferGeomProcessor.java
@@ -55,7 +55,6 @@ public class BufferGeomProcessor extends StreamPipesDataProcessor {
   public static final String JOIN_KEY = "join-style-key";
   public static final String MITRE_LIMIT_KEY = "mitre-limit-key";
   public static final String SIDE_KEY = "side-key";
-  public static final String IS_SINGLE_SIDE = "is-single-side-key";
   public static final String GEOM_RUNTIME = "geometry-buffer";
   public static final String EPSG_RUNTIME = "epsg-buffer";
   private String geometryMapper;
diff --git a/streampipes-extensions/streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.buffergeometry/documentation.md b/streampipes-extensions/streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.buffergeometry/documentation.md
index b799534a4..57e3fe5d6 100755
--- a/streampipes-extensions/streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.buffergeometry/documentation.md
+++ b/streampipes-extensions/streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.buffergeometry/documentation.md
@@ -26,7 +26,7 @@
 
 ## Description
 
-Creates a buffer Polygon Geometry from a geometry
+Creates a buffer polygon geometry from a geometry
 ***
 
 ## Required inputs
@@ -52,7 +52,7 @@ EPSG code value
 
 ### 3rd parameter
 Distance
-the buffer distance around in geometry in meter
+The buffer distance around in geometry in meter
 
 ### 4rd parameter
 Cap Style
@@ -67,9 +67,7 @@ default Quadrant Segments parameter.
 
 ### 6rd parameter
 Quadrant Segments
-The default number of facets into which to divide a fillet of 90 degrees. A value of 8 gives 
-less than 2% max error in the buffer distance. For a max error of < 1%, use QS = 12. 
-For a max error of < 0.1%, use QS = 18.
+The default number of facets into which to divide a fillet of 90 degrees.
 
 ### 7rd parameter
 Join Style