Skip to main content

Is it possible to write mixed geometries to a ESRI geodatabase? I am trying to write polygon, points and polylines out to the same gdb but only points are being fed through

You can mix different geometry types in a ESRI geodatabase as long as you use separate tables for them. That's an ESRI limitation. If you check the properties of the writer feature type you'll see a geometry type parameter.