3

I want to extract a point (red star below) on a line very close to the end (and/or start) point of that line, but not the end itself, so that it is a point not intersecting an end asset point (black circle). I thought the easiest way to do this would be to shorten the line by a given length (say 1cm), then extract the end points. Is there a tool to do this in ArcGIS? The tool would be something similar to the snipper tool in FME.

enter image description here

I was looking for a solution that doesn't involve scripting like this question.

Dùn Caan
  • 1,294
  • 3
  • 12
  • 26

1 Answers1

5

you could you draw a very small buffer around the end point and then intersect the line with the buffer and extract the point of intersection.

It should sit on the line at the distance drawn with the buffer.

juniordev
  • 166
  • 6