PostGIS
Name
PostGIS — Returns the n-D distance between A and B bounding boxes.
Synopsis
double precision +`*`PostGIS`*`(` geometry `+A
, geometry B
)
;
Description
The <<#>>
operator returns distance between two floating point
bounding boxes, possibly reading them from a spatial index (PostgreSQL
9.1+ required). Useful for doing nearest neighbor
approximate distance ordering.
|
|
Availability: 2.2.0 — KNN only available for PostgreSQL 9.1+