Opened 10 years ago
Closed 10 years ago
#2939 closed enhancement (fixed)
ST_ClipByBox2D function
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.0 |
Component: | postgis | Version: | master |
Keywords: | history | Cc: |
Description
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
Change History (2)
comment:1 by , 10 years ago
Keywords: | history added |
---|---|
Owner: | changed from | to
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
r12999 in trunk (3.5.0)