<?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: 3D data structure in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/3d-data-structure/m-p/436076#M24900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well in ArcScene, you could extrude each polygon using the floor ht and the cumulative floor ht of those below it as the base level. Might be a little tricky to set up but certainly doable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jan 2016 07:26:19 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2016-01-07T07:26:19Z</dc:date>
    <item>
      <title>3D data structure</title>
      <link>https://community.esri.com/t5/data-management-questions/3d-data-structure/m-p/436072#M24896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I raised this issue couple of days ago. Unfortunately I haven't got any reply. So I am raising this issue again-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to develop a database for Dhaka City where we'll store the floor wise use of the buildings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, ground floor of a building may be used for commercial use, first floor may be used for administrative use and rest of the floors may be used for residential use. We'll assume that the floor height is constant (10-12 feet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is to visualize the same. One option of visualizing this database is to define the floor height of each of the floors differently and then symbolize the same using the attribute. This is a layer by layer approach, which is quite cumbersome. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help on the database structure and the visualization procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;KSI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 15:08:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/3d-data-structure/m-p/436072#M24896</guid>
      <dc:creator>KaziSaiful_Islam</dc:creator>
      <dc:date>2015-07-20T15:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: 3D data structure</title>
      <link>https://community.esri.com/t5/data-management-questions/3d-data-structure/m-p/436073#M24897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kazi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to figure this issue? I have a similar issue to represent building use, energy use and surface temp data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shalini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 05:49:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/3d-data-structure/m-p/436073#M24897</guid>
      <dc:creator>ShaliniRamesh1</dc:creator>
      <dc:date>2016-01-06T05:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: 3D data structure</title>
      <link>https://community.esri.com/t5/data-management-questions/3d-data-structure/m-p/436074#M24898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, in a 2d environment, there is no easy way round this other than to have specific layers representing to different levels of the data. Essentially you have multiple overlapping polygons covering the same 2d space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 07:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/3d-data-structure/m-p/436074#M24898</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-01-06T07:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: 3D data structure</title>
      <link>https://community.esri.com/t5/data-management-questions/3d-data-structure/m-p/436075#M24899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neil. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking at the data structure for 3D buildings. Do you know how the data can be visualized in a 3D context?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 14:04:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/3d-data-structure/m-p/436075#M24899</guid>
      <dc:creator>ShaliniRamesh1</dc:creator>
      <dc:date>2016-01-06T14:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: 3D data structure</title>
      <link>https://community.esri.com/t5/data-management-questions/3d-data-structure/m-p/436076#M24900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well in ArcScene, you could extrude each polygon using the floor ht and the cumulative floor ht of those below it as the base level. Might be a little tricky to set up but certainly doable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 07:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/3d-data-structure/m-p/436076#M24900</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-01-07T07:26:19Z</dc:date>
    </item>
  </channel>
</rss>

