Skip to main content

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.

 

 

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.