<?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, UNIGIS und andere Kleinigkeiten &#187; C#</title>
	<atom:link href="http://blog.peterschaer.ch/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.peterschaer.ch</link>
	<description>Jupiter and beyond the Infinite</description>
	<lastBuildDate>Wed, 12 Oct 2011 16:50:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ArcMap CatalogView-Beispiel in C#</title>
		<link>http://blog.peterschaer.ch/2006/05/16/arcmap-catalogview-beispiel-in-c/</link>
		<comments>http://blog.peterschaer.ch/2006/05/16/arcmap-catalogview-beispiel-in-c/#comments</comments>
		<pubDate>Tue, 16 May 2006 11:59:20 +0000</pubDate>
		<dc:creator>Peter Schär</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[ESRI]]></category>
		<category><![CDATA[NET]]></category>

		<guid isPermaLink="false">http://www.peterschaer.ch/blog/?p=166</guid>
		<description><![CDATA[<p>Im Abschnitt &#8220;Extending ArcObjects&#8221; der ArcObjects Documentation Library gibt es ein Beispiel, wie man eine ArcCatalog-Ansicht im ArcMap-TOC implementiert (Kapitel 4: &#8220;Creating Cartography&#8221; =&#62; &#8220;CatalogView Example&#8220;). Das Beispiel ist gut dokumentiert und der Quellcode liegt in VB und C++ vor. Nun schien mir dieses Beispiel eine sehr nützliche Erweiterung zu sein. Also habe ich es [...]]]></description>
			<content:encoded><![CDATA[<p>Im Abschnitt &#8220;Extending ArcObjects&#8221; der <a href="http://edndoc.esri.com/arcobjects/9.1/">ArcObjects Documentation Library</a> gibt es ein Beispiel, wie man eine ArcCatalog-Ansicht im ArcMap-TOC implementiert (Kapitel 4: &#8220;Creating Cartography&#8221; =&gt; &#8220;<a href="http://edndoc.esri.com/arcobjects/9.1/ExtendingArcObjects/Ch04/CatalogView.htm">CatalogView Example</a>&#8220;). Das Beispiel ist gut dokumentiert und der Quellcode liegt in VB und C++ vor. Nun schien mir dieses Beispiel eine sehr nützliche Erweiterung zu sein. Also habe ich es in C# und .NET nachgebaut. Das ganze funktioniert problemlos:</p>
<p><img width="401" height="331" align="middle" src="http://schaer.freeflux.net//files/images/catalogview.png" alt="ArcCatalog als Teil des ArcMap-TOCs" /></p>
<p>Das Beispiel ist sehr einfach und besteht nur aus zwei Klassen: gxApplication (implementiert das IGxApplication-Interface) und CatalogView (implementiert das IContentsView-Interface und wird in der Kategorie &#8220;ESRI Contents Views&#8221; registriert). Der Quellcode ist in zwei Files abgelegt: <a href="http://schaer.freeflux.net//files/gxapplication.cs">gxApplication.cs</a> und <a href="http://schaer.freeflux.net//files/catalogview.cs">CatalogView.cs</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peterschaer.ch/2006/05/16/arcmap-catalogview-beispiel-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

