This is an automated email from the ASF dual-hosted git repository.
micklich pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from a1698440b chore: fix example code & add disclaimer for doc versioning
(#1364)
add 85565b8fd [#1307] Add geometry validation processor first
implementation
add 2a89675ca [#1307] misc validation fixes manual tests
add 562dbb34a [#1307] add resources
add 4e8de865e Merge branch 'dev' into 1307-geometry-validation-processor
add 502d05efc [#1307] Split processor in two types, extend documentation
add 49cd5231d Merge branch 'dev' into 1307-geometry-validation-processor
add 5938bc96f [#1307] catch non selection with better info output from
https://github.com/apache/streampipes/issues/1351
new 3b7c207fd Merge pull request #1320 from
apache/1307-geometry-validation-processor
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../streampipes/processors/geo/jvm/GeoJvmInit.java | 4 +
...yException.java => SpJtsGeoemtryException.java} | 14 +--
.../jts/processor/validation/ValidationOutput.java | 8 +-
.../jts/processor/validation/ValidationType.java | 6 +-
.../complex/TopologyValidationProcessor.java} | 119 ++++++++++---------
.../simple/GeometryValidationProcessor.java} | 127 ++++++++++++---------
.../documentation.md | 80 +++++++++++++
.../icon.png | Bin 0 -> 19690 bytes
.../strings.en | 14 ++-
.../documentation.md | 50 ++++----
.../icon.png | Bin 0 -> 16986 bytes
.../strings.en | 14 ++-
12 files changed, 270 insertions(+), 166 deletions(-)
copy
streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/exceptions/{SpNotSupportedGeometryException.java
=> SpJtsGeoemtryException.java} (68%)
copy
streampipes-commons/src/main/java/org/apache/streampipes/commons/environment/variable/EnvResolver.java
=>
streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/validation/ValidationOutput.java
(86%)
mode change 100644 => 100755
copy
streampipes-client/src/main/java/org/apache/streampipes/client/annotation/NotYetImplemented.java
=>
streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/validation/ValidationType.java
(85%)
mode change 100644 => 100755
copy
streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/{reprojection/ReprojectionProcessor.java
=> validation/complex/TopologyValidationProcessor.java} (55%)
copy
streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/{reprojection/ReprojectionProcessor.java
=> validation/simple/GeometryValidationProcessor.java} (54%)
create mode 100644
streampipes-extensions/streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.validation.complex/documentation.md
create mode 100644
streampipes-extensions/streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.validation.complex/icon.png
copy
streampipes-extensions/{streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.protocol.set.http
=>
streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.validation.complex}/strings.en
(56%)
copy
streampipes-extensions/streampipes-processors-geo-jvm/src/main/resources/{org.apache.streampipes.processors.geo.jvm.jts.processor.bufferpoint
=>
org.apache.streampipes.processors.geo.jvm.jts.processor.validation.simple}/documentation.md
(52%)
mode change 100755 => 100644
create mode 100644
streampipes-extensions/streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.validation.simple/icon.png
copy
streampipes-extensions/{streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.protocol.set.http
=>
streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.validation.simple}/strings.en
(55%)