env

摘要

Environment settings are exposed as properties on ArcPy's env class. These properties can be used to retrieve the current values or to set them. Geoprocessing environment settings can be thought of as additional parameters that affect a tool's results.

属性

属性说明数据类型
autoCommit
(可读写)

支持“自动提交”环境的工具将在 ArcSDE 事务中进行指定次数的更改后强制执行提交。

Learn more about autoCommit.

Long
cartographicCoordinateSystem
(可读写)

支持“制图坐标系”环境的工具将使用指定的坐标系来确定进行计算时要素的大小、范围和空间关系。

Learn more about cartographicCoordinateSystem.

String
cellSize
(可读写)

支持“像元大小”环境设置的工具可以设置在操作时使用的输出栅格像元大小或分辨率。默认输出分辨率由最粗糙的输入栅格数据集决定。

Learn more about cellSize.

String
coincidentPoints
(可读写)

支持“重合点”环境的工具可以定义如何在 Geostatistical Analyst 中处理重合数据。

Learn more about coincidentPoints.

String
compression
(可读写)

支持“压缩”环境设置的工具将在存储输出栅格数据集时设置压缩类型。

Learn more about compression.

String
configKeyword
(可读写)

遵循“输出配置关键字”的工具在地理数据库中创建数据集时将使用指定的关键字。

Learn more about configKeyword.

String
derivedPrecision
(可读写)

遵循“派生 Coverage 的精度”环境的工具,用于根据此设置创建精度由输入 coverage 确定的输出 coverage。

Learn more about derivedPrecision.

String
extent
(可读写)

支持“输出范围”环境的工具只会处理落入此设置中所指定范围内的要素或栅格。

Learn more about extent.

String
geographicTransformations
(可读写)

支持“地理(坐标)变换”环境的工具将在投影数据时使用变换方法

Learn more about geographicTransformations.

String
maintainSpatialIndex
(可读写)

支持“维护空间索引”环境的工具可删除并重新创建 ArcSDE 要素类的空间索引,也可以保留空间索引但进行更新,具体情况取决于设置。

Learn more about maintainSpatialIndex.

Boolean
mask
(可读写)

支持“掩膜”环境的工具只会考虑运行过程中落入分析掩膜范围内的像元。

Learn more about mask.

String
MDomain
(可读写)

遵循“输出 M 属性域”环境的工具将生成具有指定测量 (m) 属性域的输出数据集。

Learn more about MDomain.

String
MResolution
(可读写)

支持此环境的工具可将 M 分辨率应用到输出地理数据集中。

Learn more about MResolution.

Double
newPrecision
(可读写)

遵循“新 Coverage 的精度”环境的工具将创建具有指定精度的输出 Coverage。

Learn more about newPrecision.

String
outputCoordinateSystem
(可读写)

支持“输出坐标系”环境的工具将创建已指定坐标系的输出地理数据集。

Learn more about outputCoordinateSystem.

String
outputMFlag
(可读写)

遵循“输出包含 M 值”环境的工具将控制地理数据集是否存储 M 值。

Learn more about outputMFlag.

String
outputZFlag
(可读写)

遵循“输出包含 Z 值”环境的工具将控制地理数据集是否存储 Z 值。

Learn more about outputZFlag.

String
outputZValue
(可读写)

支持此环境的工具将设置每个尚不具有 z 坐标的输出折点的 z 坐标。

Learn more about outputZValue.

String
overwriteOutput
(可读写)

Controls whether tools will automatically overwrite any existing output when run. When set to True, tools will execute and will overwrite the output dataset. When set to False, existing outputs will not be overwritten, and the tool will return an error.

Boolean
projectCompare
(可读写)

支持“投影文件之间的比较级别”环境的工具仅在输入投影与指定的相似度匹配时才执行。

Learn more about projectCompare.

String
pyramid
(可读写)

支持“金字塔”环境设置的工具将仅处理其中金字塔有效的栅格。ERDAS IMAGINE 文件的金字塔具有可以设置的有限选项。

Learn more about pyramid.

String
qualifiedFieldNames
(可读写)

遵循“限定的字段名”环境的工具将使用此设置来区分限定的字段名和未限定的字段名。限定的字段名是要素类或表中的这样一些字段名称,在它们自身的名称后会附加原始要素类或表的名称。仅使用连接数据时,此才会涉及此设置。

Learn more about qualifiedFieldNames.

Boolean
randomGenerator
(可读写)

使用“随机数生成器”环境的工具将通过利用种子和分布的各种算法来生成一系列随机数。

Learn more about randomGenerator.

Object
rasterStatistics
(可读写)

依据“栅格统计”环境的工具控制为输出栅格数据集构建统计数据的方式。

Learn more about rasterStatistics.

String
referenceScale
(可读写)

依据“参考比例”环境的工具根据符号化要素在参考比例的显示情况设置其图形大小和范围。

Learn more about referenceScale.

Double
scratchWorkspace
(可读写)

支持“临时工作空间”环境设置的工具可将指定的位置用作输出数据集的默认工作空间。“临时工作空间”专门用于存放不愿保留的输出数据。

Learn more about scratchWorkspace.

String
snapRaster
(可读写)

支持“捕捉栅格”环境的工具将调整输出栅格的范围,以使它们的像元对齐方式与指定的捕捉栅格的像元对齐方式相匹配。

Learn more about snapRaster.

String
spatialGrid1
(可读写)

遵循“输出空间格网 1、2 和 3”环境的工具将创建具有指定空间索引格网的要素类(如果要素类支持空间索引格网)。

Learn more about spatialGrid1.

Double
spatialGrid2
(可读写)

遵循“输出空间格网 1、2 和 3”环境的工具将创建具有指定空间索引格网的要素类(如果要素类支持空间索引格网)。

Learn more about spatialGrid2.

Double
spatialGrid3
(可读写)

遵循“输出空间格网 1、2 和 3”环境的工具将创建具有指定空间索引格网的要素类(如果要素类支持空间索引格网)。

Learn more about spatialGrid3.

Double
terrainMemoryUsage
(可读写)

支持 Terrain 内存使用环境的工具控制对 terrain 进行分析时的内存使用情况。

Learn more about terrainMemoryUsage.

Boolean
tileSize
(可读写)

支持“分块大小”环境的工具用于为存储在数据块中的栅格设置分块大小。

Learn more about tileSize.

String
tinSaveVersion
(可读写)

遵循“TIN 存储版本”设置的工具将输出指定版本的 TIN 表面。

Learn more about tinSaveVersion.

String
workspace
(可读写)

支持“当前工作空间”环境设置的工具将指定的工作空间用作地理处理工具输入和输出的默认位置。

Learn more about currentWorkspace.

String
XYDomain
(可读写)

支持“输出 XY 属性域”环境的工具可为输出地理数据集的 x,y 属性域设置特定范围。

Learn more about XYDomain.

String
XYResolution
(可读写)

支持此环境的工具可将 x,y 分辨率应用到输出地理数据集中。

Learn more about XYResolution.

String
XYTolerance
(可读写)

支持此环境的工具会覆盖在地理数据库内创建的地理数据集上的默认 x,y 容差。

Learn more about XYTolerance.

String
ZDomain
(可读写)

支持“输出 Z 属性域”环境的工具将生成带有指定 z 属性域的输出数据集。

Learn more about ZDomain.

String
ZResolution
(可读写)

支持此环境的工具可将 z 分辨率应用到输出地理数据集中。

Learn more about ZResolution.

String
ZTolerance
(可读写)

支持此环境的工具会覆盖在地理数据库内创建的地理数据集上的默认 z 容差。

Learn more about ZTolerance

String

相关主题


7/10/2012