Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


oracle.spatial.network.lod
Interface MinimumSpanningTree


public interface MinimumSpanningTree

This interface defines methods supported by a minimum-spanning-tree algorithm.

Since:
Oracle Database 11g Release 2 (11.2)

Method Summary
 long[] minimumSpanningTree(int linkLevel, LODNetworkConstraint constraint)
          Returns the link IDs of the minimum-spanning-tree.

 

Method Detail

minimumSpanningTree

long[] 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

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.