Module com.esri.arcgisruntime
Class UtilityTerminalPath
java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityTerminalPath
Specifies a flow path between two 
UtilityTerminal objects.- Since:
- 100.8.0
- 
Method SummaryModifier and TypeMethodDescriptionThe UtilityTerminal that marks the beginning of the flow path.The UtilityTerminal that marks the end of the flow path.
- 
Method Details- 
getFromTerminalThe UtilityTerminal that marks the beginning of the flow path.- Returns:
- the utility terminal
- Since:
- 100.8.0
 
- 
getToTerminalThe UtilityTerminal that marks the end of the flow path.- Returns:
- the utility terminal
- Since:
- 100.8.0
 
 
-