Opened 12 years ago
Closed 12 years ago
#1924 closed enhancement (fixed)
[raster] ST_Overlaps in raster and vector space
Reported by: | dustymugs | Owned by: | dustymugs |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | raster | Version: | master |
Keywords: | history | Cc: |
Description
This would be implemented using the underlying C function rt_raster_surface().
Change History (2)
comment:1 by , 12 years ago
Status: | new → assigned |
---|
comment:2 by , 12 years ago
Keywords: | history added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Added in r10074
Note:
See TracTickets
for help on using tickets.
Like the geometry ST_Overlaps, the raster ST_Overlaps will use a spatial index (&& operator) if available.
Raster/Raster variants
Raster/Geometry variants in raster-space
Geometry/Raster variant in vector-space