<?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 to calculate 3d intersection using SQL Query in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-3d-intersection-using-sql-query/m-p/1411319#M82036</link>
    <description>&lt;P&gt;Hi Jesse Cloutier,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Our Database is SDE Spatial Database on MS SQL Server. We are using ArcGIS Products (ArcGIS Enterprise, ArcGIS Pro)&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2024 00:25:43 GMT</pubDate>
    <dc:creator>BattulgaGantulga</dc:creator>
    <dc:date>2024-04-18T00:25:43Z</dc:date>
    <item>
      <title>How to calculate 3d intersection using SQL Query</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-3d-intersection-using-sql-query/m-p/1410794#M82034</link>
      <description>&lt;P&gt;Hi, I try to Intersect 3d polygon and Lines on SQL Server. But it's not working. Please support me on this issue. How to correct dynamically calculate intersection of 3D Line and Polygon?&lt;/P&gt;&lt;P&gt;I wrote following SQL Query.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;SELECT&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P.*,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; L.Shape.STIntersection(P.Shape).ToString() AS IntersectionPoint,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; L.Shape.STIntersection(P.Shape).STLength() AS IntersectionLength&lt;BR /&gt;FROM&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geometry::UnionAggregate(Shape) AS Shape&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Geol_LicenseBoundary3DA&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Layer LIKE 'LB_XXX%' AND last_edited_date IS NULL&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) AS P&lt;BR /&gt;JOIN&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geometry::UnionAggregate(Shape) AS Shape&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Geol_DH_ActualTraceL&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HOLEID = 'UGDXXX'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) AS L&amp;nbsp;&lt;BR /&gt;ON&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P.Shape.STIntersects(L.Shape) = 1;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 07:13:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-3d-intersection-using-sql-query/m-p/1410794#M82034</guid>
      <dc:creator>BattulgaGantulga</dc:creator>
      <dc:date>2024-04-18T07:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate 3d intersection using SQL Query</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-3d-intersection-using-sql-query/m-p/1410863#M82035</link>
      <description>&lt;P&gt;Thanks for bringing your question to Esri Community, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/428501"&gt;@BattulgaGantulga&lt;/a&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;Which ArcGIS product are you using? I'd like to help get this post moved to a more relevant Board where it's more likely to be seen and responded to by members with relevant expertise.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 13:08:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-3d-intersection-using-sql-query/m-p/1410863#M82035</guid>
      <dc:creator>JesseCloutier</dc:creator>
      <dc:date>2024-04-17T13:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate 3d intersection using SQL Query</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-3d-intersection-using-sql-query/m-p/1411319#M82036</link>
      <description>&lt;P&gt;Hi Jesse Cloutier,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Our Database is SDE Spatial Database on MS SQL Server. We are using ArcGIS Products (ArcGIS Enterprise, ArcGIS Pro)&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 00:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-3d-intersection-using-sql-query/m-p/1411319#M82036</guid>
      <dc:creator>BattulgaGantulga</dc:creator>
      <dc:date>2024-04-18T00:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate 3d intersection using SQL Query</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-3d-intersection-using-sql-query/m-p/1411637#M82037</link>
      <description>&lt;P&gt;Thanks for following up, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/428501"&gt;@BattulgaGantulga&lt;/a&gt;&lt;/SPAN&gt;. I've moved your post to our &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/bd-p/arcgis-pro-questions" target="_blank"&gt;ArcGIS Pro Questions&lt;/A&gt; Board. All the best!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 14:13:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-calculate-3d-intersection-using-sql-query/m-p/1411637#M82037</guid>
      <dc:creator>JesseCloutier</dc:creator>
      <dc:date>2024-04-18T14:13:04Z</dc:date>
    </item>
  </channel>
</rss>

