On a general note: please make sure to enter an appropriate title for your question, this helps us help you (try and see if you can edit it)
So regarding your question: I assume you want to find features that exist in the green set but not in the blue and because the geometries don't line up you need to use the NeighborFinder, am I right? And the false positives would be the little red bits you see in the center of the image?
What I'm guessing it happening is that they fall just outside of the maximum distance you specified in the NeighborFinder, increasing that should match them, but if you increase it too much you'll run the risk of causing more problems than you're fixing.
On a general note: please make sure to enter an appropriate title for your question, this helps us help you (try and see if you can edit it)
So regarding your question: I assume you want to find features that exist in the green set but not in the blue and because the geometries don't line up you need to use the NeighborFinder, am I right? And the false positives would be the little red bits you see in the center of the image?
What I'm guessing it happening is that they fall just outside of the maximum distance you specified in the NeighborFinder, increasing that should match them, but if you increase it too much you'll run the risk of causing more problems than you're fixing.
@redgeographics Thank you for the reply .. made some changes in my Question header :)You are right I want to remove those small part from my output. I am using the distance of 100 m in neighbor finder. The maximum part of a line having these part is getting matched and it misses only these small part from matching and send it through the unmatched candidate. these part are at a distance of 90 meters and I am using 100 meters as a distance in neighbourfinder.
@redgeographics Thank you for the reply .. made some changes in my Question header :)You are right I want to remove those small part from my output. I am using the distance of 100 m in neighbor finder. The maximum part of a line having these part is getting matched and it misses only these small part from matching and send it through the unmatched candidate. these part are at a distance of 90 meters and I am using 100 meters as a distance in neighbourfinder.
Check the distance between the actual vertices, because that's what the Neighborfinder is basing its calculations on.
Check the distance between the actual vertices, because that's what the Neighborfinder is basing its calculations on.
@redgeographics checked the distance and it's around 89.564 m
@redgeographics checked the distance and it's around 89.564 m
Can you share your sample data with us?