Skip to main content
Question

Split Line at Intersection with Line from a different Feature Type

  • February 26, 2021
  • 2 replies
  • 34 views

Hey,

I would like to know how I can split a Line from FeatureType A at the Intersection with the Line from FeatureType B. But then just keep the Lines from FeatureType A.

With the Intersector I keep the lines from both the Feature Types. How can I keep the lines from only one of those FeatureTypes? Is there any Transformer I can use?

Thank you,

Best regards.

2 replies

Forum|alt.badge.img+2
  • 1891 replies
  • February 26, 2021

@pelle123​ Can you add a TestFilter after the Intersector and drop the features you don't want?


  • Author
  • 7 replies
  • March 2, 2021

Thank you for your answer. This solved my problem!