Skip to main content
Question

Compare Spatial two FeatureClasses

  • June 17, 2020
  • 6 replies
  • 101 views

Forum|alt.badge.img

Hi, following situation: we have a SDE-FeatureClass with parcel(plot)-data. Every week we got new data in a FGDB with the same datamodel from another source. Now we want to process of compare the two Featureclass, if there are now spatial difference and then update the sde Featureclass with the new Information of the FGDB Featureclass. If we make a spatial selection via ArcMap we got 50 difference between the data. We try the same in FME via SpatialFilter and other transformerprocess, but we got always 0 difference. Is there a better workaround?

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.

6 replies

jelle
Contributor
Forum|alt.badge.img+21
  • Contributor
  • 122 replies
  • June 17, 2020

Forum|alt.badge.img+2
  • 194 replies
  • June 17, 2020

Give the ChangeDetector a shot.

 

ChangeDetector Documentation Link

 


Forum|alt.badge.img
  • Author
  • 13 replies
  • June 17, 2020

Hi, yeah just now I tried Matcher and it works for me, thanks everybody


Forum|alt.badge.img+2
  • 1891 replies
  • June 17, 2020

@jeppenbe If you use ChangeDetector or UpdateDetector (FME 2018 or earlier) then FME will set the attribute fme_db_operation. This will allow you to easily use incremental updates to your sde-feature class. Documentation on fme_db_operation here - section on Feature Level updates. More on change detection here - Example 2 for incremental updates.


Forum|alt.badge.img
  • Author
  • 13 replies
  • June 19, 2020

Hi, for my requierements is the ChangeDetector the best choice!


Forum|alt.badge.img
  • Author
  • 13 replies
  • June 19, 2020

For my requierements is the ChangeDetector the best choice