Download execution JAR file with all dependencies
siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.9)
FunctionExecutors
1. GeoWithinFunctionExecutor
Input : (longitude double, latitude double, geoJSONGeometryFence string)
OR (geoJSONGeometry string, geoJSONGeometryFence string)
Output : true if (longitude, latitude) or geoJSONGeometry is within the geoJSONGeometryFence
2. GeoIntersectsFunctionExecutor
Input : (longitude double, latitude double, geoJSONGeometryFence string)
OR (geoJSONGeometry string, geoJSONGeometryFence string)
Output : true if (longitude, latitude) or geoJSONGeometry intersects the geoJSONGeometryFence
3. GeoWithinDistanceFunctionExecutor
Input : (longitude double, latitude double, geoJSONGeometryFence string, distance double)
OR (geoJSONGeometry string, geoJSONGeometryFence string, distance double)
Output : true if (longitude, latitude) or geoJSONGeometry is within distance of the geoJSONGeometryFence
StreamProcessors
1. GeoCrossesStreamProcessor
Input : (id string, longitude double, latitude double, geoJSONGeometryFence string)
OR (id string, geoJSONGeometry string, geoJSONGeometryFence string)
Output : an event with `crosses` additional attribute set to true when the object ((longitude, latitude) or
geoJSONGeometry)
crosses into geoJSONGeometryFence and an event with `crosses` additional attribute set to false
when the object crosses out of the geoJSONGeometryFence
2. GeoStationaryStreamProcessor
Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double)
OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double)
Output : when the object ((longitude, latitude) or geoJSONGeometry) starts being stationary within the radius
an event with `stationary` additional attribute set to true. When the object starts to move out of the radius
an event with `stationary` additional attribute set to false.
3. GeoProximityStreamProcessor
Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double)
OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double)
Output : when two objects ((longitude, latitude) or geoJSONGeometry) starts being in close proximity within the
radius
an event with `inCloseProximity` additional attribute set to true. When the object starts to move out of the
radius
an event with `inCloseProximity` additional. attribute set to false. On each event, additional attributes
`proximityWith` gives the id of the object that this object is in close proximity and `proximityId` is an id
unique to
the pair of objects
spring-boot-execution-metric-aspectj from group com.github.kuljaninemir (version 0.0.3)
Annotation-based execution metrics with AspectJ for spring boot 2.x applications. Prepared for Graphite.
siddhi-gpl-execution-streamingml from group org.wso2.extension.siddhi.gpl.execution.streamingml (version 1.0.12)
Group: org.wso2.extension.siddhi.gpl.execution.streamingml Artifact: siddhi-gpl-execution-streamingml
3 downloads
Artifact siddhi-gpl-execution-streamingml
Group org.wso2.extension.siddhi.gpl.execution.streamingml
Version 1.0.12
Group org.wso2.extension.siddhi.gpl.execution.streamingml
Version 1.0.12
siddhi-execution-streamingml from group org.wso2.extension.siddhi.execution.streamingml (version 1.0.21)
2 downloads
Artifact siddhi-execution-streamingml
Group org.wso2.extension.siddhi.execution.streamingml
Version 1.0.21
Group org.wso2.extension.siddhi.execution.streamingml
Version 1.0.21
spring-boot-execution-metric-aspectj from group com.github.kuljaninemir (version 1.0.12)
Annotation-based execution metrics with AspectJ for spring boot 2.x applications. Prepared for Graphite.
beam-model-fn-execution from group org.apache.beam (version 2.4.0)
Group: org.apache.beam Artifact: beam-model-fn-execution
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
siddhi-gpl-execution-pmml from group org.wso2.extension.siddhi.gpl.execution.pmml (version 4.0.11)
Group: org.wso2.extension.siddhi.gpl.execution.pmml Artifact: siddhi-gpl-execution-pmml
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.8)
FunctionExecutors
1. GeoWithinFunctionExecutor
Input : (longitude double, latitude double, geoJSONGeometryFence string)
OR (geoJSONGeometry string, geoJSONGeometryFence string)
Output : true if (longitude, latitude) or geoJSONGeometry is within the geoJSONGeometryFence
2. GeoIntersectsFunctionExecutor
Input : (longitude double, latitude double, geoJSONGeometryFence string)
OR (geoJSONGeometry string, geoJSONGeometryFence string)
Output : true if (longitude, latitude) or geoJSONGeometry intersects the geoJSONGeometryFence
3. GeoWithinDistanceFunctionExecutor
Input : (longitude double, latitude double, geoJSONGeometryFence string, distance double)
OR (geoJSONGeometry string, geoJSONGeometryFence string, distance double)
Output : true if (longitude, latitude) or geoJSONGeometry is within distance of the geoJSONGeometryFence
StreamProcessors
1. GeoCrossesStreamProcessor
Input : (id string, longitude double, latitude double, geoJSONGeometryFence string)
OR (id string, geoJSONGeometry string, geoJSONGeometryFence string)
Output : an event with `crosses` additional attribute set to true when the object ((longitude, latitude) or
geoJSONGeometry)
crosses into geoJSONGeometryFence and an event with `crosses` additional attribute set to false
when the object crosses out of the geoJSONGeometryFence
2. GeoStationaryStreamProcessor
Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double)
OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double)
Output : when the object ((longitude, latitude) or geoJSONGeometry) starts being stationary within the radius
an event with `stationary` additional attribute set to true. When the object starts to move out of the radius
an event with `stationary` additional attribute set to false.
3. GeoProximityStreamProcessor
Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double)
OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double)
Output : when two objects ((longitude, latitude) or geoJSONGeometry) starts being in close proximity within the
radius
an event with `inCloseProximity` additional attribute set to true. When the object starts to move out of the
radius
an event with `inCloseProximity` additional. attribute set to false. On each event, additional attributes
`proximityWith` gives the id of the object that this object is in close proximity and `proximityId` is an id
unique to
the pair of objects
Group: org.wso2.extension.siddhi.gpl.execution.geo Artifact: siddhi-gpl-execution-geo
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
beam-model-fn-execution from group org.apache.beam (version 2.6.0)
Group: org.apache.beam Artifact: beam-model-fn-execution
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
siddhi-execution-time from group org.wso2.extension.siddhi.execution.time (version 4.0.17)
Group: org.wso2.extension.siddhi.execution.time Artifact: siddhi-execution-time
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
siddhi-execution-sentiment from group org.wso2.extension.siddhi.execution.sentiment (version 4.0.17)
Group: org.wso2.extension.siddhi.execution.sentiment Artifact: siddhi-execution-sentiment
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact siddhi-execution-sentiment
Group org.wso2.extension.siddhi.execution.sentiment
Version 4.0.17
Group org.wso2.extension.siddhi.execution.sentiment
Version 4.0.17
siddhi-execution-map from group org.wso2.extension.siddhi.execution.map (version 4.0.14)
Group: org.wso2.extension.siddhi.execution.map Artifact: siddhi-execution-map
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
spring-boot-execution-metric from group eu.hinsch (version 0.2.2)
Measure execution times of critical code blocks and expose statistics as actuator metrics
execution-tutorial_2.10 from group com.twitter (version 0.16.1-RC2)
execution-tutorial
score-worker-execution-api from group io.cloudslang (version 0.3.28)
Page 1 from 5 (items total 62)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy