Could somebody advise which instrument I can use in ModelBuilder (ArcGIS10) for build a model which will create shp polygonal objects from a table (created previously in Excel) with necessary parameters (that include coordinates of latitude and longitude and distances).
Some details.
I need to create many polygonal objects by 4 steps:
- Create 2 circles with the same center (with coordinates X1, Y2 – they will be in the table) and radiuses Rmax and Rmin (they will be in the table);
- Create a new polygonal object (“bagel”) = Circle (max) – Circle(min);
- Create a polygon triangle by coordinates of 3 their vertexes (all coordinates will be in the table);
- Find a resulting polygonal object (as a shapefile) that will be equal a space of intersection of “bagel” and that triangle.
Not necessary to do it in one file or at one step. If I’ll know the way how I can do it, maybe I can do it by some steps in ModelBuilder or by script.
– natalia Aug 08 '13 at 16:50