Opened 9 years ago
Closed 9 years ago
#3137 closed enhancement (duplicate)
ST_DimensionRange()
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
A function returning the range of dimensions as a 2-lines linestring with first point containing the min values and max point containing the max values.
Maybe with an optional argument expressing acceptance of an inclusive approximation.
See discussion here: https://lists.osgeo.org/pipermail/postgis-devel/2015-May/024906.html
May obsolete (or integrate) #1329
Change History (2)
comment:1 by , 9 years ago
Owner: | changed from | to
---|
comment:2 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This has been implemented as ST_BoundingDiagonal (#3139)