0

I have two feature classes. A line feature class and a point feature class. The point feature class snaps to the line and the line feature class splits at points. I want to insert the value of Shape_Length in each point automatically. For example the point 1 should have 1087.7382 and so on. The end point must have a zero value.

How can I insert the values in Point feature class?

enter image description here

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Oct 23, 2016 at 11:58
0

1 Answer 1

1

I solve my problem by automating two processes with arcpy:

  1. Create Start vertices to point for the line feature class using Vertices to Point Tool
  2. Spatial Join the Start Start Points with Point feature class.
PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
answered Oct 28, 2016 at 23:39

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.