fmeobjects.FMEMultiPoint.copyAttributesFromFeature

FMEMultiPoint. copyAttributesFromFeature ( sourceFeature,overwriteExisting,regexp,前缀 )

Copies all the attributes from the given feature to traits on this geometry, if they match the (optional) regular expression.

Parameters:
  • sourceFeature(FMEFeature) – The feature to copy attributes from.
  • overwriteExisting(bool) – Existing traits will be overwritten only if overwriteExisting isTrue.
  • regexp(str) – (Optional) The regular expression to match the attributes against. If regexp is not specified, then all attributes will be copied.
  • 前缀(str) – (Optional) The prefix is put on all the trait names as they are copied. If it is not specified, a prefix will not be added to the trait names.
Return type:

None