Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking forward to achieving fast multi segment line query function:[GetClosestToPolyLine] #32

Open
YNBTools opened this issue May 3, 2024 · 1 comment

Comments

@YNBTools
Copy link

YNBTools commented May 3, 2024

Aardvark. Geometry PointTree
PointRkdTreeF<TArray, TPoint>
Looking forward to achieving fast multi segment line query function.
GetClosestToPolyLine
Unfortunately, currently only GetClosestToLine is available

@krauthaufen
Copy link
Member

You can just use repeated line queries and union the results? I guess a specialized Polyline query would not improve things much. The only pitfall here is that you will get duplicate points near the vertices which can easily be avoided by unioning all inliers in a HashSet<int> or similar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants