Opened 7 years ago
Closed 6 years ago
#3809 closed enhancement (wontfix)
Add ST_DistanceIndexed function
Reported by: | dbaston | Owned by: | dbaston |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Add an ST_DistanceIndexed function that delegates to the IndexedFacetDistance implementation in GEOS. In the future, this may be replaced with a native LWGEOM implementation.
Change History (8)
comment:1 by , 7 years ago
Type: | defect → enhancement |
---|
comment:2 by , 7 years ago
comment:4 by , 7 years ago
Owner: | changed from | to
---|
Are you going to get to this in next week or so. If not can we push this to 2.5
comment:5 by , 7 years ago
Milestone: | PostGIS 2.4.0 → PostGIS 2.5.0 |
---|
pushing this to 2.5 since no word on it.
comment:6 by , 7 years ago
Priority: | blocker → medium |
---|
comment:7 by , 6 years ago
Milestone: | PostGIS 2.5.0 → PostGIS 3.0.0 |
---|
comment:8 by , 6 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Now that Paul merged the distance tree code into liblwgeom
, I see no reason to do this.
Note:
See TracTickets
for help on using tickets.
The indexed distance calculations in GEOS use a particular definition of "distance." From the JTS docs:
When one polygon is entirely contained within another polygon, the distance between them is greater than zero.
I think this functionality is valuable in PostGIS, but the name
ST_DistanceIndexed
risks creating confusion.Is one of these options better?
?