Select to view content in your preferred language

Kilometer Intelligence on a Railway Polyline

78
3
Friday
offi24
by
Emerging Contributor

Hello,

I’ve been trying—so far without success—to add some intelligence to a polyline in ArcGIS. I have a polyline representing a railway line, with an attribute field that stores the line’s starting kilometer point. I also have a point layer with kilometer markers placed every 1,000 meters along the railway. I want to transfer this information onto the polyline so that, no matter where I click on the line, I can retrieve the exact kilometer value at that location—like in the screenshot.Screenshot_KP.png

Does someone has an idea how to proceed?

 

Thanks in advance and best regards

Eric

Tags (1)
0 Kudos
3 Replies
RPGIS
by MVP Regular Contributor
MVP Regular Contributor

Hi @offi24,

Given the complexity of your question, the only things that I can recommend are as follows:

  1. Create a copy of the polyline and edit the copied line by dividing it into equal distances or parts
  2. Use/Create an attribute rule or arcade calculation to create points in another feature at set distances and then label those features.
  3. Add fields for starting kilometer distances and label them so that the labels are positioned along the line at set distances.
  4. Try linear referencing and seeing what tools may work best for you.

Despite those I don't think you will be able to click anywhere on a line and get the distance along that line unless you use linear referencing. 

0 Kudos
BobBooth1
Esri Regular Contributor
0 Kudos
AyanPalit
Esri Regular Contributor

@offi24 Thanks for the notes along with screenshot - helps in understanding the use case. 

The workflow is better handled through Linear Referencing (simple functions) and Roads and Highways  (advanced functions).

You can get started with the following references:

The use case is discussed in the following posts:

Creating points at hatch intervals along LRS routes

Create Line segments from Point Locations referencing Linear feature

Ayan Palit | Principal Consultant Esri
0 Kudos