Skip to main content
Question

2dPointReplacer ?

  • May 9, 2014
  • 5 replies
  • 103 views

What do I use for the the 2dPointReplacer that has been removed from 2014 edition? 

 

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
  • May 9, 2014
Hi, The 2D/3DPointReplacer, 2D/3DPointAdder have been integrated into the VertexCreator.

 

http://docs.safe.com/fme/html/FME_Transformers/Default.htm#Transformers/vertexcreator.htm

 

Takashi

  • Author
  • May 9, 2014
many thanks - if I have an xls file with a x and y and want to end up with a shape point file to map out the data do i need an extra transformer?

 

 

 


fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • May 9, 2014
You can still type 2DReplacer on the canvas and the VertexCreator will appear. Many transformers have aliases to helpout in such cases.

 

You actually dont need the transformer, that is if you are using the new xls reader, just map the xy into geometry and the reader will return point features.

Forum|alt.badge.img
Here's an example of what Itay was mentioning in the second part of his answer. With an excel file, add a new reader, open the parameters and specify the X & Y coordinates. 

 

 

 

 

 

Once that is done, ensure you specify a coordinate system (don't leave as unknown or blank) and the 2D (or 3D if you specify a Z feature) will "appear."

  • Author
  • May 12, 2014
thanks for the reply thats what I needed!