#1914 closed enhancement (fixed)
[raster] ST_Contains() 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:4 by , 12 years ago
Keywords: | history added |
---|
Note:
See TracTickets
for help on using tickets.
Like the geometry ST_Contains, the raster ST_Contains will use a spatial index (&& operator) if available.
Raster/Raster variants
Raster/Geometry variants in raster-space
Geometry/Raster variant in vector-space
Yeah. There's a pattern here amongst all the spatial relationship functions.