#431 closed task (fixed)
[wktraster] Implement ST_SetPixelSize
Reported by: | dzwarg | Owned by: | dzwarg |
---|---|---|---|
Priority: | medium | Milestone: | WKTRaster 0.1.6 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
Implement ST_SetPixelSize.
The attached patch implements ST_SetPixelSize in 3 variants:
- ST_SetPixelSize( raster, raster )
- ST_SetPixelSize( raster, float8 )
- ST_SetPixelSize( raster, float8, float8 )
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Status: | new → assigned |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
This patch builds upon the ST_SetSRID patch (#423)