<?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"
	>
<channel>
	<title>Comments on: WFS-T adventures with Mapinfo 9.5</title>
	<atom:link href="http://chris.narx.net/2008/06/18/wfs-t-adventures-with-mapinfo-95/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webmapper.com.au/2008/06/18/wfs-t-adventures-with-mapinfo-95/</link>
	<description>Not another GIS blog</description>
	<pubDate>Fri, 21 Nov 2008 17:01:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Chris Tweedie</title>
		<link>http://blog.webmapper.com.au/2008/06/18/wfs-t-adventures-with-mapinfo-95/#comment-22717</link>
		<dc:creator>Chris Tweedie</dc:creator>
		<pubDate>Sat, 19 Jul 2008 02:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://chris.narx.net/?p=185#comment-22717</guid>
		<description>Hi Rebecca,

Arc9.3 WFS support has improved over the 9.2 series so you may be right regarding the style change not sending another request.

Easiest way to confirm is to use a proxy such as Charles or Fiddler2 to intercept and analyse all queries sent by ArcGIS. 

RE: 2), yes you are correct. Any operation that relies on the whole FeatureClass (such as attribute table, calculator, styling etc.) results in an unbounded wfs request for all features. This is really the killer for 9.2 support, and i also believe not all of these are resolved in 9.3 either.

Grab one of the proxies i mentioned and report back. I'd like to confirm i'm not imagining things :)</description>
		<content:encoded><![CDATA[<p>Hi Rebecca,</p>
<p>Arc9.3 WFS support has improved over the 9.2 series so you may be right regarding the style change not sending another request.</p>
<p>Easiest way to confirm is to use a proxy such as Charles or Fiddler2 to intercept and analyse all queries sent by ArcGIS. </p>
<p>RE: 2), yes you are correct. Any operation that relies on the whole FeatureClass (such as attribute table, calculator, styling etc.) results in an unbounded wfs request for all features. This is really the killer for 9.2 support, and i also believe not all of these are resolved in 9.3 either.</p>
<p>Grab one of the proxies i mentioned and report back. I&#8217;d like to confirm i&#8217;m not imagining things <img src='http://blog.webmapper.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebecca</title>
		<link>http://blog.webmapper.com.au/2008/06/18/wfs-t-adventures-with-mapinfo-95/#comment-22716</link>
		<dc:creator>Rebecca</dc:creator>
		<pubDate>Fri, 18 Jul 2008 16:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://chris.narx.net/?p=185#comment-22716</guid>
		<description>Hi Chris, 
I was wondering how you ascertained when a wfs query was sent out. I'm playing with Arc 9.3 &#38; wfs, and from the logs it appears to send out a wfs query on the when you add the layer, then index the features and store it in a file. 

The interop logs do not indicate a wfs query after the style has been changed, or opening the attribute table, or changing the aoi of the map. As well as the index files do not look to have been updated since the initial query. 

So a couple of questions:
1) I'm interested in how you've found a way to trigger a wfs query or any documentation on what is actually going on. 

2) In ArcMap 9.2 &#38; WFS, (please correct me if I'm wrong!) I think only the features in the aoi get loaded. However, when I write a feature cursor to search all the features in the FeatureClass, I get all the features, not just the ones loaded in the AOI. Does this mean that ArcObjects is getting all the features from the WFS sever?
 
Thank you!</description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
I was wondering how you ascertained when a wfs query was sent out. I&#8217;m playing with Arc 9.3 &amp; wfs, and from the logs it appears to send out a wfs query on the when you add the layer, then index the features and store it in a file. </p>
<p>The interop logs do not indicate a wfs query after the style has been changed, or opening the attribute table, or changing the aoi of the map. As well as the index files do not look to have been updated since the initial query. </p>
<p>So a couple of questions:<br />
1) I&#8217;m interested in how you&#8217;ve found a way to trigger a wfs query or any documentation on what is actually going on. </p>
<p>2) In ArcMap 9.2 &amp; WFS, (please correct me if I&#8217;m wrong!) I think only the features in the aoi get loaded. However, when I write a feature cursor to search all the features in the FeatureClass, I get all the features, not just the ones loaded in the AOI. Does this mean that ArcObjects is getting all the features from the WFS sever?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Tweedie</title>
		<link>http://blog.webmapper.com.au/2008/06/18/wfs-t-adventures-with-mapinfo-95/#comment-22713</link>
		<dc:creator>Chris Tweedie</dc:creator>
		<pubDate>Mon, 23 Jun 2008 10:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://chris.narx.net/?p=185#comment-22713</guid>
		<description>Yeah i'll marginally accept that excuse, but user-choice should always be preferred.

Its not just with restyling either, identifying features in ArcGIS? Expect another getfeature request (with a very small BBOX)

I guess it all gets back to the lack of any suggested way of implementing the standards. Mapinfo at least in my eyes is certainly one of the best as you can do either (one off request vs dynamic approach)</description>
		<content:encoded><![CDATA[<p>Yeah i&#8217;ll marginally accept that excuse, but user-choice should always be preferred.</p>
<p>Its not just with restyling either, identifying features in ArcGIS? Expect another getfeature request (with a very small BBOX)</p>
<p>I guess it all gets back to the lack of any suggested way of implementing the standards. Mapinfo at least in my eyes is certainly one of the best as you can do either (one off request vs dynamic approach)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Aime</title>
		<link>http://blog.webmapper.com.au/2008/06/18/wfs-t-adventures-with-mapinfo-95/#comment-22712</link>
		<dc:creator>Andrea Aime</dc:creator>
		<pubDate>Mon, 23 Jun 2008 07:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://chris.narx.net/?p=185#comment-22712</guid>
		<description>Doh, yeah, too bad. About the restilying and subsequent request, I believe uDig is doing the same. The rationale is, you don't know when data on the server is modified so you requery at each step.
QGis assumes the opposite, just downloads once and then never re-queries the server again.
Given the WFS protocol is not helping here this behaviour should at least be configurable on the client side.</description>
		<content:encoded><![CDATA[<p>Doh, yeah, too bad. About the restilying and subsequent request, I believe uDig is doing the same. The rationale is, you don&#8217;t know when data on the server is modified so you requery at each step.<br />
QGis assumes the opposite, just downloads once and then never re-queries the server again.<br />
Given the WFS protocol is not helping here this behaviour should at least be configurable on the client side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Tweedie</title>
		<link>http://blog.webmapper.com.au/2008/06/18/wfs-t-adventures-with-mapinfo-95/#comment-22711</link>
		<dc:creator>Chris Tweedie</dc:creator>
		<pubDate>Mon, 23 Jun 2008 01:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://chris.narx.net/?p=185#comment-22711</guid>
		<description>Hey Andrea,

ArcGIS 9.3 still doesnt have transactional support, however the read support appears to be at a more "usable" state. Its still lacking a lot of polish that Mapinfo has though. Little things that quickly turn into big items with ESRI support ...

1. Sending WFS1.1 requests when its clear it doesnt handle the 1.1 changes such as axis ordering at all (not configurable either, will send 1.1 regardless!)
2. No filter customisation. Defaults to BBOX via HTTP GET, not possible to change .. anything really.
3. Opening the attribute table attempts to send an unbounded WFS request (eg. download the whole featuretype, instead of just the features i have already recieved)
4. Simply restyling WFS layers will resend the WFS query .. what??? 

But as i said, 9.3 is an improvement but still no where near robust.

You may see some rationale behind some of my enhancements to Geoserver in these items :-)</description>
		<content:encoded><![CDATA[<p>Hey Andrea,</p>
<p>ArcGIS 9.3 still doesnt have transactional support, however the read support appears to be at a more &#8220;usable&#8221; state. Its still lacking a lot of polish that Mapinfo has though. Little things that quickly turn into big items with ESRI support &#8230;</p>
<p>1. Sending WFS1.1 requests when its clear it doesnt handle the 1.1 changes such as axis ordering at all (not configurable either, will send 1.1 regardless!)<br />
2. No filter customisation. Defaults to BBOX via HTTP GET, not possible to change .. anything really.<br />
3. Opening the attribute table attempts to send an unbounded WFS request (eg. download the whole featuretype, instead of just the features i have already recieved)<br />
4. Simply restyling WFS layers will resend the WFS query .. what??? </p>
<p>But as i said, 9.3 is an improvement but still no where near robust.</p>
<p>You may see some rationale behind some of my enhancements to Geoserver in these items <img src='http://blog.webmapper.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Aime</title>
		<link>http://blog.webmapper.com.au/2008/06/18/wfs-t-adventures-with-mapinfo-95/#comment-22708</link>
		<dc:creator>Andrea Aime</dc:creator>
		<pubDate>Sun, 22 Jun 2008 15:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://chris.narx.net/?p=185#comment-22708</guid>
		<description>Hey Chris,
this is really good news, the more software talks open standards, the merrier, having an established desktop gis player in the mix never hurts. Wondering how is the situation with ArcGIS 9.3, did they fix stuff, how is the editing experience (if any?). Sorry for the dumb questions but I'm mostly untouched by ESRI software ;)</description>
		<content:encoded><![CDATA[<p>Hey Chris,<br />
this is really good news, the more software talks open standards, the merrier, having an established desktop gis player in the mix never hurts. Wondering how is the situation with ArcGIS 9.3, did they fix stuff, how is the editing experience (if any?). Sorry for the dumb questions but I&#8217;m mostly untouched by ESRI software <img src='http://blog.webmapper.com.au/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
