I'm trying to convert compound geometry type from an Intergraph Access database into Esri file database. I'm wondering how to separate geometry type from compound into point, line and area features.
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.
I think what you could try is to use a Deaggregator to separate the components of the compound geometry. And then use a GeometryFilter to separate the different geometry types into different ports, which you can write to different feature classes in Esri geodatabase.