Opened 12 years ago
Closed 12 years ago
#1916 closed enhancement (fixed)
[raster] ST_Covers 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 (4)
comment:1 by , 12 years ago
Owner: | changed from | to
---|
comment:2 by , 12 years ago
Status: | new → assigned |
---|
comment:3 by , 12 years ago
boo. Corrected function prototypes.
ST_Covers will use an index if available.
1. st_covers( rast1 raster, nband1 integer, rast2 raster, nband2 integer ) -> boolean 2. st_covers( rast1 raster, rast2 raster ) -> boolean
comment:4 by , 12 years ago
Keywords: | history added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Added in r10104
Note:
See TracTickets
for help on using tickets.
ST_Covers will use an index if available.