This transformer performs a line-on-line overlay. During the overlay, all input lines are intersected against each other and resultant line features are created and output. Intersection points are turned into point features that contain the merged list of attributes of the original intersected lines.
The Group By parameter specifies a series of attributes that must match on the features before they are considered for overlaying. This can be used to ensure that the overlay occurs only on certain groups of features. Click the browse button to select from a list of attributes.
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 line features that intersected the resultant feature.
If the optional List Name is supplied, then all output Points will include a list containing attributes of each line that intersected at that point. If the List Name is supplied AND Separate Collinear Segments is set to No, then all output Lines will include a list containing attributes of each collinear line that was merged. If the optional List Name is supplied, AND Separate Collinear Segments is set to Yes, then no merging will occur and so output Lines will not include a list.
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.
No: All collinear segments are reduced to one representative segment.
Yes: All collinear segments are output.
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.