Skip to main content
Solved

Point in polygon atributes

  • August 7, 2018
  • 4 replies
  • 15 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

I need to use a transformer so I can have as output the attributes all together, the points that are inside a polygon, which ones I may be using?

Best answer by danilo_fme

Hi @mr_fme

 

did you try to use the transformer PointOnAreaOverlayer?

Thanks,

Danilo

 

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.

4 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • Best Answer
  • August 7, 2018

Hi @mr_fme

 

did you try to use the transformer PointOnAreaOverlayer?

Thanks,

Danilo

 


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • August 7, 2018

Hi @mr_fme

 

did you try to use the transformer PointOnAreaOverlayer?

Thanks,

Danilo

 

Yes, but I wouldn´t like to use this transformer. I need of the others options.

 

 


takashi
Celebrity
  • 7843 replies
  • August 8, 2018

Hi @mr_fme

 

did you try to use the transformer PointOnAreaOverlayer?

Thanks,

Danilo

 

The SpatialRelator could be another option. If the polygons don't overlap each other, the Clipper or the SpatialFilter could also be choices. But why wouldn't you like to use the PointOnAreaOverlayer?

 

 


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • August 8, 2018
The SpatialRelator could be another option. If the polygons don't overlap each other, the Clipper or the SpatialFilter could also be choices. But why wouldn't you like to use the PointOnAreaOverlayer?

 

 

I like to use SpatialRelator than the others choices. But I was thinked that can´t merge the attributes with SpatialRelator.

 

 

Thank´s a lot