<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Build a point with distance and degrees in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48858#M4299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all, sorry for my english.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for how to build a point from another point according to a distance(meters) and a angle(degree).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Apr 2013 12:31:12 GMT</pubDate>
    <dc:creator>OlivierLevasseur</dc:creator>
    <dc:date>2013-04-08T12:31:12Z</dc:date>
    <item>
      <title>Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48858#M4299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all, sorry for my english.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for how to build a point from another point according to a distance(meters) and a angle(degree).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 12:31:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48858#M4299</guid>
      <dc:creator>OlivierLevasseur</dc:creator>
      <dc:date>2013-04-08T12:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48859#M4300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello everyone, &lt;BR /&gt;&lt;BR /&gt;First of all, sorry for my english.&lt;BR /&gt;&lt;BR /&gt;I am looking for how to build a point from another point according to a distance(meters) and a angle(degree).&lt;BR /&gt;&lt;BR /&gt;Olivier&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use trigonometry:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;distance along x-axis = cos(angle)*distance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;distance along y-axis = sin(angle)*distance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you have a projected coordinate system add this values to your starting point.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 13:34:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48859#M4300</guid>
      <dc:creator>DavideLimosani</dc:creator>
      <dc:date>2013-04-08T13:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48860#M4301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am worry that this method will not be precise enough as the earth is a sphere. But I could still have a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I keep you in touch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 13:44:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48860#M4301</guid>
      <dc:creator>OlivierLevasseur</dc:creator>
      <dc:date>2013-04-08T13:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48861#M4302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;Thank you for your answer.&lt;BR /&gt;&lt;BR /&gt;I am worry that this method will not be precise enough as the earth is a sphere. But I could still have a try.&lt;BR /&gt;&lt;BR /&gt;I keep you in touch.&lt;BR /&gt;&lt;BR /&gt;Olivier&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, you are right. It depends on your purposes. But if you use a local projected coordinate system (UTM for example) it could be enough. Don't try it with Web Mercator &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 14:14:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48861#M4302</guid>
      <dc:creator>DavideLimosani</dc:creator>
      <dc:date>2013-04-08T14:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48862#M4303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it is working with the following method :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;function buildPoint(point,angle, nav_long){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var x = Math.cos(angle/180*Math.PI)*(nav_long*1/111111);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var y = Math.sin(angle/180*Math.PI)*(nav_long*1/111111);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; newPoint = point.offset(x,y);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return newPoint;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is now the distance which is in meters. I found that 1 degree (latitude) = 111.11 km but it doesn't seem to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 10:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48862#M4303</guid>
      <dc:creator>OlivierLevasseur</dc:creator>
      <dc:date>2013-04-09T10:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48863#M4304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My bad, this is working; I just have troubles with angles&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 10:54:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48863#M4304</guid>
      <dc:creator>OlivierLevasseur</dc:creator>
      <dc:date>2013-04-09T10:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48864#M4305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey, that's why i said you that you should use a projected coordinate system, because it has coordinates in meters!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that using the equation 1 degree (latitude) = 111.11 km&amp;nbsp; is very dangerous. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using a geographic coordinate system, I suggest you to use a geometry service to convert your point in a proper projected coordinates system, add to the new coordinates the new distances ( x and y ), and than convert again the new point to you map reference system.... maybe that there are other solutions less muddled but this is the only one that comes in my mind atm....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Davide&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 13:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48864#M4305</guid>
      <dc:creator>DavideLimosani</dc:creator>
      <dc:date>2013-04-09T13:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48865#M4306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Dlimos, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried what you advised me to do and this is perfectly working !! Thank you a lot !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To any people that might face this problem, this is the js function I used :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;function buildPoint(point,angle, nav_long){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var coord = esri.geometry.lngLatToXY(point.getLongitude(),point.getLatitude(),true);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var ox = coord[0]+ Math.cos(angle/180*Math.PI)*nav_long;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var oy = coord[1] + Math.sin(angle/180*Math.PI)*nav_long;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var newPoint = new esri.geometry.Point(esri.geometry.xyToLngLat(ox,oy),new esri.SpatialReference({&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wkid:4326&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return newPoint;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OlivierL&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 07:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48865#M4306</guid>
      <dc:creator>OlivierLevasseur</dc:creator>
      <dc:date>2013-04-10T07:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48866#M4307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Dlimos, &lt;BR /&gt;&lt;BR /&gt;I tried what you advised me to do and this is perfectly working !! Thank you a lot !&lt;BR /&gt;&lt;BR /&gt;To any people that might face this problem, this is the js function I used :&lt;BR /&gt;&lt;BR /&gt;function buildPoint(point,angle, nav_long){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var coord = esri.geometry.lngLatToXY(point.getLongitude(),point.getLatitude(),true);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var ox = coord[0]+ Math.cos(angle/180*Math.PI)*nav_long;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var oy = coord[1] + Math.sin(angle/180*Math.PI)*nav_long;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var newPoint = new esri.geometry.Point(esri.geometry.xyToLngLat(ox,oy),new esri.SpatialReference({&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wkid:4326&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }));&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return newPoint;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;OlivierL&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey, esri.geometry.xyToLngLat and esri.geometry.lngLatToXY convert coordinates from wgs84 to webMercator and vice versa. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you use Web Mercator u will get huge errors!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;read this: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2010/03/05/measuring-distances-and-areas-when-your-map-uses-the-mercator-projection"&gt;http://blogs.esri.com/esri/arcgis/2010/03/05/measuring-distances-and-areas-when-your-map-uses-the-mercator-projection&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;use a geometry service to project your point in a local coordinate system please...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;p.s. ty for removing the "correct answer" flag from my post&amp;nbsp; ahah &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 12:55:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48866#M4307</guid>
      <dc:creator>DavideLimosani</dc:creator>
      <dc:date>2013-04-10T12:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48867#M4308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I though it was good because the angles fit but the length of the polyline are wrong (too small).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I am a beginner in GIS, I will explain what I did and what I try to do. I hope you could hepl me to understand my mistakes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I built a map of the harbor of le Havre (France) where boats are placed in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I used google map to get the GPS location of the wharf which are the only locations I need to build everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to switch from google map to arcgis to get more accurate and more actual map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't really understand which locale system to choose. Do you mean that I have to choose a wkid of spatialreference? Or should I build my own local system?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OlivierL&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 07:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48867#M4308</guid>
      <dc:creator>OlivierLevasseur</dc:creator>
      <dc:date>2013-04-11T07:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48868#M4309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that for Le Havre UTM30n (wkid:32630) or UTM31n (wkid: 32631) are good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;( look here &lt;/SPAN&gt;&lt;A href="http://spatialreference.org/ref/epsg/32631/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://spatialreference.org/ref/epsg/32631/&lt;/A&gt;&lt;SPAN&gt; and here &lt;/SPAN&gt;&lt;A href="http://spatialreference.org/ref/epsg/32630/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://spatialreference.org/ref/epsg/32630/&lt;/A&gt;&lt;SPAN&gt; which is the best for you... i think that Le Havre is on the border...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
gsvc = new esri.tasks.GeometryService("http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer");
outSR = new esri.SpatialReference({ wkid: 32631});
startingSR = new esri.SpatialReference({ wkid: 4326});

function buildPoint(point,angle, nav_long){
&amp;nbsp;&amp;nbsp;&amp;nbsp; gsvc.project([ point ], outSR, function(projectedPoints) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var pt = projectedPoints[0];
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var ox = pt.x + Math.cos(angle/180*Math.PI)*nav_long;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var oy = pt.y + Math.sin(angle/180*Math.PI)*nav_long;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var newPoint = new esri.geometry.Point(ox, oy,new esri.SpatialReference({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wkid:outSR
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }));

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gsvc.project([ newPoint ], startingSR, function(projectedPoints2) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var pt2 = projectedPoints2[0];
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return pt2;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&amp;nbsp;&amp;nbsp;&amp;nbsp; });
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't tested it, but it can be a starting point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Davide&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48868#M4309</guid>
      <dc:creator>DavideLimosani</dc:creator>
      <dc:date>2021-12-10T21:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Build a point with distance and degrees</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48869#M4310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I finaly found a solution on the website &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.movable-type.co.uk/scripts/latlong.html" rel="nofollow" target="_blank"&gt;http://www.movable-type.co.uk/scripts/latlong.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 06:19:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/build-a-point-with-distance-and-degrees/m-p/48869#M4310</guid>
      <dc:creator>OlivierLevasseur</dc:creator>
      <dc:date>2013-04-30T06:19:08Z</dc:date>
    </item>
  </channel>
</rss>

