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
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
This custom transformer might help you:
http://fmepedia.safe.com/articles/Samples_and_Demos/Custom-Transformer-that-Exposes-all-Vertices
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?
This custom transformer might help you:
http://fmepedia.safe.com/articles/Samples_and_Demos/Custom-Transformer-that-Exposes-all-Vertices
Hello Takashi, the page is now removed, would you please suggest where to find the transformer?
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).