Can I write GeoDatabase data to multiple geometry types

From Fmepedia


Q) Can I write GeoDatabase data to multiple geometry types?

A) FME output feature types write to Geodatabase feature classes or SDE tables. In a Geodatabase each output feature class can contain only a single geometry type: eg. polyline. For the SDE30 writer the feature types must also be defined to include a single geometry type if you want to work with the data in an ESRI environment. The SDE30 writer does support the ability to write multiple geometry types to a single table to be backward compatible with older SDE installations. Using a GeometryFilter helps ensure that only features with the correct geometry are sent to a given output feature type.

User Comments Add a new comment