Skip to main content
Question

ID for spatial relations

  • October 9, 2018
  • 2 replies
  • 14 views

Forum|alt.badge.img

I have a set of data in the form of closed areas:

I need to find a relationship between them (with a Spatial Relator or NeighborFinder) and then give the same ID for the related areas(the candidate receives the base id) or at least have a tabular summary of id plotted areasThe requestor and Supplier have separetly id list.
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.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3429 replies
  • October 9, 2018

There is a custom transformer - ListCombiner - that can be used with the list generated in the SpatialRelator and the original ID field to create a group attribute

grouping-polygons.fmwt


Forum|alt.badge.img
  • Author
  • 14 replies
  • October 9, 2018

There is a custom transformer - ListCombiner - that can be used with the list generated in the SpatialRelator and the original ID field to create a group attribute

grouping-polygons.fmwt

could you present what if the Requestor and Supplier have another id?

 

Thanks a lot for your help