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.

  • 10 June 2019
  • 1 reply
  • 0 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.

 

 

icon

Best answer by takashi 10 June 2019, 10:52

View original

1 reply

Userlevel 2
Badge +17

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.

Reply