- 积分
- 389
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-11-29
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2012-10-29 09:41:06
|
显示全部楼层
MeteoInfo 发表于 2012-10-23 17:01
1、可以用LegendManage的CreateRainBowColors(int cNum)生成彩虹色数组。
2、用MapView或MapLayout的E ...
我用CreateRainBowColors提示错误,如下代码:
sample=mDataset.Display(datagrid) #获得格点场
vals=LegendManage.CreateContourValuesInterval(0,1000,4) #这个方法的前两个参数是否是格点场的极值?
colors=LegendManage.CreateRainBowColors[1] #这个参数该怎么赋值,脚本提示这句的错误是“TypeError: 'builtin_function_or_method' object is unsubscriptable”
aLS = LegendManage.CreateGraduatedLegendScheme(vals,colors,ShapeTypes.Polygon,0,1000,False,-9999.0)
sample.LegendScheme = aLS
请老师指教 |
|