随笔分类 -  ArcGIS API for Siliverlight

textsymbol,label
摘要:graphic graphicsPointText = new graphic();graphicsPointText.Geometry = mapPoint; TextSymbol graphicsPointTextSym = new TextSymbol { FontFamily = new FontFamily("微软雅黑, 宋体"), FontSize = 12, Foreground = new SolidColorBrush(Colors.Blue), Text = numFlag.ToString().Trim() }; graphicsPointText.S 阅读全文
posted @ 2011-08-19 17:01 hl3292 阅读(1756) 评论(0) 推荐(0)
后台添加MapTip
摘要:两大部分:第一部分:原文地址:http://bbs.esrichina-bj.cn/ESRI/thread-83725-1-1.html在xaml中写死的话可以如下:<esri:GraphicsLayer.MapTip> <Border BorderBrush="DarkGray" CornerRadius="13" BorderThickness="1" Margin="0,0,15,15"> <Border.Effect> <DropShadowEffect Shado 阅读全文
posted @ 2011-07-21 10:03 hl3292 阅读(665) 评论(0) 推荐(0)
GraphicLayer+MapTip
摘要:原文地址:http://www.gisall.com/html/76/139076-3862.htmlQuery 允许从ArcGIS Server的地图服务中的要素图层中查询要素,或者通过MapIt Spatial Data Service在SQL Server中查询空间表。可以通过空间或者属性查询。查询结果返回时,可以使用.net向他们的几何和属性展示出来。要执行一个查询任务,需要定义用户接口和执行逻辑。 示例中的查询任务使用一个TextBox空间定义查询,一个Button执行查询任务。然后在启用了MapIt的Graphic Layer中显示。 1、还是要先定义个含有TiledMapServ 阅读全文
posted @ 2011-07-20 11:45 hl3292 阅读(1442) 评论(0) 推荐(0)
利用ArcGIS Server发布Geoprocessing服务-转载
摘要:原文地址http://hi.baidu.com/gis%C0%ED%CF%EB/blog/item/78954da1fc618c8c4610646a.html大家好!我是GIS理想!今天我主要讲讲基于ArcGIS Server9.3的GP(Geoprocessing)服务的发布,此过程主要涉及到ArcMap里对改model的测试 然后是在arcgis server manager里发布此服务 由于在实际的开发中这点应用的比较多 因为在这个最最基础的环节 我会说的比较详细(一贯的风格哈~)在讲解这个之前有个小插曲哈 就是带给大家一个比较振奋的消息 就是ESRI即将推出arcgis server 阅读全文
posted @ 2011-02-25 16:35 hl3292 阅读(1380) 评论(0) 推荐(1)
实现点查询并绑定到datagrid
摘要:第一部分:ArcGIS Web Mapping for Silverlight开发入门之9:属性查询、定位、标注-转载原文地址http://blog.csdn.net/FlexMapServer/archive/2010/12/09/6065260.aspxvoid QueryTask_ExecuteCompleted(object sender, ESRI.ArcGIS.Client.Tasks.QueryEventArgs args) { FeatureSet featureSet = args.FeatureSet; if (featureSet != null && f 阅读全文
posted @ 2011-02-25 09:43 hl3292 阅读(527) 评论(0) 推荐(0)
Widgets 整理
摘要:1.滑动条http://www.newnaw.com/pub/sl/031.html<--!grid中的内容--><Grid x:Name="slidergrid" HorizontalAlignment="Left" VerticalAlignment="Center" Background="Azure" Margin="20"> <StackPanel Orie... 阅读全文
posted @ 2010-10-28 17:30 hl3292 阅读(211) 评论(0) 推荐(0)
vs 2010 断点无效 已解决
摘要:鼠标放在断点上,显示如下:The breakpoint will not currently be hit. No Symbols have been loaded for this document.解决办法:You can workaround this by going into project settings for your web site project, go into the ... 阅读全文
posted @ 2010-10-22 09:47 hl3292 阅读(1940) 评论(0) 推荐(0)
ArcGIS API for Siliverlight 好的网站
摘要:老王 siliverlight 学习向导http://bbs.esrichina-bj.cn/esri/viewthread.php?tid=45836&highlight=%2BdiligentpigArcGIS API for Siliverlight 在线实例代码http://help.arcgis.com/en/webapi/silverlight/2.1/samples/star... 阅读全文
posted @ 2010-10-18 09:45 hl3292 阅读(260) 评论(0) 推荐(0)
查看本机发布的services
摘要:http://localhost/ArcGIS/rest/services 阅读全文
posted @ 2010-10-18 09:40 hl3292 阅读(266) 评论(0) 推荐(0)
Siliverlight常识
摘要:tool 工具包toolkit 扩展包,学习Siliverlight常常感觉狗咬刺猬-无处下载,这些simple就是一步一步前进的阶梯。http://silverlight.codeplex.com/releases/view/43528UserControl中定义窗体的高度为600,窗体回跳到浏览器下方,应该在接下来的Grid模块中定义。代码如下<UserControl x:Class="... 阅读全文
posted @ 2010-10-14 09:12 hl3292 阅读(385) 评论(0) 推荐(0)