1
vote
1answer
41 views

Writing length of line along the line

I sometimes have to write out the length along a line for every couple of hundred meters or kilometers. This applies to pipes, when the construction team wants to know where along the pipe they are or ...
3
votes
1answer
112 views

Splitting polygons leaves null values

I'm trying to split polygons with overlaping line features, using Split Polygons tool from Topology toolbar. The problem I encounter is that only one from new polygons have old attributes and others ...
1
vote
1answer
126 views

Distance of many polygons to a segmented line

I have a shapefile of U.S. counties. I also have a line segment. I want to compute the distance of each county to the line. I have also divided the line segment into 10 equal segments. I want to ...