Skip to main content
Question

Neighborhood finder should match only one time

  • December 8, 2021
  • 3 replies
  • 29 views

boubcher
Contributor
Forum|alt.badge.img+11

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

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2076 replies
  • December 8, 2021

Hi @boubcher​ 

Did you try to use the custom transformer SpatialSorter?

 

 

Thanks,


boubcher
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 212 replies
  • December 21, 2021

Hi @boubcher​ 

Did you try to use the custom transformer SpatialSorter?

 

 

Thanks,

Thanks Danilo

 


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2076 replies
  • December 21, 2021

Thanks Danilo

 

You are Welcome @boubcher​