Skip to main content
Solved

How to delete features from file

  • June 29, 2015
  • 1 reply
  • 26 views

farfar
Contributor
Forum|alt.badge.img+12
Hi All,

 

I've two shpae files with only geometries and like to delete feature from the first one that contains into the second one. The condition for deleting is there two feautures (feature 1 from file1 and feauture 2 from file 2) are equals. 

 

 

Thanks an advance.

 

 

FarFar

Best answer by takashi

Hi FarFar,

 

 

I think the ChangeDetector is suitable to do that.

 

Send feature1 to the Original port; send feature2 to the Revised port.

 

Every feature1 which is not equal to any feature2 will be output from the Deleted port.

 

 

Takashi
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.

1 reply

takashi
Celebrity
  • Best Answer
  • June 29, 2015
Hi FarFar,

 

 

I think the ChangeDetector is suitable to do that.

 

Send feature1 to the Original port; send feature2 to the Revised port.

 

Every feature1 which is not equal to any feature2 will be output from the Deleted port.

 

 

Takashi