Skip to main content

Hi All

I am using the neighbour finder, and it works absolutely fine, however i have noticed that some of the lines cross into the neighbouring polygons as shown on the image below.

The YELLOW Line is the site boundary, and ideally I would like to keep the line within the site boundary, as shown by the RED line. The GREEN line shows what has been calculated.

Anyone have any ideas if this can be done, and if so how...

 

Regards

Andy

 

Hi @ingalla​ The NeighborFinder will get you the closest point on the buildings to the closest point on the street polygon. You could try limiting the search to the edge of the property that is adjacent to the street using a TopologyBuilder. But even then, the line might cross over the neighbor's property. Use a SpatialRelator to find those problem lines. From there, maybe a CenterLineReplacer on the property would help?


Reply