Skip to main content

生成符号旋转属性规则 (数据管理工具)

汇总

生成特定于符号旋转逻辑的属性规则。 工具会输出一个 .csv 文件,其中包含基于所提供输入的 ArcGIS Arcade 属性规则。

用法

  • 输出文件夹参数用于指定要在何处创建一个名称与输入要素类相同的文件夹。 输出 .csv 文件将使用旋转字段参数值。 如果多次运行该工具,则会将其他 .csv 文件添加到该文件夹中。

  • 工具运行后,请导入属性规则并将其应用到相应数据集中。 如果数据集位于企业级地理数据库中,您必须是数据所有者才能应用输出的模板属性规则。

    了解关于属性规则导入的详细信息

参数

标注 说明 数据类型

输入表

新规则将应用于的点要素类。

Feature Layer

输出文件夹

用于保存输出 .csv 文件的文件夹。 文件名称与输入表参数值一致。

String

旋转字段

将应用该规则的现有字段的名称。

Field

相交线类

用于与点要素类相交的线要素类。 方向字段为数值字段,用于在存在多个相交线时确定优先方向。

值表列:

  • Line ClassThe line feature classes that are used to intersect the point feature class.

  • Orientation FieldOrientation field is a numeric field that is used as a tie breaker when there are multiple intersecting lines.

Value Table

表达式

(可选)

SQL 表达式用于限制属性规则的应用对象。

SQL Expression

旋转选项

(可选)

点要素类的旋转配置选项。

值表列:

  • Point Class ExpressionA SQL query that will further limit the features the attribute rule will be applied to. The default is none.

  • Rotation StyleSpecifies how the direction will be measured.

    • ArithmeticThe rotation will start at zero in the east direction and is calculated counterclockwise. This is the default.

    • GeographicThe rotation will start at zero in the north direction and is calculated clockwise.

  • Rotate TowardsSpecifies whether the feature will be oriented toward the maximum or minimum value.

    • MinimumThe feature will be oriented toward the minimum value. This is the default.

    • MaximumThe feature will be oriented toward the maximum value.

  • Additional RotationThe rotation value that will be added to the calculated rotation value. The default is 0.

Value Table

派生输出

标注 说明 数据类型

输出 CSV 文件

包含模板属性规则的输出 .csv 文件。

File

环境

此工具不使用任何地理处理环境。

许可信息

  • 基本: 否
  • 标准: 是
  • 高级: 是