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

Description

A single terminal on a junction feature.

Terminal objects can be obtained from AGSUtilityTerminalConfiguration::terminals.

Since
100.6
Inheritance diagram for AGSUtilityTerminal:
AGSObject

Properties

NSString * name
 
NSInteger terminalID
 
BOOL upstreamTerminal
 

Property Documentation

§ name

- (NSString*) name
readnonatomiccopy

The name of the utility terminal

Since
100.6

§ terminalID

- (NSInteger) terminalID
readnonatomicassign

The ID of the utility terminal

Since
100.6

§ upstreamTerminal

- (BOOL) upstreamTerminal
readnonatomicassign

Whether this terminal is on the upstream side of the device. In source-based networks, upstream is towards the subnetwork controller. In sink-based networks, upstream is away from the subnetwork controller.

Since
100.8