<?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: Given a lat lng or x,y coordinate, I need to specify whether it is in a land or sea in map in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776977#M140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&amp;nbsp; I will have a look at these references and services.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Feb 2019 10:17:02 GMT</pubDate>
    <dc:creator>AarthiAdhikesavan</dc:creator>
    <dc:date>2019-02-16T10:17:02Z</dc:date>
    <item>
      <title>Given a lat lng or x,y coordinate, I need to specify whether it is in a land or sea in map</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776973#M136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given a lat lng or x,y coordinate, I need to specify whether it is in a land or sea in map using arcgis for javascript api.&amp;nbsp; Can anyone help with this ?&amp;nbsp; Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 06:49:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776973#M136</guid>
      <dc:creator>AarthiAdhikesavan</dc:creator>
      <dc:date>2019-02-14T06:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Given a lat lng or x,y coordinate, I need to specify whether it is in a land or sea in map</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776974#M137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #8b8b8b; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;Aarthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You would need to use a map service that represents land and query that map service to see if the clicked point intersects if the returned features are greater than 0 then you are on land.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 14:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776974#M137</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-14T14:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Given a lat lng or x,y coordinate, I need to specify whether it is in a land or sea in map</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776975#M138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Robert, for your response.&amp;nbsp; Can you please explain what kind of map service it is and will I be able to make use of it in arcgis api for javascript ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2019 07:23:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776975#M138</guid>
      <dc:creator>AarthiAdhikesavan</dc:creator>
      <dc:date>2019-02-15T07:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Given a lat lng or x,y coordinate, I need to specify whether it is in a land or sea in map</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776976#M139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aarthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Use a public map service like this:&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://services.arcgisonline.com/arcgis/rest/services/Reference/World_Boundaries_and_Places/MapServer/0" title="https://services.arcgisonline.com/arcgis/rest/services/Reference/World_Boundaries_and_Places/MapServer/0"&gt;https://services.arcgisonline.com/arcgis/rest/services/Reference/World_Boundaries_and_Places/MapServer/0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And&amp;nbsp;yes you can use it in JS API or I would not have suggested it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QueryTask:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/querytask-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/querytask-amd.html"&gt;QueryTask | API Reference | ArcGIS API for JavaScript 3.27&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/query-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/query-amd.html"&gt;Query | API Reference | ArcGIS API for JavaScript 3.27&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample of how to use Query and QueryTask with a mouse click:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=query_deferred_list" title="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=query_deferred_list"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2019 13:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776976#M139</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-15T13:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Given a lat lng or x,y coordinate, I need to specify whether it is in a land or sea in map</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776977#M140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&amp;nbsp; I will have a look at these references and services.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2019 10:17:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776977#M140</guid>
      <dc:creator>AarthiAdhikesavan</dc:creator>
      <dc:date>2019-02-16T10:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Given a lat lng or x,y coordinate, I need to specify whether it is in a land or sea in map</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776978#M141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 13:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/given-a-lat-lng-or-x-y-coordinate-i-need-to/m-p/776978#M141</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-18T13:45:33Z</dc:date>
    </item>
  </channel>
</rss>

