Module com.esri.arcgisruntime
Class UtilityTerminalConfigurationPath
java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityTerminalConfigurationPath
The set of flow paths between terminals for a given device configuration.
- Since:
- 100.8.0
-
Method Summary
Modifier and TypeMethodDescriptionThe description of thisUtilityTerminalConfigurationPath
instance.getName()
The name of thisUtilityTerminalConfigurationPath
instance.The flow paths between pairs of terminals defined for thisUtilityTerminalConfigurationPath
instance.
-
Method Details
-
getDescription
The description of thisUtilityTerminalConfigurationPath
instance.- Returns:
- the description
- Since:
- 100.8.0
-
getName
The name of thisUtilityTerminalConfigurationPath
instance.- Returns:
- the name
- Since:
- 100.8.0
-
getTerminalPaths
The flow paths between pairs of terminals defined for thisUtilityTerminalConfigurationPath
instance.- Returns:
- an unmodifiable list of utility terminal paths
- Since:
- 100.8.0
-