<?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>John Selkirk - GIS Development &#187; Oracle</title>
	<atom:link href="http://john.selkirks.net/category/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://john.selkirks.net</link>
	<description>My thoughts on development with an emphasis on GIS</description>
	<lastBuildDate>Fri, 21 Aug 2009 12:41:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oracle Spatial and ESRI</title>
		<link>http://john.selkirks.net/2009/01/02/oracle-spatial-and-esri/</link>
		<comments>http://john.selkirks.net/2009/01/02/oracle-spatial-and-esri/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 01:54:18 +0000</pubDate>
		<dc:creator>John Selkirk</dc:creator>
				<category><![CDATA[GML]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://john.selkirks.net/2009/01/02/oracle-spatial-and-esri/</guid>
		<description><![CDATA[I have not long finished an interesting project which handled, amongst other things, taking data in and out of Oracle Spatial and putting it in an ESRI Geodatabase (File based) without ArcSDE being in the middle.
It was not a straight Oracle 10g database but rather one that had business logic built in but ultimately it [...]]]></description>
			<content:encoded><![CDATA[<p>I have not long finished an interesting project which handled, amongst other things, taking data in and out of Oracle Spatial and putting it in an ESRI Geodatabase (File based) without ArcSDE being in the middle.</p>
<p>It was not a straight Oracle 10g database but rather one that had business logic built in but ultimately it talked with the SDO API to get the features just not using a a spatial filter to limit the amount of data it took out.</p>
<p>The most interesting thing about the code was that it communicated with the client using XML with GML for any geometries that arose. It also communication directly using HTTP so the client did not need any special software or libraries installed. It made for a great deployment model as all requests were handled using straight HTTP calls.</p>
<p>Here’s hoping that I get a chance to write against this API in the future. It was a refreshing change.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.selkirks.net/2009/01/02/oracle-spatial-and-esri/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
