Skip to main content
Question

Breaking linear feature at Particular coordinate

  • March 14, 2013
  • 1 reply
  • 29 views

Hi All,

 

 

I have a requirement of exporting Smallworld data into shape files, in that a challenging task is to break the linear feature at particular coordinates. I have the coordinates where i need to break in linear feature. Please suggest how I need to break the linear feature at that particular coordinates.

 

 

Thanks,

 

Seshu
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

kathyross
Participant
Forum|alt.badge.img+9
  • Participant
  • March 15, 2013
The PointOnLineOverlayer is designed to do this particular function.

 

 

You can translate your coordinate list to points via the 2DPointReplacer.

 

 

i.e.:
  1. Read in your list of coordinates
  2. Pass them into a 2DPointReplacer
  3. Set up a CoordinateSystemSetter if necessary
  4. Pass the new points into a PointOnLineOverlayer via the Point port
  5. Pass your lines into the same PointOnLineOverlayer via the Line port
  6. Attach a visualiser to the output Line port.