Skip to main content
Question

spatial joining and attribute matching

  • January 23, 2014
  • 2 replies
  • 66 views

Forum|alt.badge.img
Hi,

 

I trying to spatially join a point feature and a polygon feature, such that I can compare their attributes to find out the unmatched attributes, for which I used SpatialRelator and then FuzzyStringComparer.

 

But the output ain't coming along! 

 

What might be going wrong or any other way !?
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

Forum|alt.badge.img
  • Author
  • January 23, 2014
*I'm

takashi
Celebrity
  • January 23, 2014
Hi,

 

 

Output features from the SpatialRelator will have a structured list attribute (named "_relationships" by default) which contains all attributes of every spatially-related Supplier (CANDIDATE) feature. I guess you have overlooked the list.

 

Takashi