I have a raster and a corresponding shape file polygon I'm using as a mask. Both are in the same coordinate system and line up as they should. Now I'm trying to rotate them both, but I'm having trouble keeping them lined up.
Basically I guess I need to find the coordinate of the top left corner of the raster and feed that into the shapes Rotator transform, but short of finding it 'by hand' and typing it it into the transform, I can't find I good way to do that.
Any tips?
Dag