Skip to main content
Solved

I have a point with asset details and Polygon features with address details in two Feature classes.Need to fetch the details of points falling under a polygon along with asset and address details. Pls suggest.

  • June 10, 2019
  • 1 reply
  • 10 views

I have a point asset details and Polygon features with address details in two Feature classes. I want to find the points falling under polygon features along with the asset id of point falling under address details of polygon feature. Basically to get the details of asset along with its location. Pls suggest.

 

 

Best answer by takashi

If you need to collect attributes of one or more points within a polygon, the SpatialRelator or the PointOnAreaOverlayter might help you. See the help documentations on those transformers at first.

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

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • June 10, 2019

If you need to collect attributes of one or more points within a polygon, the SpatialRelator or the PointOnAreaOverlayter might help you. See the help documentations on those transformers at first.