Performs an area-on-area overlay so that all input areas are intersected against each other and resultant area features are created and output. The resultant areas have all the attributes of all the original features in which they are contained.
This transformer accepts area features as input. Area features are expected to be non-self-intersecting.
Tip: If input areas are self-intersecting, first use the GeometryValidator’s Self-Intersection in 2D rule to remove self-intersections.
Area features resulting from the intersection of input areas are output through this port.
The default behavior is to use the entire set of features as the group. This option allows you to select attributes that define which groups to form.
How parallel processing works with FME: see About Parallel Processing for detailed information.
This parameter determines whether or not the transformer should perform the work across parallel processes. If it is enabled, a process will be launched for each group specified by the Group By parameter.
For example, on a quad-core machine, minimal parallelism will result in two simultaneous FME processes. Extreme parallelism on an 8-core machine would result in 16 simultaneous processes.
You can experiment with this feature and view the information in the Windows Task Manager and the Workbench Log window.
Yes: This transformer will process input groups in order. Changes on the value of the Group By parameter on the input stream will trigger batch processing on the currently accumulating group. This will improve overall speed if groups are large/complex, but could cause undesired behavior if input groups are not truly ordered.
No: This is the default behavior. Processing will only occur in this transformer once all input is present.
The Overlap Count Attribute holds the number of features that the resultant feature overlapped, which will be at least one.
If a List Name is supplied, a list is created of all the attributes of each input area that overlaps the resultant feature.
Note: Attribute lists are not accessible from the output schema in Workbench unless they are first processed using a transformer that operates on them, such as ListExploder or ListConcatenator. All attribute list transformers are displayed in the Contents pane of the Transformer Help under Lists. Alternatively, AttributeExposer can be used.
Example:
When attributes are merged between features, existing attributes are not replaced. Therefore if the polygons being overlaid have attributes with the same name, then the values will not be transferred from one to the other. You can work around this by renaming (AttributeRenamer), prefixing (AttributeExpressionRenamer), or removing (AttributeRemover) attributes to avoid name collisions.
Aggregates are not supported by this transformer.
Using a set of menu options, transformer parameters can be assigned by referencing other elements in the workspace. More advanced functions, such as an advanced editor and an arithmetic editor, are also available in some transformers. To access a menu of these options, click beside the applicable parameter. For more information, see Transformer Parameter Menu Options.
FME Professional edition and above
Search for samples and information about this transformer on FMEpedia.