I have one point feature class and one polyline feature class in a projected coordinate reference system. How can I rotate these feature classes by a number of degrees? For example, rotate all features in the feature class through 90 degrees so what did face north now faces east? The polylines and point feature class represent the outline of an oil rig and I would like to rotate the feature classes to match the rig orientation in the real world.
Solved! Go to Solution.
Hi Rob,
Bonus: if you want to snap while rotating hit the S key to set a secondary rotation anchor:
This shows a polygon and line, but it will work just the same with points too.
-Scott
Hello Rob, if just editing the feature class isn't well-controlled enough for you there is code in this sample you could re-purpose for the job:
https://pm.maps.arcgis.com/home/item.html?id=9398bd2232cb4c8490b0b05015364d28
Hi Bruce, how can I do it by editing the feature class? Ideally I would select all features and then enter a rotation angle?
Hi, I had to go ask a colleague, but you select all the features you want to rotate, select the Rotate tool, move the rotation circle center point to where you need (control key, drag it and snap it somewhere, then spin it round using the green circle edge as a handle. There is an option to enter an angle (which is relative to the map's rotation). Looks like someone beat me to the workflow below!
Hi Rob,
Bonus: if you want to snap while rotating hit the S key to set a secondary rotation anchor:
This shows a polygon and line, but it will work just the same with points too.
-Scott
Rob, please remember to mark an answer correct to help others who find this thread.