fmeobjects.FMEMultiPoint.scale

FMEMultiPoint.scale(xscale, yscale, zscale)

Applies a scale factor to the multi point. The ‘zscale’ is ignored if geometry is 2D.

Parameters:
  • xscale (float) – The x scale factor.

  • yscale (float) – The y scale factor.

  • zscale (float) – The z scale factor.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.