Skip to main content
Solved

AreaOnAreaOverlayer transformer : tolérance = “None” parameter

  • April 16, 2024
  • 2 replies
  • 77 views

p-chessel-vdg
Contributor
Forum|alt.badge.img+4

Hello,

In FME 2023 , in the AreaOnAreaOverlayer transformer the tolérance = “None” parameter has been removed. There only option of “Automatic” or “Custom value”.

Question : if there was Tolerance = “none” in pre FME 2023 .fmw scripts, should we use Custom Value = 0 to have the same result as tolérance = none  or “Automatic”?

Thanks

Best answer by evieatsafe

Hi @p-chessel-vdg it actually looks like the ‘none’ tolerance option was removed starting in FME 2021 onwards. However, you are correct that setting the tolerance to 0 should have the same effect as ‘none’ in that the geometries must be identical to be considered equal. 

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

evieatsafe
Safer
  • Safer
  • Best Answer
  • April 19, 2024

Hi @p-chessel-vdg it actually looks like the ‘none’ tolerance option was removed starting in FME 2021 onwards. However, you are correct that setting the tolerance to 0 should have the same effect as ‘none’ in that the geometries must be identical to be considered equal. 


p-chessel-vdg
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • April 29, 2024

Ok,

Thanks Evie for your reply and confirmation

Philippe