Skip to main content
Question

Point In Polygon

  • May 8, 2020
  • 1 reply
  • 13 views

Trying to use the PointOnAreaOverlayer to merge points and bounding polygons. While I suspect some points may be outside the polygons most should be inside. The result I'm after is that each point will inherit the polygon attributes, but it seems that no matter how I configure the Transformer the Polygon attributes are always <null>. Any help or examples would be well appreciated.

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.

1 reply

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • May 8, 2020

Have a look at the data in the Inspector first.

Questions are:

Are the polygons really polygons or just the outlines of the areas?

Are both datasets in the same coordinate system (else the overlap will fail)?

You would not be the first to see any of these issues.

Hope this helps.