<?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 How To: Get intersection of two geometries while offline? in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-to-get-intersection-of-two-geometries-while/m-p/303537#M1352</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;How is it possible to obtain the intersection of two geometries (polygons in my case) without a geometry service/server - the device is not online. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the looks of the API this may* not be supported....&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/windows-mobile-sdk/apiref/ESRI.ArcGIS.Mobile~ESRI.ArcGIS.Mobile.Geometries.Polygon_members.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.arcgis.com/en/help/windows-mobile-sdk/apiref/ESRI.ArcGIS.Mobile~ESRI.ArcGIS.Mobile.Geometries.Polygon_members.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...*unless I'm supposed to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var union = poly1.Union(poly2);
var diff = poly1.Difference(poly2);
var intersect = union.Difference(diff);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 14:32:57 GMT</pubDate>
    <dc:creator>AndrewHughes</dc:creator>
    <dc:date>2021-12-11T14:32:57Z</dc:date>
    <item>
      <title>How To: Get intersection of two geometries while offline?</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-to-get-intersection-of-two-geometries-while/m-p/303537#M1352</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;How is it possible to obtain the intersection of two geometries (polygons in my case) without a geometry service/server - the device is not online. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the looks of the API this may* not be supported....&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/windows-mobile-sdk/apiref/ESRI.ArcGIS.Mobile~ESRI.ArcGIS.Mobile.Geometries.Polygon_members.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.arcgis.com/en/help/windows-mobile-sdk/apiref/ESRI.ArcGIS.Mobile~ESRI.ArcGIS.Mobile.Geometries.Polygon_members.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...*unless I'm supposed to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var union = poly1.Union(poly2);
var diff = poly1.Difference(poly2);
var intersect = union.Difference(diff);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:32:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-to-get-intersection-of-two-geometries-while/m-p/303537#M1352</guid>
      <dc:creator>AndrewHughes</dc:creator>
      <dc:date>2021-12-11T14:32:57Z</dc:date>
    </item>
  </channel>
</rss>

