Skip to main content
Question

FME 2020: What is the equivalent tool in FME to “Planarize” in ArcGIS?


jamal
Forum|alt.badge.img+5

FME 2020: What is the equivalent tool in FME to “Planarize” in ArcGIS?

 

I couldn’t figure out if there is an equivalent tool in FME to “Planarize” in ArcGIS

 

Clip_265

6 replies

tomf
Contributor
Forum|alt.badge.img+14
  • Contributor
  • January 25, 2021

Try the Intersector, or the TopologyBuilder transformers. Both will split lines like "Planarize" as far as I can tell


jamal
Forum|alt.badge.img+5
  • Author
  • January 25, 2021

Thank you tomf

 

But how to clean duplicates (overlaps) being identified by Intersector and TopologyBuilder tools?

 

Clip_20Clip_21 

 


tomf
Contributor
Forum|alt.badge.img+14
  • Contributor
  • January 25, 2021

WIth the Intersector the overlapping line segments are reduced to a single line segment. From the Edge port of the TopologyBuilder, you can use a Matcher to find matching geometries and just keep the SingleMatched and NotMatched features. For a pure geometry match unselect Check Attributes in the Matcher parameters. You can also use a tolerance here to find close geometry matches


jamal
Forum|alt.badge.img+5
  • Author
  • January 25, 2021

It appears that the TopologyBuilder splits the lines where they are overlapped while the Matcher has no thing to do when it comes to clean the duplication.

 

Clip_267


tomf
Contributor
Forum|alt.badge.img+14
  • Contributor
  • January 26, 2021

The Matcher works fine when you set the parameters as I suggested. The only thing else I added (which made no difference in this example) was to allow Lenient Geometry matching, i.e. drawing direction is ignored when matching geometry.

I get 4 Matched features, 2 SingleMatched and 4 NotMatched. By taking just SingleMatched and NotMatched ports, the overlapping line parts are dropped.

_matcherParams_matchoutputNote: the Intersector outputs just 6 line segments and 8 nodes. So, here the overlapping line segments are already cleaned.


jamal
Forum|alt.badge.img+5
  • Author
  • January 29, 2021

Thank you tomf.

 

The intersector, topolgybuilder, and macher tools appear to do the job

 

Clip_296 

Clip_297


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings