how to derive (x,y) coordinates from distance and angle table of a known point?

743
4
07-23-2018 01:38 AM
OplkAdam
New Contributor

let's say i have a table that contains distances and angles from known point, and i want to extract the exact coordinates of the maximum distance to the associated angle of the same distance, how to do this in a GeoProcessing server?

0 Kudos
4 Replies
DanPatterson_Retired
MVP Emeritus

Sample data or table?  It would help to see what you have.

And more importantly, are you talking planar coordinates or geographic?

It is relatively easy to calculate the point coordinates given a distance and bearing/azimuth/angle from a start point.

Once that is accomplished then your distance filter can be applied to return the appropriate angle.

OplkAdam
New Contributor

Thank you

It's a table of a geographic coordinates, and sorry for not mentioning it

before, i want to run this process as an online service.

as i want to send GPS information from mobile phone to GeoProcessing server

for further processes

Thank you

0 Kudos
DanPatterson_Retired
MVP Emeritus

So more levels of complication than anticipated....

I will flag Robert Scheitlin, GISP‌ to better redirect this question to a more appropriate location

0 Kudos
OplkAdam
New Contributor

Yeah.. i thought it would be easier but turned a bit complicated. As i want

to preform the same process to retrive a point from different distances and

angles assigned to a set of points!!

Anyways thank you, i do value your input and yor extended help

0 Kudos