<?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 Re: how i insert google maps coordinates to a point? in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350220#M3789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i wasnt clear.&lt;/P&gt;&lt;P&gt;i am talking about java sdk!&lt;/P&gt;&lt;P&gt;My coordinates is &lt;/P&gt;&lt;P&gt;log&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;&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; lat&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="213"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="110"&gt;23.63733&lt;/TD&gt;&lt;TD class="xl63" width="103"&gt;37.94721&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;23.63762&lt;/TD&gt;&lt;TD class="xl63"&gt;37.94672&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;23.63704&lt;/TD&gt;&lt;TD class="xl63"&gt;37.94333&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to draw a polyline&amp;nbsp; with function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Polyline lineGeometry = new Polyline();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lineGeometry.startPath(x,y);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lineGeometry.lineTo(x,y);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lineGeometry.lineTo(x,y);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont now how to convert the coordinates from table to x,y values to represent the correct points on map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 06:33:16 GMT</pubDate>
    <dc:creator>GeorgeNikoloudakis</dc:creator>
    <dc:date>2014-08-28T06:33:16Z</dc:date>
    <item>
      <title>how i insert google maps coordinates to a point?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350217#M3786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i cant find any way to put a single point to a specific coordinates that i found from google map&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 21:48:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350217#M3786</guid>
      <dc:creator>GeorgeNikoloudakis</dc:creator>
      <dc:date>2014-08-27T21:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: how i insert google maps coordinates to a point?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350218#M3787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is how to create a new point at exact coordinates: &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/at_an_exact_x_y_location_absolute_x_y/01m70000006m000000/" title="http://resources.arcgis.com/en/help/main/10.2/index.html#/at_an_exact_x_y_location_absolute_x_y/01m70000006m000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Here is how to move an existing point to exact coordinates: &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//01m80000002r000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//01m80000002r000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 21:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350218#M3787</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2014-08-27T21:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: how i insert google maps coordinates to a point?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350219#M3788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you saved the Google kml file? and used the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00120000004w000000"&gt;kml conversion&lt;/A&gt; tools?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 21:54:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350219#M3788</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-08-27T21:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: how i insert google maps coordinates to a point?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350220#M3789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i wasnt clear.&lt;/P&gt;&lt;P&gt;i am talking about java sdk!&lt;/P&gt;&lt;P&gt;My coordinates is &lt;/P&gt;&lt;P&gt;log&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;&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; lat&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="213"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="110"&gt;23.63733&lt;/TD&gt;&lt;TD class="xl63" width="103"&gt;37.94721&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;23.63762&lt;/TD&gt;&lt;TD class="xl63"&gt;37.94672&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;23.63704&lt;/TD&gt;&lt;TD class="xl63"&gt;37.94333&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to draw a polyline&amp;nbsp; with function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Polyline lineGeometry = new Polyline();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lineGeometry.startPath(x,y);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lineGeometry.lineTo(x,y);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lineGeometry.lineTo(x,y);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont now how to convert the coordinates from table to x,y values to represent the correct points on map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 06:33:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350220#M3789</guid>
      <dc:creator>GeorgeNikoloudakis</dc:creator>
      <dc:date>2014-08-28T06:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: how i insert google maps coordinates to a point?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350221#M3790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup...a different kettle of fish.&amp;nbsp; You would be advised at this stage to provide some useful tags to your post and move it to the appropriate Place&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 08:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350221#M3790</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-08-28T08:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: how i insert google maps coordinates to a point?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350222#M3791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i would appreciate if i have a little help. &lt;/P&gt;&lt;P&gt;which is the approrpiate place to put this question?&lt;/P&gt;&lt;P&gt;Thnks in advanced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 11:03:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350222#M3791</guid>
      <dc:creator>GeorgeNikoloudakis</dc:creator>
      <dc:date>2014-08-28T11:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: how i insert google maps coordinates to a point?</title>
      <link>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350223#M3792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best starting place for a new user is the &lt;A _jive_internal="true" href="https://community.esri.com/community/help-and-feedback?sr=search&amp;amp;searchId=6046de7c-0d3c-4446-a3a5-be61c3e17e53&amp;amp;searchIndex=0"&gt;Geonet help&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Tags are fairly self-evident, but you can follow in and post to a variety of Places within Geonet. For interested if you are interested in Java, there are sections within the Developer section depending upon what you are doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 13:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-i-insert-google-maps-coordinates-to-a-point/m-p/350223#M3792</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-08-28T13:06:53Z</dc:date>
    </item>
  </channel>
</rss>

