Package oracle.spatial.network.lod
Interface MinimumSpanningTree
-
public interface MinimumSpanningTree
This interface defines methods supported by a minimum-spanning-tree algorithm.- Since:
- 11gR2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpanningTree
minimumSpanningTree(int linkLevel, LODNetworkConstraint constraint)
Returns the link IDs of the minimum-spanning-tree.
-
-
-
Method Detail
-
minimumSpanningTree
SpanningTree minimumSpanningTree(int linkLevel, LODNetworkConstraint constraint) throws LODNetworkException
Returns the link IDs of the minimum-spanning-tree.- Parameters:
linkLevel
- link level- Returns:
- link IDs of the minimum-spanning-tree
- Throws:
LODNetworkException
-
-