fmeobjects.FMEFeature.convertPointsToArc

FMEFeature.convertPointsToArc(radiusAttrName, startAngleAttrName, sweepAngleAttrName)

Converts the feature into a point feature with attributes required to define it as an arc. If the feature has more than 3 points, the arc is approximated.

Parameters:
  • radiusAttrName (str) – The name of the radius attribute.

  • startAngleAttrName (str) – The name of the start angle attribute.

  • sweepAngleAttrName (str) – The name of the sweep angle attribute.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.