Skip to main content
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
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

Reply