fmeobjects.FMEFeature.addCoordinates

FMEFeature.addCoordinates(coordinates)

Adds coordinates onto the feature. Missing values are replaced by 0.

If the feature is two-dimensional, any provided third coordinate is ignored.

Parameters:

coordinates (list[tuple[float]]) – The list of coordinates to add.

Return type:

None