0

I have 3 separate feature classes:

enter image description here

Lines: 3 pcs, do not touch eachother

Points: 6pcs, at the start and end vertex of the lines

Polygons: 1 pcs, derived from joined buffers around the points based on the top line.

I only have the geodata, no additional fields of ID's to connect the features to eachother. I want to create a new feature class with just the two points that are both within the polygon and are based on the top line.

The 2 top lines are separate even though they look linked in this resolution.

I would like the solution to be able to be reproduced in the model builder as I need to iterate this method over many scenarios.

The polygon is one feature, not 2 as I originally stated. They are a union from two previously separated buffers

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Apr 23, 2019 at 9:15
3
  • Should the buffer be created in the Modelbuilder process too? Commented Apr 23, 2019 at 9:25
  • @blabbath No, that will be part of the input! Commented Apr 23, 2019 at 9:30
  • What does your model so far look like? Commented Apr 23, 2019 at 10:04

1 Answer 1

3
  1. Give your lines an ID, this is a simple field calculate.
  2. Extract your end points, they will inherit the attributes of the lines they came from. That is what it says in the help file.
  3. Select points by your top line ID and export.

In your question as you build the buffer from the top line end points, I so no need to do any spatial selection. You may want to build your buffers for other processing but a simple selection by ID will suffice for this question.

Steps 1 and 2 are a one time run of the tools, if you want to loop then have a look at a feature selection iterator in modelbuilder.

answered Apr 23, 2019 at 10:41

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.