Class UtilityRuleElement

java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityRuleElement

public final class UtilityRuleElement extends Object
Specifies the type of features participating in a network rule.

A rule element describes the type of features to which a network rule is applied.

A rule element participating in a network rule can be one of the following:

Attachment network rules place a structure feature in the UtilityRule.fromElementProperty() and attachment features in the UtilityRule.toElementProperty(). Containment network rules place a container feature in the UtilityRule.fromElementProperty() and content features in the UtilityRule.toElementProperty(). If nested containment is allowed, another container feature may be placed in the UtilityRule.toElementProperty(). Connectivity network rules with an UtilityRule.viaElementProperty() have a junction feature.

Network rules that support terminal connectivity use these rule elements to define which terminal the rule is applicable for.

Since:
200.1.0