devexpress GridControl 行指示列图标绘制
摘要:Row Indicator Panel Row Indicator Panel The row indicator panel represents a region displayed at the left edge of the View. The panel contains row ind
阅读全文
posted @
2016-05-29 21:14
janehlp
阅读(2303)
推荐(0)
arcgis9.3 执行python文件
摘要:1) 打开Python GUI 2) 选择菜单“File->Open”,打开你要执行的*.py文件 3) 选择菜单“Run->Run Module”,运行python文件 4)运行结果
阅读全文
posted @
2016-05-24 09:52
janehlp
阅读(1026)
推荐(0)
python定义影像投影
摘要:import os import arcgisscripting gp=arcgisscripting.create() coordsys=r"C:\Winx86\ArcGIS\Coordinate Systems\Geographic Coordinate Systems\Asia\Xian 1980.prj" root=r"c:\需要设置投影的目录" for p,dirname,filen...
阅读全文
posted @
2016-05-18 14:15
janehlp
阅读(1393)
推荐(0)
要素缩放闪烁功能
摘要:public static void ZoomAndFlash(IMapControl3 mapctrl, IFeature feat) { MapHelper.ZoomToFeature(mapctrl.ActiveView, feat); IGeometry shape = mapctrl.ActiveView.Exten...
阅读全文
posted @
2016-05-02 01:32
janehlp
阅读(237)
推荐(0)