Skip to main content
Solved

Create multiple polygons based on a table join

  • March 12, 2013
  • 2 replies
  • 34 views

Hi,

 

 

I have a polygon feature class and a table in a file geodatabase. There are multiple rows in the table for a given polygon in the feature class. I want to create a new polygon feature class with polygons for every match in the table. I have tried Matcher, which seems to work, but it is not populating the Shape Area and Shape Length. Anything else I should look into?

 

 

Thanks,

 

Srini

Best answer by mark_f

Have you looked at the FeatureMerger transformer?
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.

2 replies

Forum|alt.badge.img+2
  • Best Answer
  • March 12, 2013
Have you looked at the FeatureMerger transformer?

  • Author
  • March 12, 2013
Perfect, that worked. Thank you!!