fmeobjects.FMEAggregate.isAMulti¶
-
FMEAggregate.isAMulti()¶ This method determines if the aggregate’s parts conform to a
FMEMultiCurve,FMEMultiArea, orFMEMultiText, representation.Return type: bool Returns: This means that it will only return Trueif the aggregate contains:- Arcs, Lines, Paths, and nothing else.
- Polygons, Ellipses, Donuts, and nothing else.
- Text objects and nothing else.
- Points and nothing else. This returns
falsefor empty aggregates.