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/03/03 21:43:49 UTC

[streampipes] 01/01: Merge pull request #1320 from apache/1307-geometry-validation-processor

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

micklich pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 3b7c207fd4c7ec315d349c245fc1bfb5ba2418a1
Merge: a1698440b 5938bc96f
Author: Micklich <mi...@apache.org>
AuthorDate: Fri Mar 3 22:43:39 2023 +0100

    Merge pull request #1320 from apache/1307-geometry-validation-processor
    
    1307 geometry validation processor

 .../streampipes/processors/geo/jvm/GeoJvmInit.java |   4 +
 .../jvm/jts/exceptions/SpJtsGeoemtryException.java |  41 ++++++
 .../jts/processor/validation/ValidationOutput.java |  24 ++++
 .../jts/processor/validation/ValidationType.java   |  22 +++
 .../complex/TopologyValidationProcessor.java       | 143 ++++++++++++++++++
 .../simple/GeometryValidationProcessor.java        | 159 +++++++++++++++++++++
 .../documentation.md                               |  80 +++++++++++
 .../icon.png                                       | Bin 0 -> 19690 bytes
 .../strings.en                                     |  31 ++++
 .../documentation.md                               |  74 ++++++++++
 .../icon.png                                       | Bin 0 -> 16986 bytes
 .../strings.en                                     |  31 ++++
 12 files changed, 609 insertions(+)