LineCombiner
Takes lines and connects them to form longer lines. Each connecting line must meet at the exact same start/end point, but otherwise they must not intersect.
Any nodes with only two lines connecting to them (sometimes called pseudonodes) are removed. Lines remain broken at points where three or more converge.
Note: Duplicate lines passed into the transformer will be consumed by the transformer.
Example
Usage Notes
- If the data might contain intersecting lines, consider running it through the Intersector before connecting this transformer.
- On common vertices between combined lines, the LineCombiner maintains z-values and measures from the subsequent line.
Configuration
Output Ports
All linear features produced by this transformer are sent to the Line port.
Features with invalid geometries are sent to the <Rejected> port.
Parameters
Combine On Attributes |
Combine lines based on their attribution. Input lines with different values for these attributes will not be combined. |
Junctions |
This transformer will not connect lines if more than two lines meet at the same node, and form a complex "Junction". This parameter helps users decide if a "Junction" should exist from lines with different attribute values chosen above. If this parameter is set to Ignore Attribute Values, lines with any attribute values will contribute to a "Junction", through which lines will not be combined. For example, in this case, two lines with the same values for the attributes selected above will not be combined if the node at which they meet is also connected to another line with different values for these attributes. Otherwise, if this parameter is set to Consider Attribute Values, then nodes will only be considered "Junctions" if there are more than two lines with the same attribute values connected to it. In the previous example, two lines with the same values for the attributes selected above will be combined even if the node at which they meet is also connected to another line with different values for these attributes. |
Input Feature Topology |
Input Feature Topology indicates the type of vertices the input features contain:
|
Accumulation Mode |
Specifies how attributes should be accumulated. If Drop Incoming Attributes is selected, all incoming attributes are removed from the features. Merge Incoming Attributes merges all attributes from overlapping features. Use Attributes From One Feature takes all attributes from one representative feature. |
Generate List
If enabled, generates a list attribute.
List Name |
If a List Name is supplied, for each output feature, a list is created of all the attributes of input features that contain the output feature. A list with the same name is created for traits. Note: List attributes 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. Alternatively, AttributeExposer can be used. |
Add To List |
All Attributes: Every attribute from all input features that created an output surface will be added to the list specified in List Name. Selected Attributes: Only the attributes specified in the Selected Attributes parameter will be added to the list specified in List Name. |
Selected Attributes |
The attributes to be added to the list when Add To List is Selected Attributes. |
Direction Attribute |
An optional attribute to include in the generated list, which indicates whether the direction of that input feature has been preserved (using same) or reversed (using opposite) in the output feature. |
Preserve Orientation |
This parameter controls whether or not lines can be reversed in order to create longer lines. If the direction of the lines is significant, then choose Yes. |
||||||||||||||||||
Break On Loops |
This parameter indicates whether any resulting (or input) closed rings should ever be broken into two segments:
|
||||||||||||||||||
Consider Node Elevation |
This parameter specifies whether to consider the node elevation when combining lines. Nodes that share the same location but have different elevations will not be combined if this option is set to Yes. If set to No, then the Connect Z Mode parameter will specify how to combine nodes that lie on top of each other but have differing elevations. |
||||||||||||||||||
Connect Z Mode |
Select a method. Connect Z Mode
When viewed in 2D (ignoring Z), a path (which may define the border of a polygon) may appear to be closed as shown in the left figure below. This same path, when viewed in 3D, may appear to be open as shown in the right figure below.
To specify how (and if) paths should be closed in 3D, select one of the listed modes.
|
||||||||||||||||||
Preserve Lines as Path Segments |
If set to Yes, then when lines originating from different input curves are concatenated into a longer curve in the output, they will be left as separate segments in a path. The default is No, which means that such lines will be joined into longer lines in the output unless they have different properties (for example, traits, measures, geometry name). |
||||||||||||||||||
Aggregate Handling |
Choose how aggregate geometries are to be handled. Deaggregate: Decompose aggregates into their individual components. Reject: Do not process aggregates and output them via the <Rejected> port. |
Editing Transformer Parameters
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.
Defining Values
There are several ways to define a value for use in a Transformer. The simplest is to simply type in a value or string, which can include functions of various types such as attribute references, math and string functions, and workspace parameters. There are a number of tools and shortcuts that can assist in constructing values, generally available from the drop-down context menu adjacent to the value field.
Using the Text Editor
The Text Editor provides a convenient way to construct text strings (including regular expressions) from various data sources, such as attributes, parameters, and constants, where the result is used directly inside a parameter.
Using the Arithmetic Editor
The Arithmetic Editor provides a convenient way to construct math expressions from various data sources, such as attributes, parameters, and feature functions, where the result is used directly inside a parameter.
Conditional Values
Set values depending on one or more test conditions that either pass or fail.
Parameter Condition Definition Dialog
Content
Expressions and strings can include a number of functions, characters, parameters, and more.
When setting values - whether entered directly in a parameter or constructed using one of the editors - strings and expressions containing String, Math, Date/Time or FME Feature Functions will have those functions evaluated. Therefore, the names of these functions (in the form @<function_name>) should not be used as literal string values.
These functions manipulate and format strings. | |
Special Characters |
A set of control characters is available in the Text Editor. |
Math functions are available in both editors. | |
Date/Time Functions | Date and time functions are available in the Text Editor. |
These operators are available in the Arithmetic Editor. | |
These return primarily feature-specific values. | |
FME and workspace-specific parameters may be used. | |
Creating and Modifying User Parameters | Create your own editable parameters. |
Dialog Options - Tables
Transformers with table-style parameters have additional tools for populating and manipulating values.
Row Reordering
|
Enabled once you have clicked on a row item. Choices include:
|
Cut, Copy, and Paste
|
Enabled once you have clicked on a row item. Choices include:
Cut, copy, and paste may be used within a transformer, or between transformers. |
Filter
|
Start typing a string, and the matrix will only display rows matching those characters. Searches all columns. This only affects the display of attributes within the transformer - it does not alter which attributes are output. |
Import
|
Import populates the table with a set of new attributes read from a dataset. Specific application varies between transformers. |
Reset/Refresh
|
Generally resets the table to its initial state, and may provide additional options to remove invalid entries. Behavior varies between transformers. |
Note: Not all tools are available in all transformers.
FME Community
The FME Community is the place for demos, how-tos, articles, FAQs, and more. Get answers to your questions, learn from other users, and suggest, vote, and comment on new features.
Search for samples and information about this transformer on the FME Community.
Keywords: connectivity ring PseudoNodeRemover LineJoiner