arcgis python ListEnvironments 函数可返回地理处理环境名称列表。
2020-12-13 13:49
标签:current form The print sed span arcgis its nbsp arcgis python ListEnvironments 函数可返回地理处理环境名称列表。 标签:current form The print sed span arcgis its nbsp 原文地址:https://www.cnblogs.com/gisoracle/p/11539840.htmlimport arcpy
environments = arcpy.ListEnvironments()
# Sort the environment names
environments.sort()
for environment in environments:
# Format and print each environment and its current setting.
# (The environments are accessed by key from arcpy.env.)
print("{0:".format(environment, arcpy.env[environment]))
下一篇:C# 反射机制(转)
文章标题:arcgis python ListEnvironments 函数可返回地理处理环境名称列表。
文章链接:http://soscw.com/essay/33394.html