Python论坛  - 讨论区

标题:[python-chinese] 有没有人 用过ARCGIS的地理处理啊python +geoprocessing)

2007年07月07日 星期六 09:15

zhangbaocai_cug zhangbaocai_cug在tom.com
星期六 七月 7 09:15:18 HKT 2007

Script example


# Use Calculate Default Grid Index to update the spatial index of a FC

import arcgisscripting
gp = arcgisscripting.create()

fc = "c:/temp/hydrology.gdb/rivers"

try:
    # Get the grid sizes from the tool, this is a string with 3 semi-colon seperated values (typically something like "1500; 0; 0") 
    indexgrids = gp.CalculateDefaultGridIndex(fc)
    indexgrid1 = indexgrids.split(";")[0]
    indexgrid2 = indexgrids.split(";")[1]

    # First remove the existing grid index
    gp.RemoveSpatialIndex(fc)

    # Now add the indexes calculated by the tool
    gp.AddSpatialIndex(input, indexgrid1, indexgrid2)

except:
    print gp.getmessages()


在上面的脚本中我使用dir(gp)   为什么看不到  AddSpatialIndex这个函数





zhangbaocai_cug
2007-07-06

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号