FME Transformers: 2024.1

Categories
Coordinates
Geometries
Related Transformers
CoordinateExtractor
GeometryRemover
SpikeRemover
VertexCounter
VertexCreator

VertexRemover

Removes specific vertices from a feature’s geometry.

Jump to Configuration

Typical Uses

  • Isolating vertices

  • Removing portions of vector geometry

How does it work?

The VertexRemover receives features with vector geometry and removes specific vertices (coordinates) from them.

Specified vertices may be either removed or kept. If they are kept, all other vertices are removed.

Vertices are identified by their Coordinate Index position, starting at zero (0), and a Number to Keep/Remove, which is extended from the given index position. For example -

  • If keeping coordinates, if the Coordinate Index is 0 and the Number to Keep/Remove is 15, the first 15 vertices will remain and the rest will be removed.

  • If removing coordinates, the first 15 vertices would be removed.

Vertices can also be identified by their position relative to the end of the geometry, where -1 is the last vertex, -2 is second-to-last, and so on. The Number to Keep/Remove will still be extended forwards (towards the end of the feature). For example -

  • If keeping coordinates, if the Coordinate Index is -22 and the Number to Keep/Remove is 22, the last 22 vertices will remain and the rest will be removed.

  • If removing coordinates, the last 22 vertices will be removed.

An attribute _num_removed is added to the features, indicating the number of vertices removed.

Multi- or aggregate geometries, 3D geometries, rasters, point clouds, and non-spatial features will be rejected.

Areas with holes (donuts) will not produce useful results.

Examples

Configuration

Input Ports

Output Ports

Parameters

Editing Transformer Parameters

Transformer parameters can be set by directly entering values, using expressions, or referencing other elements in the workspace such as attribute values or user parameters. Various editors and context menus are available to assist. To see what is available, click beside the applicable parameter.

For more information, see Transformer Parameter Menu Options.

Reference

Processing Behavior

Feature-Based

Feature Holding

No

Dependencies None
Aliases CoordinateRemover
History  

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 all results about the VertexRemover on the FME Community.

 

Examples may contain information licensed under the Open Government Licence – Vancouver, Open Government Licence - British Columbia, and/or Open Government Licence – Canada.