fmeobjects.FMEGeometryTools.refineArea

FMEGeometryTools.refineArea(area, refineType)

See the documentation for refineGeometry(). Bitmask elements are defined in Refine Area Type.

Parameters:
Return type:

FMEArea

Returns:

The refined area. Note: This method returns a terminal geometry type of the FMEArea; i.e. one of the leaf classes in the FMEArea inheritance graph. For example, a FMEPolygon is returned if the geometry truly is a polygon.

Raises:

FMEException – An exception is raised if an error occurred.