fmeobjects.FMEArc.removeDuplicates

FMEArc.removeDuplicates(checkZ)

Removes any adjacent duplicate points. If ‘checkZ’ is True, x, y, and z coordinates are checked, otherwise only x and y are.

Parameters:checkZ (bool) – Whether to check the z coordinate.
Return type:None