[postgis-devel] [PostGIS] #853: topology.Envelope(TopoGeometry)
PostGIS
trac at osgeo.org
Sun Mar 20 10:21:41 PDT 2011
#853: topology.Envelope(TopoGeometry)
-------------------------+--------------------------------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by strk):
More over: we really want a "quick" bounding box here, using caches if
available.
So maybe this should not be called "Envelope" as the Geometry equivalent
(ST_Envelope) does not use the cached bounding box at all.
Probably what I'm looking for would be a BOX2D cast, but it seems we want
to get rid of that type completely ? If we could get to whatever bounding
box is quick to get and use that in bounding-box based operator it'd make
a lot of sense to me.
So, what's the plan here ? Adding another indexable type to replace BOX2D
? Gbox ?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/853#comment:1>
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-devel
mailing list