Description Usage Arguments Value Author(s) Examples
This function computes the bounding box for each polygon and adds this information to the list. The bounding boxes can be used in various applications. Our main motivation is for the massive PointsInPolygon search to exclude those polygons as candidates whose bounding box does not contain the current point.
1 | AddRanges(poly.list)
|
poly.list |
polygon list with three elements: data, polys, and poly.centers |
Returns augmented polygon list with additional element – "ranges"
Markus Loecher <markus.loecher@gmail.com> and Madhav Kumar <madhavkumar2005@gmail.com>
1 2 3 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.