缓存地图 ArcGIS ——Local compact and exploded tile cache layer for WPF API

时间:2023-03-10 00:32:14
缓存地图  ArcGIS  ——Local compact and exploded tile cache layer for WPF API
●保存●取消

Local compact and exploded tile cache layer for WPF API

标题

Enables you to directly read a cache copied from ArcGIS Server and load it using the ArcGIS API for WPF摘要

缓存地图  ArcGIS  ——Local compact and exploded tile cache layer for WPF API Web Mapping Application</> 修改者 SharpGIS

源: 

上次修改时间: 2011年3月17日

(1 次评级, 1,074 次浏览, 207 次下载) 登录 评价此项目.

打开▼ ●共享 ●编辑●删除●发布●发布移动▼●更改所有者●使用情况●更新代码●配置应用程序 ●更新
请稍候...
描述

Use this layer with your WPF application based on the ArcGIS API for WPF.

It supports reading both exploded and compact tile caches directly from disk and display it within the WPF Map Control.

Example:

<Window x:Class="TestApp.MainWindow"         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"   
        xmlns:esri="http://schemas.esri.com/arcgis/client/2009"  
        xmlns:samples="clr-namespace:ESRI.ArcGIS.Client.Samples"
        Title="MainWindow" Height="400" Width="800">
    <Grid>
         <esri:Map x:Name="map1">
              <samples:LocalTileCacheLayer 
                 TileCacheFilePath="c:\ArcGISServer\arcgiscache\MyCompactCache_World\World\" />
         </esri:Map>
    </Grid>
</Window>

Set the TileCachePath to the folder where the conf.cdi and conf.xml files resides within your cache folders.

Click the attachment below to download the code for the layer.

访问和使用限制

Released under Microsoft Public License (Ms-PL): http://www.opensource.org/licenses/ms-pl

应用程序注册
该应用程序尚未注册
●注册的信息●注册

●更新●注销应用程序

Marketplace

必须先注册应用程序,然后才能在 marketplace 中列出该应用程序

●创建列表●在 Marketplace 中显示
地图内容
ArcGIS Web API REST 连接
属性
URL
 
代码附件
LocalTileCacheLayer.zip  下载
 
用途 代码示例
 
API 其他
 
用途
 
API
 
使用情况 使用的配额
 
共享范围  
 
标签 WPF, cache, compact, Layer
添加标签
 
制作者名单
 
大小 1 KB
 
范围
●设置范围
左:     右:  
●设置范围
 
上:     下:    
应用程序设置
选择用于访问此 web 地图的应用程序的工具和功能

路径

测量工具

底图选择器

位置追踪的间隔时间

30 秒
配置参数
切片  
 
可见范围

注意: 增加可见范围需要创建更多的切片。保存编辑内容后,请单击“管理切片”。

编辑

启用编辑功能并允许编辑者:

添加、更新和删除要素

仅更新要素属性

仅添加要素

 
导出数据

允许他人导出到 shapefile、CSV、地理数据库或 KML。

 
同步

启用同步(同步时离线编辑)。

 
追踪编辑内容

追踪要素的创建者和上次更新的用户。

编辑者只可更新和删除他们所添加的要素。

●保存●取消
评论次数 (3) 缓存地图  ArcGIS  ——Local compact and exploded tile cache layer for WPF API
此项目的评论已关闭。
mbranscomb(2012年8月10日)

Hi, This was added to the recent release of the ArcGIS Runtime SDK 1.0 for WPF - see the ArcGISLocalTiledLayer class. Cheers

SharpGIS(2012年6月1日)

ExtremeProg: Since this is merely an external sample, it can't go into the WPF SDK. The sample code is right there in the description. Make sure it points to the right folder where your compact or exploded cache resides.

ExtremeProg(2012年3月10日)

Could you please add functioning example code with maps to InteractiveWPFSDKSource.zip. I cannot get tiles to load. Thank You