Zoom to feature, label vertices and display and label line segments and arcs

377
1
06-05-2012 12:57 AM
DarkoRadiceski
New Contributor II
Dear all,

I have an interesting requirement where by i am trying to get a polygon feature that can contain arcs. This is in a feature class.

I noticed that arcpy.mapping will let me generate a pdf which is a good start.

One of the things i am trying to do is to label the vertices and also the line segments and arcs and then show the coordinates in a table.

What i have so far is this:

1. I can use Split Line at vertices to get line segments
2. I can use Feature to point to get the vertices

Now i am trying to undertand how i can zoom to this polygon and label both the vertices and the lines. Any advice?

Then the next step is to generate a table listing this vertices.

I can iterate through the geometry but i am not sure if i can generate a table to add to the pdf? Any examples i can learn from?

Any examples i can learn from would be great.

Thank you kindly all for your help.
0 Kudos
1 Reply
JimCousins
MVP Regular Contributor
Adding tables to pdf output is a tough problem.
I came across the following clever solution yesterday:
http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=8C8E6EB6-1422-2418-A0B8-6AA61...
It is a well documented process to create maps using data driven pages, some python coding and dynamic graphic tables. Perhaps you can use some methodology in your work...
0 Kudos