Skip navigation links
A C E G I M O P R S T W 

A

AbstractGeoOperationExecutor - Class in org.wso2.extension.siddhi.gpl.execution.geo.function
Parent class for the geo operations
AbstractGeoOperationExecutor() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.function.AbstractGeoOperationExecutor
 

C

ClosestOperation - Class in org.wso2.extension.siddhi.gpl.execution.geo.internal.util
return the nearest point.
ClosestOperation() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.ClosestOperation
 
createGeometry(Object) - Static method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeometryUtils
 
createPoint(double, double) - Static method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeometryUtils
 
currentState() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.AbstractGeoOperationExecutor
The serializable state of the element, that need to be persisted for the reconstructing the element to the same state on a different point of time
currentState() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.GeoDistanceFunctionExecutor
 
currentState() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.function.GeoClosestPointsStreamFunctionProcessor
 
currentState() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoCrossesStreamProcessor
The serializable state of the element, that need to be persisted for the reconstructing the element to the same state on a different point of time
currentState() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoLocationApproximateStreamProcessor
 
currentState() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoProximityStreamProcessor
The serializable state of the element, that need to be persisted for the reconstructing the element to the same state on a different point of time
currentState() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoStationaryStreamProcessor
The serializable state of the element, that need to be persisted for the reconstructing the element to the same state on a different point of time

E

execute(Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.AbstractGeoOperationExecutor
The main executions method which will be called upon event arrival
execute(Object) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.AbstractGeoOperationExecutor
The main execution method which will be called upon event arrival which has zero or one function parameter
execute(Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.GeoDistanceFunctionExecutor
 
execute(Object) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.GeoDistanceFunctionExecutor
 

G

GeoClosestPointsStreamFunctionProcessor - Class in org.wso2.extension.siddhi.gpl.execution.geo.stream.function
Find the closest geo point
GeoClosestPointsStreamFunctionProcessor() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.stream.function.GeoClosestPointsStreamFunctionProcessor
 
GeoCrossesStreamProcessor - Class in org.wso2.extension.siddhi.gpl.execution.geo.stream
Calculate geo crosses
GeoCrossesStreamProcessor() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoCrossesStreamProcessor
 
GeoDistanceFunctionExecutor - Class in org.wso2.extension.siddhi.gpl.execution.geo.function
geo:distance(location1Latitude, location1Longitude, location2Latitude, location2Longitude)
GeoDistanceFunctionExecutor() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.function.GeoDistanceFunctionExecutor
 
GeoIntersectsFunctionExecutor - Class in org.wso2.extension.siddhi.gpl.execution.geo.function
Calculate the geo intersection
GeoIntersectsFunctionExecutor() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.function.GeoIntersectsFunctionExecutor
 
GeoLocationApproximateStreamProcessor - Class in org.wso2.extension.siddhi.gpl.execution.geo.stream
geoLocationApproximate(location.recorder, latitude, longitude, sensor.proximity, sensor.uuid, sensor.weight, timestamp)
GeoLocationApproximateStreamProcessor() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoLocationApproximateStreamProcessor
 
geometry - Variable in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeoOperation
 
geometryFromJSON(String) - Static method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeometryUtils
 
geometrytoJSON(Geometry) - Static method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeometryUtils
 
GeometryUtils - Class in org.wso2.extension.siddhi.gpl.execution.geo.internal.util
creating a geometry according to the given values
GeometryUtils() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeometryUtils
 
GeoOperation - Class in org.wso2.extension.siddhi.gpl.execution.geo.internal.util
Operations related to the geometry
GeoOperation() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeoOperation
 
GeoProximityStreamProcessor - Class in org.wso2.extension.siddhi.gpl.execution.geo.stream
Calculating the geo proximity
GeoProximityStreamProcessor() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoProximityStreamProcessor
 
GeoStationaryStreamProcessor - Class in org.wso2.extension.siddhi.gpl.execution.geo.stream
Calculating the geo stationary
GeoStationaryStreamProcessor() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoStationaryStreamProcessor
 
GeoWithinDistanceFunctionExecutor - Class in org.wso2.extension.siddhi.gpl.execution.geo.function
Calculate the geo is within the distance
GeoWithinDistanceFunctionExecutor() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.function.GeoWithinDistanceFunctionExecutor
 
GeoWithinFunctionExecutor - Class in org.wso2.extension.siddhi.gpl.execution.geo.function
Check whether the given geo area is within the defined area
GeoWithinFunctionExecutor() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.function.GeoWithinFunctionExecutor
 
getCurrentGeometry(Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeoOperation
 
getReturnType() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.AbstractGeoOperationExecutor
 
getReturnType() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.GeoDistanceFunctionExecutor
 
getReturnType() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.ClosestOperation
 
getReturnType() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeoOperation
 
getReturnType() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.IntersectsOperation
 
getReturnType() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.WithinDistanceOperation
 
getReturnType() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.WithinOperation
 

I

init(ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.AbstractGeoOperationExecutor
The initialization method for FunctionExecutor, this method will be called before the other methods
init(ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.GeoDistanceFunctionExecutor
 
init(ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.GeoWithinDistanceFunctionExecutor
The initialization method for FunctionExecutor, this method will be called before the other methods
init(ExpressionExecutor[], int, int) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeoOperation
 
init(AbstractDefinition, ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.function.GeoClosestPointsStreamFunctionProcessor
 
init(AbstractDefinition, ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoCrossesStreamProcessor
The init method of the StreamProcessor, this method will be called before other methods
init(AbstractDefinition, ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoLocationApproximateStreamProcessor
 
init(AbstractDefinition, ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoProximityStreamProcessor
The init method of the StreamProcessor, this method will be called before other methods
init(AbstractDefinition, ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoStationaryStreamProcessor
The init method of the StreamProcessor, this method will be called before other methods
IntersectsOperation - Class in org.wso2.extension.siddhi.gpl.execution.geo.internal.util
Find the intersection of 2 geometrical areas
IntersectsOperation() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.IntersectsOperation
 

M

makeCompositeKey(String, String) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoProximityStreamProcessor
 

O

operation(Geometry, Geometry, Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.ClosestOperation
 
operation(Geometry, PreparedGeometry, Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.ClosestOperation
 
operation(Geometry, Geometry, Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeoOperation
 
operation(Geometry, PreparedGeometry, Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeoOperation
 
operation(Geometry, Geometry, Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.IntersectsOperation
 
operation(Geometry, PreparedGeometry, Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.IntersectsOperation
 
operation(Geometry, Geometry, Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.WithinDistanceOperation
 
operation(Geometry, PreparedGeometry, Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.WithinDistanceOperation
 
operation(Geometry, Geometry, Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.WithinOperation
 
operation(Geometry, PreparedGeometry, Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.WithinOperation
 
org.wso2.extension.siddhi.gpl.execution.geo.function - package org.wso2.extension.siddhi.gpl.execution.geo.function
 
org.wso2.extension.siddhi.gpl.execution.geo.internal.util - package org.wso2.extension.siddhi.gpl.execution.geo.internal.util
 
org.wso2.extension.siddhi.gpl.execution.geo.stream - package org.wso2.extension.siddhi.gpl.execution.geo.stream
 
org.wso2.extension.siddhi.gpl.execution.geo.stream.function - package org.wso2.extension.siddhi.gpl.execution.geo.stream.function
 

P

point - Variable in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeoOperation
 
preparedGeometryFromJSON(String) - Static method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeometryUtils
 
process(Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeoOperation
 
process(Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.function.GeoClosestPointsStreamFunctionProcessor
 
process(Object) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.function.GeoClosestPointsStreamFunctionProcessor
 
process(ComplexEventChunk<StreamEvent>, Processor, StreamEventCloner, ComplexEventPopulater) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoCrossesStreamProcessor
 
process(Object[]) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoLocationApproximateStreamProcessor
 
process(Object) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoLocationApproximateStreamProcessor
 
process(ComplexEventChunk<StreamEvent>, Processor, StreamEventCloner, ComplexEventPopulater) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoProximityStreamProcessor
The main processing method that will be called upon event arrival
process(ComplexEventChunk<StreamEvent>, Processor, StreamEventCloner, ComplexEventPopulater) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoStationaryStreamProcessor
 

R

restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.AbstractGeoOperationExecutor
The serialized state of the element, for reconstructing the element to the same state as if was on a previous point of time.
restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.function.GeoDistanceFunctionExecutor
 
restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.function.GeoClosestPointsStreamFunctionProcessor
 
restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoCrossesStreamProcessor
The serialized state of the element, for reconstructing the element to the same state as if was on a previous point of time.
restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoLocationApproximateStreamProcessor
 
restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoProximityStreamProcessor
The serialized state of the element, for reconstructing the element to the same state as if was on a previous point of time.
restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoStationaryStreamProcessor
The serialized state of the element, for reconstructing the element to the same state as if was on a previous point of time.

S

start() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.function.GeoClosestPointsStreamFunctionProcessor
 
start() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoCrossesStreamProcessor
This will be called only once, to acquire required resources after initializing the system and before processing the events.
start() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoLocationApproximateStreamProcessor
 
start() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoProximityStreamProcessor
This will be called only once, to acquire required resources after initializing the system and before processing the events.
start() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoStationaryStreamProcessor
This will be called only once, to acquire required resources after initializing the system and before processing the events.
stop() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.function.GeoClosestPointsStreamFunctionProcessor
 
stop() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoCrossesStreamProcessor
This will be called only once, to release the acquired resources before shutting down the system.
stop() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoLocationApproximateStreamProcessor
 
stop() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoProximityStreamProcessor
This will be called only once, to release the acquired resources before shutting down the system.
stop() - Method in class org.wso2.extension.siddhi.gpl.execution.geo.stream.GeoStationaryStreamProcessor
This will be called only once, to release the acquired resources before shutting down the system.

T

TO_DEGREE - Static variable in class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.GeometryUtils
 

W

WithinDistanceOperation - Class in org.wso2.extension.siddhi.gpl.execution.geo.internal.util
check whether the given area is within distance the another area
WithinDistanceOperation() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.WithinDistanceOperation
 
WithinOperation - Class in org.wso2.extension.siddhi.gpl.execution.geo.internal.util
check whether the given area is within the another area
WithinOperation() - Constructor for class org.wso2.extension.siddhi.gpl.execution.geo.internal.util.WithinOperation
 
A C E G I M O P R S T W 
Skip navigation links

Copyright © 2017 WSO2. All rights reserved.