<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Playing with Functional Attributes</title>
	<atom:link href="http://jeffhobbs.net/2007/10/04/playing-with-functional-attributes/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffhobbs.net/2007/10/04/playing-with-functional-attributes/</link>
	<description>"A picture is only worth a thousand words. A map may be worth a thousand numbers. But a GIS is worth a thousand tables."</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:22:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Bill</title>
		<link>http://jeffhobbs.net/2007/10/04/playing-with-functional-attributes/#comment-241</link>
		<dc:creator><![CDATA[Bill]]></dc:creator>
		<pubDate>Sun, 14 Oct 2007 14:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://jeffhobbs.net/2007/10/04/playing-with-functional-attributes/#comment-241</guid>
		<description><![CDATA[Recently, I had a need for this functional attribute.  Being somewhat ignorant of the Microstation design file format and its limitations, I was surprised to see that some of my features in Geomedia failed to export to dgn file or were clipped on the edges.  Basically it was the limitation of the extents of the seed file that I had to use.  I needed to figure out what exact extents this seed file had and display it in Geomedia so that I could ensure that future exports to dgn exported the features I wanted.  So heres what I did:

1.  Created a large square polygon that was certain to exceed the geographic extents of my seed file.
2.  Filled that polygon with 100,000 points using the DOTDENSITY functional attribute
3.  Export those points to design file using my seed file.
4.  Import that new dgn file back into Geomedia
5.  Now the imported points created a perfect square showing the geographic extents of my seed file.

Im sure there must be an easier way to accomplish this, but this was the first thing that came to mind, and it worked perfectly.]]></description>
		<content:encoded><![CDATA[<p>Recently, I had a need for this functional attribute.  Being somewhat ignorant of the Microstation design file format and its limitations, I was surprised to see that some of my features in Geomedia failed to export to dgn file or were clipped on the edges.  Basically it was the limitation of the extents of the seed file that I had to use.  I needed to figure out what exact extents this seed file had and display it in Geomedia so that I could ensure that future exports to dgn exported the features I wanted.  So heres what I did:</p>
<p>1.  Created a large square polygon that was certain to exceed the geographic extents of my seed file.<br />
2.  Filled that polygon with 100,000 points using the DOTDENSITY functional attribute<br />
3.  Export those points to design file using my seed file.<br />
4.  Import that new dgn file back into Geomedia<br />
5.  Now the imported points created a perfect square showing the geographic extents of my seed file.</p>
<p>Im sure there must be an easier way to accomplish this, but this was the first thing that came to mind, and it worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Hobbs</title>
		<link>http://jeffhobbs.net/2007/10/04/playing-with-functional-attributes/#comment-222</link>
		<dc:creator><![CDATA[Jeff Hobbs]]></dc:creator>
		<pubDate>Thu, 11 Oct 2007 03:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://jeffhobbs.net/2007/10/04/playing-with-functional-attributes/#comment-222</guid>
		<description><![CDATA[Sean - great point! It&#039;s really fairly interesting how many different uses some of these functions can have.]]></description>
		<content:encoded><![CDATA[<p>Sean &#8211; great point! It&#8217;s really fairly interesting how many different uses some of these functions can have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://jeffhobbs.net/2007/10/04/playing-with-functional-attributes/#comment-218</link>
		<dc:creator><![CDATA[Sergey]]></dc:creator>
		<pubDate>Mon, 08 Oct 2007 13:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://jeffhobbs.net/2007/10/04/playing-with-functional-attributes/#comment-218</guid>
		<description><![CDATA[For patterning you probably need to make the number of dots proportional to the feature&#039;s area.]]></description>
		<content:encoded><![CDATA[<p>For patterning you probably need to make the number of dots proportional to the feature&#8217;s area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Davies</title>
		<link>http://jeffhobbs.net/2007/10/04/playing-with-functional-attributes/#comment-217</link>
		<dc:creator><![CDATA[Sean Davies]]></dc:creator>
		<pubDate>Sun, 07 Oct 2007 13:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://jeffhobbs.net/2007/10/04/playing-with-functional-attributes/#comment-217</guid>
		<description><![CDATA[Jeff - The great thing about receiving information like this is that it sparks new ideas.  I&#039;m building a map for Intergraph&#039;s I/CAD software, and patterning isn&#039;t supported.  It strikes me I can use this information about DOTDENSITY to mimic a pattern within an area, and then output that to my map as patterning.  That wasn&#039;t your intention in your blog, but it shows the importance of seeing what other people are doing and using it for your own workflows.  You&#039;ve added to my arsenal--thanks!]]></description>
		<content:encoded><![CDATA[<p>Jeff &#8211; The great thing about receiving information like this is that it sparks new ideas.  I&#8217;m building a map for Intergraph&#8217;s I/CAD software, and patterning isn&#8217;t supported.  It strikes me I can use this information about DOTDENSITY to mimic a pattern within an area, and then output that to my map as patterning.  That wasn&#8217;t your intention in your blog, but it shows the importance of seeing what other people are doing and using it for your own workflows.  You&#8217;ve added to my arsenal&#8211;thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

