Download all versions of siddhi-gpl-execution-geo JAR files 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
Group: org.wso2.extension.siddhi.gpl.execution.geo Artifact: siddhi-gpl-execution-geo
Show documentation
Show documentation
23 downloads
Artifact siddhi-gpl-execution-geo
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.9
Last update 19. December 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.9
Last update 19. December 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
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
Show documentation
Show documentation
23 downloads
Artifact siddhi-gpl-execution-geo
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.8
Last update 08. December 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.8
Last update 08. December 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.7)
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
Show documentation
Show documentation
23 downloads
Artifact siddhi-gpl-execution-geo
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.7
Last update 07. December 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.7
Last update 07. December 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.6)
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
Show documentation
Show documentation
23 downloads
Artifact siddhi-gpl-execution-geo
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.6
Last update 24. November 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.6
Last update 24. November 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.5)
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
Show documentation
Show documentation
23 downloads
Artifact siddhi-gpl-execution-geo
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.5
Last update 01. November 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.5
Last update 01. November 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.4)
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
Show documentation
Show documentation
23 downloads
Artifact siddhi-gpl-execution-geo
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.4
Last update 18. October 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.4
Last update 18. October 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.3)
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
Show documentation
Show documentation
23 downloads
Artifact siddhi-gpl-execution-geo
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.3
Last update 18. October 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.3
Last update 18. October 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.2)
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
Show documentation
Show documentation
23 downloads
Artifact siddhi-gpl-execution-geo
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.2
Last update 03. October 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.2
Last update 03. October 2017
Tags: geojsongeometry unique pair geostationarystreamprocessor being proximitywith attribute geointersectsfunctionexecutor streamprocessors object crosses close distance geojsongeometryfence geowithinfunctionexecutor event intersects when geoproximitystreamprocessor false longitude functionexecutors objects move proximityid with geowithindistancefunctionexecutor gives into true double proximity that input starts stationary additional string geocrossesstreamprocessor radius latitude within each attributes output this incloseproximity
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!
Page 1 from 1 (items total 8)