ujgps
15th November 2010, 22:29
I am trying to get raster data (pixel width and height) of multiple polygons and its bounding box. I have longitude and latitude values in degrees. What I need to do is convert those values into some logical coordinates and then get device specific coordinates. Win32 LPtoDp() is exactly what I am looking for. I tried to use QPainter, QGraphicsView worldmatrix() but Not sure it will do what I wanted. Any suggestion will be appreciated. My pixel is 1 byte.