File: setpixelvalue21.testcase

package info (click to toggle)
librasterlite2 1.1.0~beta1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 54,332 kB
  • sloc: ansic: 206,619; sh: 11,400; xml: 2,620; makefile: 1,635
file content (7 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
SetPixelValue - negative UINT16 value
:memory: #use in-memory database
SELECT RL2_SetPixelValue(RL2_CreatePixel('UINT16', 'DATAGRID', 1), 0, -32768);
1 # rows (not including the header row)
1 # columns
RL2_SetPixelValue(RL2_CreatePixel('UINT16', 'DATAGRID', 1), 0, -32768)
(NULL)