<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>How is the bounding box determined when creating a spatial index for point geometries?   It's my understanding that creating a spatial index utilizes bounding boxes, which makes sense to me for lines and polygons, but I had a hard time finding information on how that works for points.  Do points get bounding boxes as part of their spatial index, or are they handled some other way?</div></div></div></blockquote><div><br></div><div>A box for point has 4 corners that are all the same point (or it's rounding, if precision for box is smaller than for point).</div><div>Apart from having area of 0 and perimeter of 0 all the math for a box indexing keeps working for such boxes.</div></div></div>