描述
使用矢量符号可视化栅格中的流向和量级信息。
语法
VectorFieldRenderer (raster, {is_uv_components}, {reference_system}, {mass_flow_angle_representation}, {calculation_method}, {symbology_name})
参数 | 说明 | 数据类型 |
raster | 输入栅格。 | Raster |
is_uv_components | 指定输入分量是代表 U-V 还是量级和方向。
(默认值为 None) | Boolean |
reference_system | 指定如何测量方向分量。
(默认值为 2) | Integer |
mass_flow_angle_representation | 指定质量流的角度。
(默认值为 From) | Integer |
calculation_method [calculation_method,...] | 指定用于计算切片的量级和方向值的细化方法。
(默认值为 Vector Average) | String |
symbology_name [symbology_name,...] | 描绘方向和量级的符号名称。
(默认值为 Single Arrow) | String |
数据类型 | 说明 |
Raster | 根据您的渲染参数显示的输出栅格。 |
代码示例
使用矢量符号可视化栅格中的流向和量级信息。
import arcpy
Stretch_raster = arcpy.ia.Stretch(imagePath1, "PercentClip", None, None, None, None, True, 0.25, 0.75, None, None, None)