Question

How to convert compound geometry type from an Intergraph Access database into Esri file database

  • 4 January 2018
  • 2 replies
  • 0 views

Hello,

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.


2 replies

Badge +2

Take a look at the Deaggregator transformer.

Badge +2

Hi @ailxu, Thank you for your question!

 

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.

 

Hope this helps.

Xiaomeng

Reply