fmeobjects.FMEAggregate.getMultipleGeometryFlag¶
-
FMEAggregate.
getMultipleGeometryFlag
()¶ This method determines if the aggregate contains a MultipleGeometry, that is, whether the aggregate is structured in a way such that each part is its own geometry separate from the other parts in the aggregate. As a result, it is possible for an aggregate of 1 part to return true since it is about the structure of the aggregate, and not the content.
Return type: bool Returns: Returns True
if the aggregate contains a multiple geometry andFalse
otherwise.