Skip to main content
Question

Hi folks I'm searching informations for importation of donuts (archipelago) inside GDB format. Up to now, all my donuts are ejected when I try to integrate them. I can do the import in GDB open API or GDB with ESRI licence.

  • September 10, 2020
  • 2 replies
  • 9 views

Forum|alt.badge.img
Hi folks I'm searching informations for importation of donuts (archipelago) inside GDB format. Up to now, all my donuts are ejected when I try to integrate them. I can do the import in GDB open API or GDB with ESRI licence.
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

caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • 571 replies
  • September 11, 2020

I don't really understand your case. It can be polygons with holes or multiple polygons as one feature.

For polygons with holes/donuts you should verify if your features are donuts and if not just use the clipper/outside to create them.

​For multiple polygons as a single feature use the aggregator to build your archipelago.

In both cases, set your GDB writer as geodb_polygon.


Forum|alt.badge.img
  • Author
  • 28 replies
  • September 14, 2020

Ok thanks a lot.