Skip to main content
Solved

Snapping tolerances

  • October 9, 2014
  • 1 reply
  • 22 views

Forum|alt.badge.img+1
Hi,

 

 

I have contour lines that I want to join to create polygons. I am using the Snapper transformer followed by the AreaBuilder transformer.

 

 

However, it is difficult to set tolerances for the snapping tool because my input files are all so different.  Is there a way to work out the maximum distance between two ends of a line so then I can set the snapping tolerances differently depending on the length of the gap?

 

 

Thanks,

Best answer by gio

Hi, that could be done, working out maximum distance, but you need to have some critera to relate the lines. (elevations are not garanteed to be unique within a dataset. Unless it consists of some continuous one direction slope..))

 

Then u need to order the lines so u look for distance only to neighboor.

 

 

But if your contours are genereated with the contourgenerator..you can build areas like this 

 

( from a previous post)

 

 

 

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

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • Best Answer
  • October 10, 2014
Hi, that could be done, working out maximum distance, but you need to have some critera to relate the lines. (elevations are not garanteed to be unique within a dataset. Unless it consists of some continuous one direction slope..))

 

Then u need to order the lines so u look for distance only to neighboor.

 

 

But if your contours are genereated with the contourgenerator..you can build areas like this 

 

( from a previous post)