arc length between point and linestring where the point is not in between the linestring #1132
Unanswered
kurogane1031
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I would like to ask your advice regarding finding arc length between a
point
and alinestring
, where the point is not in between thelinestring
.For example. given a situation as image below, my intention it to find the arclength from
P_x
toP_1
. Currently my idea is to interpolate the point using splines and find the approximated distance, but it is not efficient. Therefore I wonder if there is an available or appropriate strategy in boost geometry that able to find this,Thank you very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions