Changes between Version 13 and Version 14 of WKTRaster/SpecificationWorking02


Ignore:
Timestamp:
Aug 27, 2010, 1:12:29 PM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking02

    v13 v14  
    1616 
    1717----
    18 == '''Objective B02c - Being able to intersect vector and raster to produce raster.''' ==
     18== '''Objective B02x - Being able to intersect vector and raster to produce raster.''' ==
    1919 
    2020
     
    2424 
    2525----
    26 == '''Objective B02d - Being able to use "group by" to accumulate tiles to form a new raster.''' ==
     26== '''Objective B02x - Being able to use "group by" to accumulate tiles to form a new raster.''' ==
    2727 
    2828
     
    3030'''ST_Accum(raster set|geometry set, ‘raster’|’geometry’) -> raster/geometry'''
    3131
     32----
     33== '''Objective B02x - Being able to set and get the skew of a raster in terms of rotation.''' ==
    3234
     35'''ST_SetRotation(raster, angle)'''
    3336
     37 Set the rotation of the raster. This method actually derive values for pixelsizex, pixelsizey, skewx and skewy based on the provided rotation angle.
     38
     39 '''Open Question:'''
     40  PR: The angle should be provided in radian or in degree?
     41
     42'''ST_Rotation(raster) -> float64'''
     43 Return the georeference's rotation angle in (degree or radiant?) derived from the pixel size and the skew.
     44
     45  PR: I think getting the rotation get no sence since the result of pixelsizes and skew is not necessarily a rotation.
     46