#936 closed task (fixed)
[raster] Implement ST_Rotation
Reported by: | dzwarg | Owned by: | dzwarg |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | history | Cc: |
Description
Return the rotation of a raster. If the raster has two different rotations (pixels are diamond-shaped), then ST_Rotation returns NaN.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | rotation.patch added |
---|
comment:1 by , 13 years ago
Status: | new → assigned |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 13 years ago
Keywords: | history added |
---|---|
Milestone: | PostGIS Raster Future → PostGIS 2.0.0 |
Note:
See TracTickets
for help on using tickets.
Added a rotation getter method to raster accessors with regression tests.