
ArcGis API for Flex
岁月之痕
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FeatureLayer 的Feature 的symbol使用renderer
定义个DataRenderer<s:DataRenderer xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" implements="mx.core.IFactory" xmlns:code="http://code.google.com/p/flex-i原创 2012-11-28 20:00:39 · 4263 阅读 · 0 评论 -
FeatureLayer的用法
当加载FeatureLayer时为每个Feature增加监听 protected function fLayer_graphicAddHandler(event:GraphicEvent):void { // just so we can add tool tips event.gra原创 2012-11-27 20:34:18 · 14005 阅读 · 0 评论 -
ArcGIS API for Flex 发布应用时 安全沙箱的问题
http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Deploying_an_application/017p00000019000000/Deploying an applicationVersion 3.1Adobe Flash Builder setupFor improved转载 2013-01-24 10:03:37 · 1423 阅读 · 0 评论 -
InfoWindow 和 InfoSymbol 的显示
既可以为图层设置InfoWindow或InfoSymbol,也可以单独的设置每个要素Feature或Graphic。当设置为整个图层时,是应用到整个FeatureLayer或GraphicLayer中的所有要素。一下代码都有体现整理,InfoWindow的显示方式1、在布局文件中进行设置,又可分为两种方式;第一种,在单独的graphic中,独立设置Symbol和InfoWindow原创 2013-03-29 14:16:49 · 4571 阅读 · 1 评论