Skip to main content
Solved

Extract coordinates of linear feature

  • January 23, 2013
  • 5 replies
  • 115 views

Hi,

 

 

I have a requirement of extracting every coordinates <ORDERED LIST OF VERTICES FROM 1 TO N> of linear feature. Can any one please suggest the approach of extractig coordinates.

 

 

Thanks,

 

Seshu

Best answer by takashi

Hi,

 

 

This custom transformer might help you:

 

http://fmepedia.safe.com/articles/Samples_and_Demos/Custom-Transformer-that-Exposes-all-Vertices

 

 

 

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.

5 replies

takashi
Celebrity
  • Best Answer
  • January 23, 2013

  • Author
  • January 23, 2013
Thanks Takashi, This is the exact transformer that I am looking. It fulfills my requirement.

  • December 5, 2014
Hi,

 

I used this custom transformer to extract coodinates from an ESRI-annotation feature class without success. My annotations refer to baselines consisting of 2 points and the result is one point (midpoint) for each annotation. How can I extract all coordinates and create lines?

jaro
Contributor
Forum|alt.badge.img+1
  • Contributor
  • November 4, 2015

Hello Takashi, the page is now removed, would you please suggest where to find the transformer?


takashi
Celebrity
  • November 4, 2015

Hello Takashi, the page is now removed, would you please suggest where to find the transformer?

@jaro, I cannot find the page, but the transformer - VertexExtractor is now available in FME Store. In many cases, you can also use the Chopper (Mode: By Vertex, Maximum Vertices: 1).