Solved! Go to Solution.
Dear All,
I want to get DTED data (elevation) between two points (on a line).
Is there any built-in function for this purpose or I should implement it on my own?
What I want is similar to Linear Line of Sight (LLOS), but it should be on a direct line. I want to check if there is collision between two points or not.
Thank you
Sincerely
Dear All,
I want to get DTED data (elevation) between two points (on a line).
Is there any built-in function for this purpose or I should implement it on my own?
What I want is similar to Linear Line of Sight (LLOS), but it should be on a direct line. I want to check if there is collision between two points or not.
Thank you
Sincerely
Thank you very much for your reply.
Well, I did something similar to your suggestion. I create a polyline (which is a single line indeed) using FROM and TO points. Then, I get elevation of 100 points between FROM and TO points.
It works. But I should replace 100 with significant data.
Thank you again for your helpful reply. I appreciate it.
Sincerely