Decomposes a path feature into its component segments.
Each output feature will contain a copy of the source feature's attributes. Non-path input features will be output untouched.
The optional List Attribute is used to associate attributes with each segment of the path. If the feature has a list of attributes that are in parallel to the members of the aggregate, these can be decomposed onto the output features by specifying the List Attribute parameter.
If the Segment Number Attribute is specified, then each output feature is given an attribute containing the part's segment index within the original path feature.
Note that for an input feature to be affected, its geometry itself must be a path; that is, areas whose boundaries are paths and aggregates containing paths will be unaffected. The GeometryCoercer, DonutHoleExtractor, and Deaggregator may be used to prepare the geometries input to this transformer.
About Transformer Parameter Options
Search for samples and information about this transformer on FMEpedia.