
























import arcgisscripting
gp = arcgisscripting.create()
gp.workspace = "H:/Forestry"
gp.toolbox = "analysis"
gp.clip("final_forest/polygon", "clipcov/polygon", "output.shp", "1.25")
y = gp.messagecount
x = 0
while x < y:
print gp.getmessage(x)
x = x + 1
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。