Skip to main content
Solved

Convert vertex to point

  • August 17, 2022
  • 4 replies
  • 336 views

arash_hokm
Contributor
Forum|alt.badge.img+8

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 

 

 

 

Best answer by ebygomm

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • Best Answer
  • August 17, 2022

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


caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • August 17, 2022

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


arash_hokm
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • August 17, 2022

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

Thank you. It worked :)


arash_hokm
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • August 17, 2022

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

Thank you. It worked :)