<?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: Prick point through several layers in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/prick-point-through-several-layers/m-p/663747#M3974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do something with a Stacked bar in ArcMap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="StackSoils.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/50992_StackSoils.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;But this is only posible if for each point the soils have the same order, and there is a column for each soil type and it contains the thickness of the layer. Since that is not realistic, you could do this with extrusión, but it requires multiple points on the same location containing data on soilt ype, depth from and depth to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something similar as in slide 11 of this presentation (in Dutch, sorry): &lt;A href="http://www.slideshare.net/XanderBakker/bodemdaling-model-provincie-utrecht-grontmij" title="http://www.slideshare.net/XanderBakker/bodemdaling-model-provincie-utrecht-grontmij"&gt;Bodemdaling model Provincie Utrecht - Grontmij&lt;/A&gt; . I created a featureclass with points for every grid cell and extracted all the values and created a related table holding the soil layer for each point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2015 14:56:03 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2015-01-14T14:56:03Z</dc:date>
    <item>
      <title>Prick point through several layers</title>
      <link>https://community.esri.com/t5/3d-questions/prick-point-through-several-layers/m-p/663744#M3971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experimenting with ArcGIS 3D and I have several grids, all with different soils.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;These types of soil&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;lying&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;on and under&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;each other an&lt;SPAN class="hps"&gt;d I would like&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;point&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;pierce&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;through all these&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;layers.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;How do I do that?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;Any help would be appriciated.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;Joost&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 13:35:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/prick-point-through-several-layers/m-p/663744#M3971</guid>
      <dc:creator>JoostBrama</dc:creator>
      <dc:date>2015-01-14T13:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Prick point through several layers</title>
      <link>https://community.esri.com/t5/3d-questions/prick-point-through-several-layers/m-p/663745#M3972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is visibly, you can use a point and extrude the point:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Extruding_features_by_a_constant_value/00q80000002m000000/" title="http://resources.arcgis.com/en/help/main/10.2/index.html#/Extruding_features_by_a_constant_value/00q80000002m000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you want to extract the values from the different soil layers (is it GeoTop?), then you can use the tool Extract Multi Values to Points (Spatial Analyst)&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z0000002s000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z0000002s000000"&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, 14 Jan 2015 14:06:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/prick-point-through-several-layers/m-p/663745#M3972</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-14T14:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Prick point through several layers</title>
      <link>https://community.esri.com/t5/3d-questions/prick-point-through-several-layers/m-p/663746#M3973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xander.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second solution is looking like what I wanted.&lt;/P&gt;&lt;P&gt;Except one thing: Is it possible to create bars (stacked) out of those points which shows how the soil is built up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a simplified example see this:&lt;IMG alt="Example.jpg" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/51085_Example.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 14:32:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/prick-point-through-several-layers/m-p/663746#M3973</guid>
      <dc:creator>JoostBrama</dc:creator>
      <dc:date>2015-01-14T14:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Prick point through several layers</title>
      <link>https://community.esri.com/t5/3d-questions/prick-point-through-several-layers/m-p/663747#M3974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do something with a Stacked bar in ArcMap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="StackSoils.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/50992_StackSoils.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;But this is only posible if for each point the soils have the same order, and there is a column for each soil type and it contains the thickness of the layer. Since that is not realistic, you could do this with extrusión, but it requires multiple points on the same location containing data on soilt ype, depth from and depth to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something similar as in slide 11 of this presentation (in Dutch, sorry): &lt;A href="http://www.slideshare.net/XanderBakker/bodemdaling-model-provincie-utrecht-grontmij" title="http://www.slideshare.net/XanderBakker/bodemdaling-model-provincie-utrecht-grontmij"&gt;Bodemdaling model Provincie Utrecht - Grontmij&lt;/A&gt; . I created a featureclass with points for every grid cell and extracted all the values and created a related table holding the soil layer for each point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 14:56:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/prick-point-through-several-layers/m-p/663747#M3974</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-14T14:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Prick point through several layers</title>
      <link>https://community.esri.com/t5/3d-questions/prick-point-through-several-layers/m-p/663748#M3975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the help (and I'm Dutch as well, so that will work out)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 15:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/prick-point-through-several-layers/m-p/663748#M3975</guid>
      <dc:creator>JoostBrama</dc:creator>
      <dc:date>2015-01-14T15:00:58Z</dc:date>
    </item>
  </channel>
</rss>

