|
名称
|
说明
|
数据类型
|
|
in_utility_network
|
包含电路的输入公共设施网络。
|
Utility Network; Utility Network Layer
|
|
domain_network
|
将进行更新的电信域网络。
|
String
|
|
share_circuit_locations
(可选)
|
指定是否可在电路之间共享用于定义电路起点和终点位置的要素。
这适用于定义电路的所有起始和停止位置。 必须将交汇点或交汇点对象分配为电路位置 网络类别,作为电路或电路段的起始或终止位置;但是,线或边对象不需要电路位置网络类别,当其起点和终点端并非两侧均有连接时,可以作为起始或终止位置。
|
Boolean
|
|
import_circuits_as_clean
(可选)
|
指定回路定义将以“干净”还是“脏”状态导入到电路表中。
IMPORT_CIRCUITS_AS_CLEAN—创建已导入电路,其中 STATUS = Clean 并且 LASTVERIFIED = null。 当禁用网络拓扑时,将不会更新 STATUS 字段,并且电路保持干净状态。
IMPORT_CIRCUITS_AS_DIRTY—创建已导入电路,其中 STATUS = Dirty。 如果禁用网络拓扑,则会将所有电路的 STATUS 字段更新为 Dirty。 这是默认设置。
|
Boolean
|
|
max_hops
(可选)
|
路径中允许的边之间的最大跳数,不包括起始位置。 所有边以及交汇点-交汇点连通性关联在遍历时均被评估为具有固定单位长度 1。 默认值为 100。
|
Long
|
|
include_containers
(可选)
|
指定在追踪过程中遍历的容器要素和对象是否将包含在追踪结果中。
|
Boolean
|
|
include_content
(可选)
|
指定在追踪过程中遍历的容器内容是否将包含在追踪结果中。
|
Boolean
|
|
include_structures
(可选)
|
指定在追踪过程中遍历的结构要素以及附属到要素的对象是否将包含在追踪结果中。
|
Boolean
|
|
include_barriers
(可选)
|
指定追踪结果中是否包含可遍历性障碍要素。
|
Boolean
|
|
validate_locatability
(可选)
|
指定如果遇到非空间交汇点或边对象并且遍历对象的关联层次结构中没有必要的包含、附件或连通性关联,是否将追踪操作期间返回错误。 此参数确保可以通过与要素或其他可定位对象的关联来定位追踪操作返回的非空间对象。
|
Boolean
|
|
summaries
[summaries,...]
(可选)
|
验证电路时,将存储函数结果的 Summary Attribute 字段。 可以根据组成电路的所有要素来计算汇总数据。 可以过滤计算以仅应用于具有特定属性值或类别的网络要素。

值表列:
Function—Choose from a number of calculation functions.
MIN—The minimum of the input values.
MAX—The maximum of the input values.
AVERAGE—The sum of the input values.
COUNT—The average of the input values.
ADD—The number of features.
SUBTRACT—The difference between the input values.
Attribute—Filter by any network attribute defined in the system.
name—Filter the function results by attribute name.
operator—Choose from a number of operators.
IS_EQUAL_TO—The attribute is equal to the value.
DOES_NOT_EQUAL—The attribute is not equal to the value.
IS_GREATER_THAN—The attribute is greater than the value.
IS_GREATER_THAN_OR_EQUAL_TO—The attribute is greater than or equal to the value.
IS_LESS_THAN—The attribute is less than the value.
IS_LESS_THAN_OR_EQUAL_TO—The attribute is less than or equal to the value.
INCLUDES_THE_VALUES—bitwise AND operation in which all bits in the value are present in the attribute (bitwise AND == value).
DOES_NOT_INCLUDE_THE_VALUES—A bitwise AND operation in which not all of the bits in the value are present in the attribute (bitwise AND != value).
INCLUDES_ANY—A bitwise AND operation in which at least one bit in the value is present in the attribute (bitwise AND == True).
DOES_NOT_INCLUDE_ANY—A bitwise AND operation in which none of the bits in the value are present in the attribute (bitwise AND == False).
type—Choose from a number of filter types.
Filter Value—Provide a specific value for the input filter attribute.
Summary Attribute—The field in the Circuit table that will persist the function result. Depending on the specified function and network attribute type, only the applicable type of user-added attributes will be valid for this parameter. If a field to store the summary result does not exist in the Circuit table, the Add Field tool can be used to create one. A field can only support the result of one summary; each summary requires its own field in the Circuit table. See the Usages section for a matrix of valid field types for the summary attribute field based on the specified function.
Learn more about bitwise operators
|
Value Table
|
|
condition_barriers
[[[Name, Operator, Type, Value, Combine Using],...]
(可选)
|
基于与网络属性的比较或对类别字符串的检查,将对要素设置的可遍历性障碍条件。 条件障碍使用网络属性、运算符和类型以及属性值。 例如,当要素的 Device Status 属性等于特定值 Open 时,将停止追踪。 当要素满足此条件时,追踪将停止。 如果您要使用多个属性,可使用“组合方法”列来定义 And 或 Or 条件。
值表列:
Name—Filter by any network attribute or network category defined in the system.
Operator—Choose from a number of operators.
IS_EQUAL_TO—The attribute is equal to the value.
DOES_NOT_EQUAL—The attribute is not equal to the value.
IS_GREATER_THAN—The attribute is greater than the value.
IS_GREATER_THAN_OR_EQUAL_TO—The attribute is greater than or equal to the value.
IS_LESS_THAN—The attribute is less than the value.
IS_LESS_THAN_OR_EQUAL_TO—The attribute is less than or equal to the value.
INCLUDES_THE_VALUES—A bitwise AND operation in which all bits in the value are present in the attribute (bitwise AND == value).
DOES_NOT_INCLUDE_THE_VALUES—A bitwise AND operation in which not all of the bits in the value are present in the attribute (bitwise AND != value).
INCLUDES_ANY—A bitwise AND operation in which at least one bit in the value is present in the attribute (bitwise AND == True).
DOES_NOT_INCLUDE_ANY—A bitwise AND operation in which none of the bits in the value are present in the attribute (bitwise AND == False).
Type—Choose a specific value or network attribute from the name value.
Value—Provide a specific value for the input attribute type that would cause termination based on the operator value.
Combine Using—Set this value if you have multiple attributes to add. You can combine them using an And or an Or condition.
|
Value Table
|
|
function_barriers
[function_barriers,...]
(可选)
|
基于函数对要素设置可遍历性障碍。 函数障碍可用于执行以下操作:限制追踪距离起点的行程或设置停止追踪的最大值。 例如,所经过的每条线的长度和为目前经过的总距离。 当经过的总长度达到指定值时,追踪将停止。
值表列:
Function—Choose from a number of calculation functions.
MIN—The minimum of the input values.
MAX—The maximum of the input values.
AVERAGE—The average of the input values.
COUNT—The number of features.
ADD—The sum of the input values
SUBTRACT—The difference between the input values.
Attribute—Filter by any network attribute defined in the system.
Operator—Choose from a number of operators.
IS_EQUAL_TO—The attribute is equal to the value.
DOES_NOT_EQUAL—The attribute is not equal to the value.
IS_GREATER_THAN—The attribute is greater than the value.
IS_GREATER_THAN_OR_EQUAL_TO—The attribute is greater than or equal to the value.
IS_LESS_THAN—The attribute is less than the value.
IS_LESS_THAN_OR_EQUAL_TO—The attribute is less than or equal to the value.
INCLUDES_THE_VALUES—A bitwise AND operation in which all bits in the value are present in the attribute (bitwise AND == value).
DOES_NOT_INCLUDE_THE_VALUES—A bitwise AND operation in which not all of the bits in the value are present in the attribute (bitwise AND != value).
INCLUDES_ANY—A bitwise AND operation in which at least one bit in the value is present in the attribute (bitwise AND == True).
DOES_NOT_INCLUDE_ANY—A bitwise AND operation in which none of the bits in the value are present in the attribute (bitwise AND == False).
Value—Provide a specific value of the input attribute type that, if discovered, will cause the termination.
Use Local Values—Calculate values in each direction as opposed to an overall global value. For example, use for a function barrier that is calculating the sum of a shape length in which the trace terminates if the value is greater than or equal to 4. In the global case, after you have traversed two edges with a value of 2, you have already reached a shape length sum of 4, so the trace stops. If local values are used, the local values along each path change, and the trace continues.
|
Value Table
|
|
traversability_scope
(可选)
|
指定将应用的可遍历性类型。 可遍历性范围用于确定是否在交汇点和/或边处应用可遍历性。 例如,如果定义了用于停止追踪的条件障碍,其中 Device Status 等于 Open 并将遍历范围仅设置为边,则即使追踪遇到开路设备,追踪也不会停止,因为 Device Status 仅适用于交汇点。 换言之,此参数会为追踪指明是否要忽略交汇点和/或边。
|
String
|
|
propagators
[[Attribute, Substitution Attribute, Function, Operator, Value],...]
(可选)
|
指定要传播的网络属性以及传播将在追踪过程中的发生方式。
了解有关波长传播的详细信息
了解有关按位运算符的详细信息
值表列:
Attribute—Filter using any network attribute defined in the system.
Substitution Attribute—Substitution is not supported with telecom domain networks.
Function—Wavelength propagation supports use of the function PROPAGATED_BITWISE_AND.
Operator—Choose from the operators INCLUDES_ANY and DOES_NOT_INCLUDE_ANY for wavelength propagation.
Value—Provide a specific value for the input attribute type that would cause termination based on the operator value.
|
Value Table
|
|
user_attributes
[[Feature Class, Field Name],...]
(可选)
|
电路管理表中用户定义的属性字段,若其发生更改,则会将电路标记为脏电路。
值表列:
|
Value Table
|