淡水求咸

博客园已经停止更新,请移步 http://lovecjh.com/

导航

上一页 1 2 3 4 5 6 ··· 22 下一页

2013年10月29日

Clustering with the ArcGIS API for Flex

摘要: Clustering is an excellent technique for visualizing lotss of point data. We've all seen applications where there were so many points that simply appear as one big blob.Clustering takes the individual points and groups them into clusters and then renders the cluster as one graphic.In this post I 阅读全文

posted @ 2013-10-29 20:44 深圳彦祖 阅读(1822) 评论(0) 推荐(0) 编辑

2013年10月24日

Flex数据交互之WebService

摘要: In this article you will learn how to call webservices hosted on asp.net applications from flex. Firstrewrite webservice class as CYMService:package Services{ import mx.controls.Alert; import mx.managers.CursorManager; import mx.rpc.AbstractOperation; import mx.rpc.events.FaultEvent; ... 阅读全文

posted @ 2013-10-24 22:24 深圳彦祖 阅读(5181) 评论(2) 推荐(1) 编辑

2013年9月27日

Flex加载google地图、百度地图以及天地图作底图

摘要: 一 Flex加载Google地图作底图 (1)帮助类GoogleLayer.as/** 根据输入的地图类型加载Google地图(by chenyuming)*/package Layers{ import com.esri.ags.SpatialReference; import com.esri.ags.geometry.Extent; import com.esri.ags.geometry.MapPoint; import com.esri.ags.layers.TiledMapServiceLayer; import com.esri.ags.... 阅读全文

posted @ 2013-09-27 22:49 深圳彦祖 阅读(18067) 评论(13) 推荐(6) 编辑

2013年9月26日

C#中抽象类和接口

摘要: 下面是我做的测试:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace ClassDemo{ class Program { static void Main(string[] args) { //BaseClass bc = new BaseClass(); //bc.sayHello(); //Deriv... 阅读全文

posted @ 2013-09-26 21:08 深圳彦祖 阅读(5161) 评论(0) 推荐(0) 编辑

2013年9月9日

ArcGIS for Flex中引入google map作底图

摘要: 上篇文章到在ArcGIS View中引入google map,这里讲ArcGIS for Flex中引入google map作底图。 同样道理,以google map作底图,需要编写继承自TiledMapServiceLayer的帮助类MapOperate。 MapOperate类的代码如下:package{ import com.esri.ags.SpatialReference; import com.esri.ags.geometry.Extent; import com.esri.ags.geometry.MapPoint; import com... 阅读全文

posted @ 2013-09-09 13:14 深圳彦祖 阅读(2325) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 22 下一页