Skip to main content
Question

Replicating ArcGIS “Locate features along route”

  • March 30, 2019
  • 2 replies
  • 139 views

Does anyone know of a way to replicate ArcGIS “Locate features along route” functionality?

Specifically, I have a network shapefile (polylines) and a separate polygon shapefile. I am wanting to know which lines are contained within which polygons and for the lines that are partially contained within the polygons, I want to know the start and end length in metres (from direction of travel) along the lines that the polygon intersects.

Thank you in advance.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • March 31, 2019

Hello @sideshowt

 

I suggest you to use the transformer LineOnAreaOverlayer to check the lines inside Polygons

 

Thanks,

Danilo


david_r
Celebrity
  • 8394 replies
  • April 1, 2019

Before using the LineOnAreaOverlayer, you could use a MeasureGenerator to generate measures on each line. That way you can use the MeasureExtractor after the LineOnAreaOverlayer to get the start and end values for each intersection.