java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityTerminal
Defines a utility network terminal.
- Since:
- 100.6.0
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the terminal's name.int
Gets the terminal ID.boolean
Indicates whether this terminal is on the upstream side of the device.
-
Method Details
-
getTerminalId
public int getTerminalId()Gets the terminal ID.- Returns:
- the terminal ID
- Since:
- 100.6.0
-
getName
Gets the terminal's name.- Returns:
- the name
- Since:
- 100.6.0
-
isUpstreamTerminal
public boolean isUpstreamTerminal()Indicates 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.
- Returns:
- true if this terminal is on the upstream side of the device, false otherwise
- Since:
- 100.8.0
-