ArcGIS Runtime SDK for iOS: AGSUtilityTier Class Reference
ArcGIS Runtime SDK for iOS  100.9
AGSUtilityTier Class Reference

Description

Tiers demarcate a logical level within a network.

For example, in an electric distribution network, there may be Subtransmission, Medium Voltage and Low Voltage tiers.

Since
100.7
Inheritance diagram for AGSUtilityTier:
AGSObject

Properties

NSString * name
 
NSInteger rank
 
AGSUtilityTierTopologyType topologyType
 
AGSUtilityTraceConfigurationtraceConfiguration
 

Property Documentation

§ name

- (NSString*) name
readnonatomiccopy

The name of the AGSUtilityTier

Since
100.7

§ rank

- (NSInteger) rank
readnonatomicassign

The numeric rank of the tier It is possible for several tiers to have the same numeric rank. For example, in an electric distribution network, Radial Medium Voltage and Radial Multifeed Medium Voltage tiers would have the same rank. When doing a trace between a source tier and a target tier, the source and target tiers define a upper and lower tier value range for a trace. The trace will stop if it encounters a tier whose rank is outside the range specified by the source and target tiers.

Since
100.7

§ topologyType

- (AGSUtilityTierTopologyType) topologyType
readnonatomicassign

The AGSUtilityTierTopologyType of the tier

Since
100.7

§ traceConfiguration

- (AGSUtilityTraceConfiguration*) traceConfiguration
readnonatomicstrong

The default AGSUtilityTraceConfiguration that defines subnetworks within this tier

Since
100.7