0

I have ArcGIS 10 with ArcView licence and I need to make point layer from a linear layer, with only start and end points for each line. In ArcInfo I could use Feature Vertices To Points with "both_ends" as option but I don`t have such licence.

I found "Polyline Vertices to Points" script for creation point layer from linear layer with only ArcView licence, but it returns all vertices not only ends.

How can I delete all vertices from lines but ends or maybe other variant how can I make point layer from line layer with only ends of lines?

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Sep 23, 2012 at 11:04

1 Answer 1

1

The free ET Geowizards has a "polyline to Point" tool. There is an option, "Calculate Point position along polyline". Enabling this will add a field named ET_ORDER, 0 is the first point and 1 is the last point of each line. You can select the end-points with this, "ET_ORDER" = 0 OR "ET_ORDER" = 1, save the points to another file.

answered Sep 23, 2012 at 13:11
2
  • Is there any possibility to use it in ModelBuilder? Commented Sep 23, 2012 at 19:01
  • No, I cannot get it to work in modelBuilder. Commented Sep 27, 2012 at 21:14

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.