Hello,
Does anyone know if it is possible to create a line feature from a point using an angle and distance field defined in that point attribute data?
Basically I want a line to be drawn from the point at a specified distance and angle. The end resultant line can have the point as a centre point starting point or end point, it does not matter. Also, I have thousands of points to do this too...they all have the same length, but various angles.
Thanks
Larisa
Solved! Go to Solution.
You can use Bearing Distance To Line tool:
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/bearing-distance-to-line.htm
Actually pretty simple. Use SOH CAH TOA to determine the O and A and add them to the original X,Y
The generate your lines from the table
You can use Bearing Distance To Line tool:
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/bearing-distance-to-line.htm
Thank you DanLee
This worked perfectly. I was not aware of this tool. Thank you for educating me!
Larisa
You are welcome. Glad it worked for you. 🙂