Skip to main content
Question

Creating a point featureclass


I have 5 polygon featureclass and 1 point featureclass. I would like to create a point featureclass that contains certain attributes from each of the polygon featureclass. How would I go about doing this.

Thank you in advance.

erik_jan
Contributor
Forum|alt.badge.img+17
  • Contributor
  • March 19, 2018

Can you use the Center point of the polygons?

The CenterPointReplacer transformer replaces the polygon by a center point and then you can write those points to the point feature class.


jdh
Contributor
Forum|alt.badge.img+28
  • Contributor
  • March 19, 2018

I would use a PointOnAreaOverlayer to get the attributes from the various polygon featureclasses.


erik_jan
Contributor
Forum|alt.badge.img+17
  • Contributor
  • March 19, 2018
Could you clarify the issue:

 

Do you want points representing the polygons or do you want attributes from the polygons copied on the existing points?

 

Solutions for both options are already listed below.

 

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings