<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Spatial Adobe</title>
      <link>http://www.mariposa.com.au/arcims/</link>
      <description>ColdFusion, Flex, AIR and spatial applications (maps and more)...</description>
      <language>en</language>
      <copyright>Copyright 2007</copyright>
      <lastBuildDate>Thu, 01 Nov 2007 16:14:04 +0700</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Testing SyntaxHighlighter (Code colouring)</title>
         <description><![CDATA[<p>CF test</p>

<pre class="cf" name="code">
<cfscript>  
  // Set component variables  
  variables.appConfig = 0;  
  variables.modelGlueConfig = 0;  
  variables.rolePermissions = structnew();  
  variables.userIDWithAdminRights = "";  
</cfscript>  
</pre>

<p>cfset test (XML close)</p>

<pre class="cf" name="code">
  <cfset testing = "one" />
  <cfif true><cfset a="two" /></cfif>
</pre>

<p>cfset test (non-XML close)</p>

<pre class="cf" name="code">
  <cfset testing = "one" >
  <cfif true><cfset a="two"></cfif>
</pre>]]></description>
         <link>http://www.mariposa.com.au/arcims/2007/11/mtcblock_test.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2007/11/mtcblock_test.cfm</guid>
         <category></category>
         <pubDate>Thu, 01 Nov 2007 16:14:04 +0700</pubDate>
      </item>
            <item>
         <title>Again</title>
         <description><![CDATA[<pre class="cf" name="code"><cfif 0 eq 0>
Kirk</cfif></pre>]]></description>
         <link>http://www.mariposa.com.au/arcims/2007/11/again.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2007/11/again.cfm</guid>
         <category></category>
         <pubDate>Thu, 01 Nov 2007 13:55:21 +0700</pubDate>
      </item>
            <item>
         <title>Spatial SQL | Simple Feature Access SQL functions</title>
         <description><![CDATA[<p><a href="http://www.esri.com/">ESRI</a>'s new ST_GEOMETRY data type for Oracle offers a total of 88 functions. For SQL select statements, their are basically two groups of functions: ones that you can use in a select clause; and others you can use in a where clause. These functions are in additional to being able to use all the standard SQL functions (sum,count etc) so you can mix spatial criteria with traditional SQL (ESRI's webhelp published a full list of <a href="http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?id=2391&pid=2390&topicname=An_overview_of_SQL_functions">ST_GEOMETRY functions</a>).</p>

<p>An example of the <em>select </em>clause functions are the map extent basics like:</p>

<ul>
	<li>ST_X, ST_Y: Which will return the x and y coordinates (that's Latitude and Longitude) of a point</li>
	<li>ST_minX, ST_minY, ST_maxX, ST_maxY: Which return the extend (or bounding box) for a geographic feature/row</li>
	<li>ST_Area: No prizes for guess this returns the area of a spatial feature.</li>
</ul>

<p>These are the simple one, the real power of ST_GEOMETRY comes when you look into the <em>where </em>clause functions.</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2007/11/gis_sql_simple_feature_access.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2007/11/gis_sql_simple_feature_access.cfm</guid>
         <category>Standards</category>
         <pubDate>Thu, 01 Nov 2007 10:55:02 +0700</pubDate>
      </item>
            <item>
         <title>SDE 9.2 and ESRI&apos;s ST_GEOMETRY datatype for Oracle</title>
         <description><![CDATA[<p>At version 9.2 of ArcSDE (or as it's now called <a href="http://esri.com/software/arcgis/arcgisserver/about/editions-levels.html">ArcGIS Server Basic</a>) <a href="http://www.esri.com/">ESRI</a> got with the program and added a new data type - ST_GEOMETRY - to Oracle that caters for the storage of spatial data. Of course, you have been able to run ArcSDE on top of Oracle Spatial (and its own ST_GEOMETRY data type) for sometime (also DB2 and Informix). I don't want to get too much into the pros and cons but needless to say it's great to see ESRI finally allow a standards-compliant way to store spatials within a database.</p>

<p>To quote ESRI:</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2007/10/sde_92_and_esris_st_geometry_d.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2007/10/sde_92_and_esris_st_geometry_d.cfm</guid>
         <category>Standards</category>
         <pubDate>Wed, 31 Oct 2007 09:45:40 +0700</pubDate>
      </item>
            <item>
         <title>Google going Flex</title>
         <description><![CDATA[<p>I just got my ColdFusion Developer's Journal e-mail titled "<a href="http://coldfusion.sys-con.com/read/450703.htm">Google moves toward Adobe Flex</a>" and I must say it brought the "inner smile" to my heart. For those of us who have been carrying the Flex banner out there in the battlefield, Google, with all those uber-smart people who can pass those ridculously hard interview questions - well, it makes us feel a bit smarter ourselves. I completely agree with <a href="http://coldfusion.sys-con.com/read/450703.htm">Yakov Fain's</a> assessment that this is big news. </p>

<p>To see what Google is doing with Flex - visit the <a href="http://www.searchmash.com/flash/search/#home">SearchMash site</a> for yourself - could it be that a Flex-based Google Maps KML parser is on the way ? I'll bet....</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2007/10/google_going_flex.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2007/10/google_going_flex.cfm</guid>
         <category></category>
         <pubDate>Wed, 31 Oct 2007 08:00:03 +0700</pubDate>
      </item>
            <item>
         <title>Dekko - ArcGIS Server and Flex</title>
         <description><![CDATA[<p>ESRI Australia has announced their new product - Dekko (sp?) at the OZRI conference in Australia. Dekko is a flex-based front-end to ArcGIS Server. It sounds pretty exciting and it is good to see that they followed my lead with Flex instead of going with yet another overly complex jsf solution. With ArcGIS server set to take over the world, they are looking very well placed indeed...</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2007/10/dekko_arcgis_server_and_flex.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2007/10/dekko_arcgis_server_and_flex.cfm</guid>
         <category></category>
         <pubDate>Mon, 29 Oct 2007 09:34:17 +0700</pubDate>
      </item>
            <item>
         <title>Ramping up again...</title>
         <description><![CDATA[<p>Oh what a wild ride life can be. Well, with so many changes it the last couple of years, I am thinking of re-branding this Adobe and Spatial or Spatial Adobe...and get going again with news and views from the world of spatially related applications that use, or compete with, such solutions by those of us in the community..</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2007/10/ramping_up_again.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2007/10/ramping_up_again.cfm</guid>
         <category></category>
         <pubDate>Mon, 29 Oct 2007 09:04:45 +0700</pubDate>
      </item>
            <item>
         <title>The universal spatial backend - ColdFusion</title>
         <description><![CDATA[<p>I have just been reading some of the postings out of Max and just ran into <a href="http://corfield.org/blog/">Sean Corfield's</a> post on <a href="http://ray.camdenfamily.com/index.cfm/2006/10/24/ColdFusion-Net-Integration">Ray Camden's </a>info on hooking into .Net natively from ColdFusion. Now couple this with Flex -- and stand back. I am currently working Paul Hastings -- well Paul is doing the work -- on a ColdFusion / Flex / ArcIMS project that hooks into the Java connector on the backend via ColdFusion. </p>

<p>Now imagine a world where a Flex client with its native vector capabilities can hook into other services -- even WFS native vector streaming -- and then pull in WMS services from wherever (native transparency) and even ArcGIS server (leveraging your existing ArcObjects code, Models, Data Tansformations via Interop) -- .Net or Java (who cares) and then natively layer all that stuff into one unified system -- that can hook into any web service -- say SAP, Oracle, whatever -- well you get the idea...Oh yeah, and then Apollo will come and all this can run as a desktop app with fine-grained pdf support...</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2006/10/the_universal_spatial_backend.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2006/10/the_universal_spatial_backend.cfm</guid>
         <category></category>
         <pubDate>Wed, 25 Oct 2006 10:32:59 +0700</pubDate>
      </item>
            <item>
         <title>Links back in</title>
         <description><![CDATA[<p>In case some of you noticed the links going missing a while back - including the link for those of you (you know who you are) who can post - well, they inadvertently go rewritten by a default template and now they are back. </p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2006/10/links_back_in.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2006/10/links_back_in.cfm</guid>
         <category>Community</category>
         <pubDate>Thu, 05 Oct 2006 13:42:40 +0700</pubDate>
      </item>
            <item>
         <title>Why Spatial Data Infrastructures Fail</title>
         <description><![CDATA[<p>This is a bit OT, but Spatial Data Infrastuctures (SDIs) and all of the conceptual rigamarole around them are making quite a few open source specialists buckets of money at the moment. So, if you haven't read this article by Paul Ramsey you might find it interesting, as I did <a href="http://geotips.blogspot.com/2006/09/why-sdis-fail.html">http://geotips.blogspot.com/2006/09/why-sdis-fail.html</a> - I particularly like his section titled "Loosely Coupled Things are Easy to Break" -- I have lost count on how many bullshit discussions and talks I have heard by consultants in the last year bandy-ing the "loosely coupled" term about. Yes, it is good idea in many instances, but somehow the whole idea of achieving _something_ like hey, getting some data, is completely lost in the paranoiac haze of making the methods so "open" that nothing can really connect to them in a practical, functioning way.</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2006/10/why_spatial_data_infrastructur.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2006/10/why_spatial_data_infrastructur.cfm</guid>
         <category></category>
         <pubDate>Wed, 04 Oct 2006 15:36:16 +0700</pubDate>
      </item>
            <item>
         <title>The ArcIMS Tasker looks to have a config issue</title>
         <description><![CDATA[<p>I have site that I am working on that creates a lot of files on the fly and I want to delete them automatically. The ArcIMS Tasker has been designed to do just this for temporary map images that are created on the server. The tasker can also be configured to go and delete files from any directory you tell it to -- and/or the extension of the file.</p>

<p>So I went the ArcIMS Tasker to delete some files for me (this is its job). I opened the Tasker.properties file to check out where to add a directory etc. -- C:\Program Files\ArcGIS\ArcIMS\AppServer\Tasker -- It references the config file -- tasker.xml as being in C:\Program Files\ArcGIS\ArcIMS\Middleware\Tasker -- a directory that does not exist. </p>

<p>In fact the tasker.xml property is right next to the Tasker.properties file in C:\Program Files\ArcGIS\ArcIMS\AppServer\Tasker . So I changed the reference to it in the taskfile property in the taskfile.properties. Restarted and checked the stdout stderr logs in the same Tasker directory -- still wrong, because of course this is ArcIMS using Java -- it wants forward slashes. A quick change to taskFile=C:/Program Files/ArcGIS/ArcIMS/AppServer/Tasker/Tasks.xml in the tasker.properties and a restart says the tasker is now happy. </p>

<p>The point - if you (or your clients) have directories that are not getting cleaned up as they should be -- this is probably the issue. Tasker cleans out the files as instructed in tasker.xml.</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2006/09/the_arcims_tasker_looks_to_hav.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2006/09/the_arcims_tasker_looks_to_hav.cfm</guid>
         <category>ArcIMS 9</category>
         <pubDate>Thu, 07 Sep 2006 11:40:31 +0700</pubDate>
      </item>
            <item>
         <title>JavaScript API for Flex based ESRI GIS viewer</title>
         <description><![CDATA[<p>ESRI has published its <a href="http://www1.arcwebservices.com/v2006/help/index.htm#awx/overview.htm">JavaScript API</a> for the ArcWeb Explorer Flex/Flash viewer. The Quick start guide has examples for adding markers, doing routing from place to place and finding locations. The have also published information on the <a href="http://www1.arcwebservices.com/v2006/help/index.htm#awx/overview.htm">Flash variables.</a></p>

<p>I believe this is still a Flex 1.5 application. It will get a lot more interesting when they finish their port to Flex 2.</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2006/08/javascript_api_for_flex_based.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2006/08/javascript_api_for_flex_based.cfm</guid>
         <category></category>
         <pubDate>Wed, 09 Aug 2006 11:50:15 +0700</pubDate>
      </item>
            <item>
         <title>Q &amp; A on ArcIMS, ArcGIS Server 9.2</title>
         <description><![CDATA[<p>ESRI has published the <a href="http://events.esri.com/uc/QandA/index.cfm?ConferenceID=DA494555-C04F-A071-2407CB34C9CB9287#165">pre-conference (ESRI User Conference is next week in San Diego) Questions and Answers list.</a> . You can also see their current response to "Will ArcIMS disappear ?" in light of the streamlining of the ArcSDE, ArcIMS, and ArcGIS Server into one product at version 9.2. They are also now supplying information about what verson of ArcGIS Server 9.2 you get if you are on maintenenance for ArcIMS and ArcSDE for example. There will be huge amounts of information coming out of the UC next week, and this is the page to nip all the faqs in the bud.</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2006/08/q_a_on_arcims_arcgis_server_92.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2006/08/q_a_on_arcims_arcgis_server_92.cfm</guid>
         <category></category>
         <pubDate>Fri, 04 Aug 2006 08:40:19 +0700</pubDate>
      </item>
            <item>
         <title>ESRI Announces Enhanced Standards Support</title>
         <description><![CDATA[<p>Press Release:</p>

<p>Redlands, California-- At the upcoming 26th ESRI International User Conference in San Diego, California, ESRI will be showcasing its commitment to building an open and interoperable geographic information system (GIS) platform. <br />
“GIS is inherently collaborative, and ESRI users must be able to easily work in heterogeneous computing, GIS, and data environments,” says Jack Dangermond, president of ESRI. “ArcGIS 9.2 and the GIS Portal Toolkit are engineered to be open and to support OGC and ISO standards. I believe our users will be pleased with the enhanced OGC support, whether they are single users or large organizations deploying a service-oriented architecture using ESRI technology.”</p>

<p>Several new interoperability improvements in ArcGIS 9.2  and in the ArcGIS Data Interoperability extension will be shown and discussed at the upcoming User Conference (August 7–11, 2006). These include ArcGIS 9.2 support for OGC WMS, WFS, and GML Simple Features on both the client and server. ArcGIS 9.2 also embraces the ISO 19139 metadata standard. In addition, there is greatly enhanced support for reading, exporting, and working with CAD drawings from AutoCAD and MicroStation. </p>

<p>The ArcGIS Data Interoperability extension is also updated with FME 2006 GB, the latest release of the core Safe Software engine. This release enhances support for many of the existing formats including OGC GML Simple Features and adds support for several new formats including Google Earth Data Exchange (KML), MapInfo TAB (replaces old MapInfo TAB reader), tabular data, ESRI geodatabase (file-based), ESRI ArcGIS 9.x layer, and GML 3.1.1.</p>

<p>ESRI is currently finishing support for the Web Coverage Service (WCS) and is developing an application that supports WFS-T as part of ArcGIS Server. These developments will be included in ArcGIS 9.2 or will be available shortly thereafter.</p>

<p>Some standards organizations that ESRI actively participates in include OGC, ANSI/INCITS L1, ISO/TC 211, and OASIS.</p>

<p>In addition to enhanced standards support, ESRI’s open architecture supporting spatial extraction, transformation, and loading; hundreds of direct read/write data formats; KML; CAD-GIS data sharing; various data models; SQL access to the geodatabase; open APIs (Java, .NET); SOAP/UDDI/WSDL; and openly published data formats of shapefile and geodatabase will be shown at the 26th ESRI International User Conference.</p>

<p>For more information about ESRI's commitment to standards and interoperability, visit www.esri.com/standards. </p>

<p>End Release:<br />
</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2006/07/esri_announces_enhanced_standa.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2006/07/esri_announces_enhanced_standa.cfm</guid>
         <category>WMS + WFS</category>
         <pubDate>Fri, 28 Jul 2006 07:46:18 +0700</pubDate>
      </item>
            <item>
         <title>ArcIMS 9.2 to Include ArcGIS Server and ArcSDE - Big news for GIS</title>
         <description><![CDATA[<p>Big news for those of us in the GIS community.<a href="http://www.esri.com/news/arcnews/summer06articles/streamlining-server.html"> ESRI has just announced</a> a few of the rumours that many of us have been speculating about for some time. Namely, that ArcGIS Server will be integrated with ArcIMS -- and added to that ArcSDE will also be thrown in. That's right -- if you are on maintenance for ArcIMS, you will get ArcGIS Server Standard Edition and ArcSDE at <a href="http://www.esri.com/news/arcnews/summer06articles/streamlining-server.html">version 9.2.</a> ArcGIS Server will now have three flavours -- Basic Edition, Standard Edition, and Advanced Edition. Standard Edition will allow the publishing of globes as well as maps, plus: </p>

<p>"...a collection oof 2D and 3D web mapping/geopublishing tools, applications and services. Application developers will have access to components (objects, Web controls, and services) for building solutions on both the Java and .Net frameworks."</p>

<p>This not only "streamlines" the product line -- it also diffuses the tension between Oracle Spatial and ArcSDE. Since you now get SDE as part of "Server GIS" when you get ArcGIS Server and ArcIMS, it simply makes SDE a non-issue. I am sure that we will be hearing more and more about this as the UC approaches, and the implications for creating a CFC connector for "Server GIS" has been raised another knotch in my opinion.</p>]]></description>
         <link>http://www.mariposa.com.au/arcims/2006/07/arcims_92_to_include_arcgis_se.cfm</link>
         <guid>http://www.mariposa.com.au/arcims/2006/07/arcims_92_to_include_arcgis_se.cfm</guid>
         <category></category>
         <pubDate>Wed, 26 Jul 2006 08:41:21 +0700</pubDate>
      </item>
      
   </channel>
</rss>

