08.08.14, 15:24
Say I rotate an object for example
mySampledRaster.rotate(22)
how do I subsequently query that object's rotation?
e.g. mySampledRaster.rotation gives undefined
similarly for scaling, I can see how to 'set' but not to 'get' the scale property of an object.
thanks