fmeobjects.FMEFace.getAsArea¶
-
FMEFace.
getAsArea
()¶ Returns the face as an area.
Return type: FMEArea Returns: The face as a FMEArea
object. Note: This method returns a terminal geometry type of theFMEArea
; i.e. one of the leaf classes in theFMEArea
inheritance graph. For example, aFMEPolygon
is returned if the geometry truly is a polygon.