Skip to main content
Solved

Updatedetector -- Seperate output form geometry and attribute changes

  • May 14, 2018
  • 3 replies
  • 18 views

Hi all,

I want to compare line data for change detection in attributes and in geometry. I prefer the UpdateDetector transformer but in outputs I do not get separated the changes in attributes and the changes in geometry. These are mixed in the output. For example, in the Insert output, I’ ve got insert new data and attribute changes. Do you have any idea how can I do that?

Thanks a lot for your time and help

Noni

Best answer by dionymarko

Thank u for answering me Erik. But how can I define that this is only for attributes or only for geometry?

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

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • May 14, 2018

The easiest way would probably be to use two UpdateDetector transformers in parallel

One to check attributes only, One to check geometry only.


  • Author
  • 1 reply
  • Best Answer
  • May 14, 2018

Thank u for answering me Erik. But how can I define that this is only for attributes or only for geometry?


jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • May 14, 2018

Thank u for answering me Erik. But how can I define that this is only for attributes or only for geometry?

For the attributes only set Match Geometry to None.

 

For the geometry only, you need to edit the custom transformer to make the MATCHATTRS parameter optional.