Rotating and Moving Geometry
January 8th, 2008 Noor Posted in ArcObjects C# |
well, im back after a while , i was into ArcGIS Server for a couple of months, i was given a task to simple transformation on geometry and after some research i found out that it can be done without doing an edit session using ITransform2D and IFeature.store so that we get the transformation done and save, the following are some functions that i used to achieve the tasks,
Rotating A Polygon Around A Pivot Point
=============================
[ This code assumes that there is a Point feature inside the polygon, the concept is the same you can customize it but its not necessary since you rotation point can be anyware ]
Moving A Polygon
=============

Leave a Reply