Skip to main content
Question

Intersection of two lines

  • March 18, 2020
  • 3 replies
  • 25 views

Forum|alt.badge.img

So I'm trying to intersect this centerline data with parcel data to return the length of the parcel line from the centerline to the edge of the property. In areas where none of the parcels intersect each other there is no issue however when parcels do intersect my length measures get split due to the self intersection that is going on. I've attached some sample data as a go by.

So I'm basically trying to figure out how to intersect the polygons turned into lines (desired output) via chopper based only on where the centerline cuts through the parcel line(s).

 

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.

3 replies

Forum|alt.badge.img+2
  • 1891 replies
  • March 19, 2020

@jlgvii Thanks for including the sample data and workspace.

Can you confirm what you need on the output. Do you need the length of the centerline to the property boundary, or the length of the line within the property. Perhaps you could show what you need on the data you included:

It seems to me you might be looking for the LineOnAreaOverlayer


Forum|alt.badge.img
  • Author
  • 5 replies
  • March 19, 2020

@jlgvii Thanks for including the sample data and workspace.

Can you confirm what you need on the output. Do you need the length of the centerline to the property boundary, or the length of the line within the property. Perhaps you could show what you need on the data you included:

It seems to me you might be looking for the LineOnAreaOverlayer

Sorry if my original post wasn't very clear. But here are the measures I'm trying to get on the property lines.


Forum|alt.badge.img+2
  • 1891 replies
  • March 19, 2020

@jlgvii adding a SpatialFilter (Toouches) to your workspace will give you what you need. Except - your parcels have gaps & overlaps so that needs to be cleaned up with a snapper.

Revised workspace (FME 2019.2): propertymeasures.fmwt