Skip to main content
Question

FME Fails to check overlapped hatches when transform them from AutoCad to ArcMap.

  • April 16, 2018
  • 3 replies
  • 13 views

alaa_flaifel
Forum|alt.badge.img

"FME Fails to check overlapped hatches when transform them from AutoCad to ArcMap."

FME transform overlapped hatches within the same layer from Autocad to ArcMap with no notification of double hatches. And this leads to defect in data when uploading them to our system.

What do you think about this?

Is there anyway to check double hatches in Autocad when Transforming?

Thanks!

Alaa

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

lars_de_vries
Forum|alt.badge.img+10

There are many solutions to this issue. I think the Matcher Transformer will help you most since you can use both attributes and geometry to check your features.


daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • April 16, 2018

Hi @alaa_flaifel,

I think the SpatialFilter is your best bet to find the overlapping Hatches. You can use the Group By option in the transformer to restrict the comparisons to within the same LayerName value, if you want.


alaa_flaifel
Forum|alt.badge.img

Thanks a lot!

Spatial filter (intersect Type) worked well with us.

Best,

Alaa