fmeobjects.FMEMultiPoint.appendPart

FMEMultiPoint.appendPart(point)

This appends the point to the multi point. If None is passed in, nothing will be appended. All points in the multi point will be forced to have the same dimension. If any 3D points exist, all 2D points will be converted to 3D with a default Z value of 0.0.

Parameters

point (FMEPoint) – The point to be appended.

Return type

None

Raises

FMEException – An exception is raised if an error occurred.