Route dominance configuration

适用于 Location Referencing 许可。

当两条或多条管线路径共享同一部分时,将发生路线并发。 当两条或多条路线共享同一弧段时,这意味着它们在 LRS 网络中共享中心线。

由于事件引用部分而不是路线标识,因此并发路线会给 LRS Editor 带来一些难题。 沿并发路线弧段的事件仅与一条路线关联,因此路线加载和路线编辑可能影响关联的事件。

如果停用或重新对齐一段并发路径,则该段上的现有事件记录可能分配到另一条并发路径(具体取决于分配至事件图层的事件行为)。 可通过配置路径优先级规则,提供一组规则来确定在进行编辑后哪条路径将成为事件的新父路径。

可通过应用在弧段中确定主要路线的规则,应对让事件位于并发弧段中的主要路线上的需求。 优先级规则基于 LRS 事件表或要素类或者 LRS 网络本身中的字段,可对这些字段进行比较以对并发路径进行排序。

In ArcGIS Pipeline Referencing, concurrent routes share the same centerline feature, but are modeled with different measures that belong to the route.

Route dominance scenario

以下情景演示了如何使用路径优先级规则来查找并发部分上的主要路径。

Concurrent routes diagram

下表识别了上述逻辑示意图中的并发部分。

SectionConcurrent routes

1

R1, R2

2

R2, R3

The following table shows the route ID and route name for the concurrent routes in the above diagram.

Route IDRoute Name

{D9D2-}

R1

{E6M1-)

R2

{G3N4-)

R3

注:
  • 部分中的并发路径共享每个并发组中的 SectionId。
  • 注册到网络的网络要素类或任何非跨线事件可用于计算并发。
  • 异常可以用逗号分隔列出。
  • 有多个属性字段可用于创建规则。
  • 可以使用多个规则来确定优先级。

以下是规则应用程序的工作流:

Rules application diagram

在此示例中,将使用两个规则来查找主要路径:

RuleFieldsOrder MethodOrder TypeExceptions

Rule1

Route Name

Lesser

Alphanumeric

R3

并发部分中主要路径的主要标记值为 1,非主要路径的值为 0。 “主要错误”列具有以下五个可能值。

主要错误描述

0

计算并发弧段中的主要路线时无错误。

1

两条或多条路线具有相同的并发弧段属性值。 将随机选择主要路线。

2

用于计算并发弧段中的主要路线的一个或多个属性的值为 Null 或为空。

3

用于计算并发弧段中的主要路线的一个或多个属性的值过多。

4

并发弧段中出现以下情况之一:路线在并发弧段中未校准,或构成并发弧段的中心线未与路线几何对齐。

Here is the result after calculating route dominance using the rule provided above:

Section IDRouteNameDominance FlagDominance ErrorDetails

1

R1

1

0

The Route Name value of this route is lesser than that of route Route2, so this route is the dominant route using Rule1.

1

R2

0

0

2

R2

0

0

3

R3

1

0

The Route Name value of this route is defined as an exception, so this route is the dominant route using Rule1.


在本主题中
  1. Route dominance scenario