RulePoint
- RulePoint 6.1.2
- All Products
geopassthru(pointlat,pointlong,linelat1,linelong1,linelat2,linelong2)
Argument
| Required
Optional
| Description
|
---|---|---|
pointLat, pointLong
| Required
| The coordinates forming the geo point.
|
linelat1,linelong1,linelat2,linelong2
| Required
| The minimum points that form a polygon. The number of latitude arguments must be equal to the number longitude arguments.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| Real number
|
Watchlist values
| Real number
|
when 1 line l with geopassthru(l.lat1,l. long1,l.x1,l.y1,l.x2,l.y2) as result then response with body=”${ result}”
Event Property Value
| Description
| Result
|
---|---|---|
l.lat1=50,l. long1=50
l.x1=0,l.y1=0,l.x2=100,l.y2=100
| Verifies if the line passes through the specified geo point.
| true
|