Skip to main content
Solved

apply a search distance to SpatialRelator

  • September 21, 2016
  • 2 replies
  • 53 views

Forum|alt.badge.img

Hi there,

I'm using the SpatialRelator transformer to select polygons from Dataset A that intersect with datasets B, C, D, E and F. Currently it is selecting too many polygons as there is a very slight overlap of geometries to neighbouring polygons. I wish to apply a negative search distance to counteract this (-0.1m) but not sure how to achieve this as I can't find it in the settings for the SpatialRelator transformer.

Has anyone achieved this?

Equivelant in ArcMap:

Best answer by itay

Hi @anne_shanahan I don't know if a negative value is possible in the transformer, but you could use a negative value in the bufferer transformer and then evaluate the spatial relationships.

Hope this helps

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

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • Best Answer
  • September 21, 2016

Hi @anne_shanahan I don't know if a negative value is possible in the transformer, but you could use a negative value in the bufferer transformer and then evaluate the spatial relationships.

Hope this helps


Forum|alt.badge.img

yes worked :)