<?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 polyline validation in circle in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polyline-validation-in-circle/m-p/84146#M7634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;polyline shouldn't cross the circle boundary, how to verify does polyline came outside from circle(which is drawn on basis of center point with 1/4 radius).&amp;nbsp;&lt;/P&gt;&lt;P&gt;100 % of polyline should be inside/touch the circle, not outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got stuck, Any help would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/414493_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2018 17:24:21 GMT</pubDate>
    <dc:creator>Pa_Lotus</dc:creator>
    <dc:date>2018-07-19T17:24:21Z</dc:date>
    <item>
      <title>polyline validation in circle</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polyline-validation-in-circle/m-p/84146#M7634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;polyline shouldn't cross the circle boundary, how to verify does polyline came outside from circle(which is drawn on basis of center point with 1/4 radius).&amp;nbsp;&lt;/P&gt;&lt;P&gt;100 % of polyline should be inside/touch the circle, not outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got stuck, Any help would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/414493_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polyline-validation-in-circle/m-p/84146#M7634</guid>
      <dc:creator>Pa_Lotus</dc:creator>
      <dc:date>2018-07-19T17:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: polyline validation in circle</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polyline-validation-in-circle/m-p/84147#M7635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use various methods in the &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/esri.geometry.geometryengine-amd.html"&gt;geometryEngine&lt;/A&gt; class.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/esri.geometry.geometryengine-amd.html#contains"&gt;contains &lt;/A&gt;will check whether the polyline is inside the circle&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/esri.geometry.geometryengine-amd.html#intersects"&gt;intersects&lt;/A&gt; will check if they cross each other&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/esri.geometry.geometryengine-amd.html#touches"&gt;touches&lt;/A&gt; will check if they touch each other&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/esri.geometry.geometryengine-amd.html#disjoint"&gt;disjoint&lt;/A&gt; will check if they don't intersect at all&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polyline-validation-in-circle/m-p/84147#M7635</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2018-07-19T17:42:29Z</dc:date>
    </item>
  </channel>
</rss>

