I'm working with parcel data to get the dimensions of each lot to correspond with known dimensions. Is there a way to display the individual lengths of each line comprising the perimeter of a polygon? In other words, is there a way to display the distance between each vertex of a polygon in the map while editing?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
I think you will want to create a parcel fabric
|
|||
|
|
|
check out the 'feature to line' tool within the Data Management Tools-->Features toolbox. This should help you. You'll need to convert your polygons to lines and then you can label based on the length field. |
|||||
|
|
I'm sure someone, somewhere, has done this before using ArcObjects. However my search attempts turned up nothing, the most promising thing I found was this, but it's for 9.3 only so I can't test it: Drafting tools for ArcGIS 9.3 If you don't mind clicking a bit, you could use the measure tool (it can snap to vertices for better accuracy). Edit: Here's some VBA code that might work: http://forums.esri.com/Thread.asp?c=93&f=993&t=101658 |
||||
|
|
