fmeobjects.FMEFeature.mergeAttributes
- FMEFeature.mergeAttributes(destFeature)
Set the featureType and attributes of the feature passed in from the current feature, but ONLY if those attributes are not already present. The geometry is not touched. The original attributes on the destFeature are not lost.
- Parameters:
destFeature (FMEFeature) – The original feature to set featureType and attributes on.
- Return type:
None
- Raises:
FMEException – An exception is raised if an error occurred.