Skip to content

Commit

Permalink
Add doc for ST_ISOVist v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetit committed Sep 28, 2018
1 parent c4cb9ca commit 75d4273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/ST_ISOVist.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Resulting polygon will be enclosed by a circle defined by the maximum distance (

* `point` : Point coordinates (x, y, (z)) from which the visibility will be calculated,
* `obstacles` : Geometry or set of geometries grouped into a simple or complex geometry, used as obstacles,
* `maxDistance` : Only obstacles located within this distance from the `point` are considered in the calculation *(only cartesian distance are accepted - depends on your spatial ref)*,
* `maxDistance` : Only obstacles located within this distance from the `point` are considered in the calculation *(only cartesian distance is accepted - depends on your spatial ref)*,
* `angleStart` : Starting angle from which visibility will be calculated *(exprimed in radian - to convert into degree, use the H2 database [PI()](http://h2database.com/html/functions.html#pi) function)*,
* `angleStop` : Ending angle from which visibility will be calculated *(exprimed in radian)*.

Expand Down

0 comments on commit 75d4273

Please sign in to comment.