[postgis-tickets] [PostGIS] #2939: ST_ClipByBox2D function
PostGIS
trac at osgeo.org
Fri Sep 26 01:12:05 PDT 2014
#2939: ST_ClipByBox2D function
-------------------------+--------------------------------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
The function would be faster than ST_Intersection as it would not make any
expensive effort at ensuring the output is valid (robustness issues would
be expected to be tolerated by caller).
Also it would accept invalid inputs.
The function would also be specifically optimized for clipping with a
rectangle, common in visualization (web, desktop).
Upcoming GEOS 3.5.0 has a GEOSClipByRect function exposed for this:
http://trac.osgeo.org/geos/ticket/699
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2939>
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