asp.net+SQL

导航

2012年8月6日 #

(MapX)在地图上根据gps坐标绘制轨迹点与轨迹线

摘要: 1.在地图上绘制船与船的轨迹线文件:MapXCruiseOperate.cs类:MapXOperate方法: private void DrawShipSelf(Layer layer)主题过程:1.新建图元Feature和点Point2.设置点的坐标与样式View Code Featurefeature=newFeatureClass();MapXLib.Pointpt=newPointClass();pt.Set(selfx,selfy);//设置标记点的坐标StyleClassstyle=newStyleClass();style.SymbolType=SymbolTypeConstan 阅读全文

posted @ 2012-08-06 14:23 Jason Bourne 阅读(3725) 评论(0) 推荐(0)