Skip to main content

Hallo FME community,

I have a line and there are vertices on it. I want to have vertex as point. (exactly a tool like "Feature Vertices To Points" in ArcGIS)

Vertex_line I used Intersector and topologybuilder for this and they don't exactly give me the vertex. Attached you find the pictures.

 

Line_Node 

 

 

 

If you use a chopper with with maximum vertices set to 1 you will get a point at each vertex


If you need to extract all the vertices of a line use Chopper set By Vertex, Maximum Vertices: 1.


If you need to extract all the vertices of a line use Chopper set By Vertex, Maximum Vertices: 1.

Thank you. It worked :)


If you use a chopper with with maximum vertices set to 1 you will get a point at each vertex

Thank you. It worked :)


Reply