FMEFeature
Adds coordinates onto the feature. Missing values are replaced by 0.
If the feature is two-dimensional, any provided third coordinate is ignored.
coordinates (list[tuple[float]]) – The list of coordinates to add.
None