Skip to main content
Question

I need to convert the cells as point and after to move it to the closest point from line

  • September 3, 2013
  • 1 reply
  • 43 views

Forum|alt.badge.img
I have the Neighborfinder transformer  where I put the lines as candidate input and cells as input base. So I need to find the closest point from candidate and after  to convert it to point, but It doesn't work.  
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.

1 reply

takashi
Celebrity
  • September 4, 2013
Hi,

 

 

The NeighborFinder will add _closest_base_x and _closest_base_y attributes to the MATCHED features. These attributes indicates the closest interpolated coordinates on the BASE feature from the neighbor CANDIDATE feature. You can create a point based on these attributes using the 2DPointReplacer.

 

 

Takashi