Class UtilityTerminalPath
- java.lang.Object
-
- com.esri.arcgisruntime.utilitynetworks.UtilityTerminalPath
-
public final class UtilityTerminalPath extends Object
Specifies a flow path between twoUtilityTerminal
objects.- Since:
- 100.8.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UtilityTerminal
getFromTerminal()
The UtilityTerminal that marks the beginning of the flow path.UtilityTerminal
getToTerminal()
The UtilityTerminal that marks the end of the flow path.
-
-
-
Method Detail
-
getFromTerminal
public UtilityTerminal getFromTerminal()
The UtilityTerminal that marks the beginning of the flow path.- Returns:
- the utility terminal
- Since:
- 100.8.0
-
getToTerminal
public UtilityTerminal getToTerminal()
The UtilityTerminal that marks the end of the flow path.- Returns:
- the utility terminal
- Since:
- 100.8.0
-
-