Question

Neighborhood finder should match only one time

  • 8 December 2021
  • 3 replies
  • 2 views

Badge +10

using neighborhood find we need the workspace when the candidate find the base we don't want this base to be used again in the process even if it fit the transformer setting

Ex: I have 4 polygons and 5 Points we need to find a point within a distance of 1 m to polygon, 2 of those points are within the distance, our goal is the process when we found the first match the second one should not be considered

the parameter( number of neighbors to find ) is not working since each point will find 1 neighborhood, if one point find polygon, that polygon shouldn't not be used by another point

 

Thanks

 


3 replies

Userlevel 4
Badge +30

Hi @boubcher​ 

Did you try to use the custom transformer SpatialSorter?

 

 

Thanks,

Badge +10

Hi @boubcher​ 

Did you try to use the custom transformer SpatialSorter?

 

 

Thanks,

Thanks Danilo

 

Userlevel 4
Badge +30

Thanks Danilo

 

You are Welcome @boubcher​ 

Reply