摘要:
#方法一:cursor= arcpy.da.SearchCursor(aim_fc,["OID@","SHAPE@"]) for row in cursor: arcpy.CopyFeatures_management(row[1],gdbPath+"\\fc_"+str(row[0])) del cursor 方法二: https://www.cnblogs.com/yzhyi... 阅读全文
posted @ 2019-08-19 21:48
yzhyingcool
阅读(2024)
评论(0)
推荐(0)

浙公网安备 33010602011771号