[postgis-tickets] [PostGIS] #1329: Change BOX3D to be SRID and dimension aware
PostGIS
trac at osgeo.org
Tue Feb 24 09:35:14 PST 2015
#1329: Change BOX3D to be SRID and dimension aware
-------------------------+--------------------------------------------------
Reporter: robe | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: postgis | Version: trunk
Keywords: box |
-------------------------+--------------------------------------------------
Comment(by strk):
Stumbled upon this one while thinking I needed a BOXND to find extent of
an 4D table...
To be honest we could get away with all these boxes by using a two-points
LINESTRING.
It would embed SRID and dimension flags.
Only it would be slightly larger in size than a simple box,
and have less semantic associated with it.
How would you feel about an ST_NDExtent() returning geometry ? Doesn't it
sound too loose ?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1329#comment:7>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list