<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.esri.com/Dev/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Deconstructing the map cache tiling scheme (Part II): Working with map caches programmatically</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/01/31/Deconstructing-the-map-cache-tiling-scheme-_2800_Part-II_29003A00_-Working-with-map-caches-programmatically.aspx</link><description>This post explains ways to access cached map service tiles programmatically. This is useful if you don’t have access to a Web ADF Map control but you still want to quickly retrieve map images for a certain area. Another reason to retrieve tiles programmatically</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>re: Deconstructing the map cache tiling scheme (Part II): Working with map caches programmatically</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/01/31/Deconstructing-the-map-cache-tiling-scheme-_2800_Part-II_29003A00_-Working-with-map-caches-programmatically.aspx#924</link><pubDate>Wed, 06 Feb 2008 10:56:21 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:924</guid><dc:creator>Stephan</dc:creator><description>Thanks for the post, this is very informative. I have a question regarding the level parameter (list of scales) in GenerateMapServerCacheTilingScheme when having WGS84. 

Since in Mercator projection the scale continously changes, how are the scales interpreted?

Thanks
Stephan</description></item><item><title>re: Deconstructing the map cache tiling scheme (Part II): Working with map caches programmatically</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/01/31/Deconstructing-the-map-cache-tiling-scheme-_2800_Part-II_29003A00_-Working-with-map-caches-programmatically.aspx#1136</link><pubDate>Thu, 06 Mar 2008 16:14:31 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:1136</guid><dc:creator>Chris</dc:creator><description>Finding the tile you need is great, but is there any code out there that can create the specified tile? In other words if you made a change data change in a cached service is there any way to recreate just the tile (singular) that was affected.</description></item><item><title>re: Deconstructing the map cache tiling scheme (Part II): Working with map caches programmatically</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/01/31/Deconstructing-the-map-cache-tiling-scheme-_2800_Part-II_29003A00_-Working-with-map-caches-programmatically.aspx#1138</link><pubDate>Thu, 06 Mar 2008 16:53:41 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:1138</guid><dc:creator>sterlingdq</dc:creator><description>&lt;p&gt;@Stephan- My understanding is that for the Mercator projection the scales would be accurate at the Equator only.&lt;/p&gt;
</description></item><item><title>re: Deconstructing the map cache tiling scheme (Part II): Working with map caches programmatically</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/01/31/Deconstructing-the-map-cache-tiling-scheme-_2800_Part-II_29003A00_-Working-with-map-caches-programmatically.aspx#1139</link><pubDate>Thu, 06 Mar 2008 16:55:41 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:1139</guid><dc:creator>sterlingdq</dc:creator><description>&lt;p&gt;@Chris- The workflow for updating tiles is to use the Update Map Server Cache tool. You can pass a rectangular extent to this tool, so if you knew the area in which the edits occurred, you could conceivably update the area of one tile. If you had to do this frequently it would not be efficient (the Update tool requires a restart of the service) and you might need to go with a non-cached service or call ExportMapImage which forces the map to be drawn dynamically.&lt;/p&gt;
</description></item><item><title>MapServer.GetVirtualCacheDirectory(defaultMapName,layerNumber); </title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/01/31/Deconstructing-the-map-cache-tiling-scheme-_2800_Part-II_29003A00_-Working-with-map-caches-programmatically.aspx#2255</link><pubDate>Tue, 10 Jun 2008 08:48:04 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2255</guid><dc:creator>TomLUX</dc:creator><description>&lt;p&gt;I have problems getting the VirtualCache of an non-FUSED cached mapservice.&lt;/p&gt;
&lt;p&gt;I'm well detecting that the layer is cached, but I'm always getting an empty &amp;quot;getVirtualCacheDirectory&amp;quot;.&lt;/p&gt;
&lt;p&gt;See below.&lt;/p&gt;
&lt;p&gt;I'm using the java WebADF. Tested on versions 92 and 93rc1.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt; Tom&lt;/p&gt;
&lt;p&gt;boolean layerCache = mapServerPort.hasLayerCache(mapName, mapLayerInfo.getLayerID()); &lt;/p&gt;
&lt;p&gt;String virtualPath = mapServerPort.getVirtualCacheDirectory(mapName, mapLayerInfo.getLayerID()); &lt;/p&gt;
&lt;p&gt;This returns: &lt;/p&gt;
&lt;p&gt;layerCache = true; &lt;/p&gt;
&lt;p&gt;virtualpath = &amp;quot;&amp;quot;; &lt;/p&gt;
</description></item><item><title>re: Deconstructing the map cache tiling scheme (Part II): Working with map caches programmatically</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/01/31/Deconstructing-the-map-cache-tiling-scheme-_2800_Part-II_29003A00_-Working-with-map-caches-programmatically.aspx#2798</link><pubDate>Fri, 17 Oct 2008 18:18:12 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2798</guid><dc:creator>Jeff Whiston</dc:creator><description>Hello, 
I would like to make a map web site with Cache. 
I own 4 ArcGIS Servers Licenses 
I would like to perform the following: 

As a user asks a map, he gets the tiles from the four Arcgis Servers (Grid working system) so the user gets the map from four servers and not from one. 
This method better then working with one server. 
Is there a way to do it? 
 </description></item></channel></rss>