Class UtilityTerminal
- java.lang.Object
-
- com.esri.arcgisruntime.utilitynetworks.UtilityTerminal
-
public final class UtilityTerminal extends Object
Defines a utility network terminal.- Since:
- 100.6.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Gets the terminal's name.int
getTerminalId()
Gets the terminal ID.boolean
isUpstreamTerminal()
Indicates whether this terminal is on the upstream side of the device.
-
-
-
Method Detail
-
getTerminalId
public int getTerminalId()
Gets the terminal ID.- Returns:
- the terminal ID
- Since:
- 100.6.0
-
getName
public String 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
-
-