<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GIS Tips &#38; Tricks &#187; multipatch</title>
	<atom:link href="http://www.aubreyrhea.net/gis/index.php/tag/multipatch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aubreyrhea.net/gis</link>
	<description>for ESRI&#039;s ArcGIS suite</description>
	<lastBuildDate>Fri, 01 Apr 2011 18:52:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Displaying in 3D with ArcScene</title>
		<link>http://www.aubreyrhea.net/gis/index.php/2010/01/displaying-in-3d-with-arcscene/</link>
		<comments>http://www.aubreyrhea.net/gis/index.php/2010/01/displaying-in-3d-with-arcscene/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 11:20:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[ArcScene]]></category>
		<category><![CDATA[multipatch]]></category>
		<category><![CDATA[TIN]]></category>
		<category><![CDATA[topography]]></category>

		<guid isPermaLink="false">http://www.aubreyrhea.net/gis/?p=236</guid>
		<description><![CDATA[Problem: You have some elevation or multipatch data that you would like to visualize in three dimensions. For several of my entries I have been using layers from the robust catalog over at DC GIS. They offer pretty much everything needed to make a map of the District. In addition, some of the data layers [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem: You have some elevation or multipatch data that you would like to visualize in three dimensions.</strong></p>
<p>For <a href="http://www.aubreyrhea.net/gis/index.php/2009/11/enabling-and-editing-z-values/">several</a> of my <a href="http://www.aubreyrhea.net/gis/index.php/2009/09/randomly-placing-points-with-hawths-tools/">entries</a> I have been using layers from the robust catalog over at <a href="http://dcgis.dc.gov/">DC GIS</a>. They offer pretty much everything needed to make a map of the District. In addition, some of the data layers contain elevation information, such as the 1 meter topo lines and the mulipatch buildings.<br />
<img style="margin-color:white" src="http://www.aubreyrhea.net/gis/images/multipatch.png" alt="" align="left" />Note: Multipatch is a unique geometry type that can contain 3D models with vertical and overhanging faces.</p>
<p>These layers lend themselves to being rendered in 3D, and ArcScene has been formulated for that purpose.<br />
<img src="http://www.aubreyrhea.net/gis/images/sceneicon.png" alt="" align="left" />ArcScene will show up in your Start Menu along with ArcMap and ArcCatalog. There is also a button that launches it from the 3D Analyst toolbar.</p>
<p>You can add data to ArcScene using the Add Data button just like you would to ArcMap, but it will look very different. Any of the height information embedded in the layers will automatically be applied to form a 3D world.<br />
<img src="http://www.aubreyrhea.net/gis/images/preparing.png" alt="" /></p>
<p>Here&#8217;s how the multipatch buildings, topo lines, road areas, lot boundaries, tree points and swimming pools from DC GIS look when I first add them.</p>
<p><img src="http://www.aubreyrhea.net/gis/images/ArcScene.png" alt="" /></p>
<p>It&#8217;s pretty neat, but needs some work. Some of layers, like the lots and roads, appear to be floating beneath the ground. This is because those layers don&#8217;t have height information, so ArcScene doesn&#8217;t know where to put them. In order to proceed, we need to make a surface from those topo lines. To do that, go to the 3D Analyst drop down menu, and select Create/Modify TIN &#8211;&gt; Create TIN from Features. This will create a Triangulated Irregular Network to act as an opaque ground surface that the other layers can be draped over.</p>
<p>You just need to tell it which feature layer to use to create the TIN, which attribute has the height information, and which triangulation method to use. Soft Line is best for topos.</p>
<p><img src="http://www.aubreyrhea.net/gis/images/softline.png" alt="" /></p>
<p>Now I have a solid ground surface with realistic shadows to enhance the 3D effect.</p>
<p><img src="http://www.aubreyrhea.net/gis/images/surface.png" alt="" /></p>
<p>In order to raise up the other layers so they sit on top of the ground, right click on them to open their Properties. Then go to the Base Heights tab and tell ArcScene to obtain their heights from the surface you just created.</p>
<p><img src="http://www.aubreyrhea.net/gis/images/baseheight.png" alt="" /></p>
<p>I did this for all my layers and also changed the symbols to some more pleasing colors. Now it&#8217;s looking like a real neighborhood!</p>
<p><img src="http://www.aubreyrhea.net/gis/images/applybase.png" alt="" /></p>
<p>Those multipatch buildings are by far the coolest part. They&#8217;re likely pretty rare in the typical GIS catalog, however. If you&#8217;re like most people and just have normal (boring) building footprint polygons, at this point your scene would look thusly:</p>
<p><img src="http://www.aubreyrhea.net/gis/images/flat.png" alt="" /></p>
<p>You can add more realism by &#8220;extruding&#8221; the buildings up from the ground by a uniform height. Go back to the Layer Properties and click on the Extrusion tab.</p>
<p><img src="http://www.aubreyrhea.net/gis/images/extrusion.png" alt="" /></p>
<p>Play around with different values until it looks right. I found that 8 was about the height of most of the multipatches. It just looks like they&#8217;ve all got flat roofs now.</p>
<p><img src="http://www.aubreyrhea.net/gis/images/extruded.png" alt="" /></p>
<p>If I wanted to, I could extrude the roads and swimming pools just a bit too. I tried it, and decided they looked better flat. I also changed the tree symbol to Big Leaf Maple (available through More Symbols &#8211;&gt; 3D Trees), checked off the Edge Types symbol on the TIN, and turned on the lot boundaries as hollow polys. Just some ideas to show you different things you can do.</p>
<p><img src="http://www.aubreyrhea.net/gis/images/improvements.png" alt="" /></p>
<p>Whatever you do, you are going to want to try a fly-through. You won&#8217;t be able to resist. I sure couldn&#8217;t.<br />
<img src="http://www.aubreyrhea.net/gis/images/flyover.png" alt="" align="left" />Press the button that looks like a little bird, then click in the scene where you want the bird to go, and use the mouse to soar through the streets at eye level. If you are giving a presentation, this is a guaranteed crowd pleaser. Here&#8217;s some &#8220;photos&#8221; I took while flying through my scene.</p>
<p><img src="http://www.aubreyrhea.net/gis/images/screen3.png" alt="" /><img src="http://www.aubreyrhea.net/gis/images/screen4.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aubreyrhea.net/gis/index.php/2010/01/displaying-in-3d-with-arcscene/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

