Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


oracle.spatial.network.lod
Interface LODAnalysisInfo


public interface LODAnalysisInfo

This interface defines methods related to analysis information.

Since:
11gR1

Method Summary
 double getCurrentCost()
          Returns the path cost of the current node.
 int getCurrentDepth()
          Returns the path depth of the current node.
 LogicalLink getCurrentLink()
          Returns the current link.
 LogicalNode getCurrentNode()
          Returns the current node.
 double getNextCost()
          Returns the path cost of next node.
 int getNextDepth()
          Returns the path depth of the next node.
 LogicalLink getNextLink()
          Returns the next link.
 LogicalNode getNextNode()
          Returns the next node.
 LogicalNode getStartNode()
          Returns the start node.

 

Method Detail

getStartNode

LogicalNode getStartNode()
Returns the start node.

getCurrentNode

LogicalNode getCurrentNode()
Returns the current node.

getNextNode

LogicalNode getNextNode()
Returns the next node.

getCurrentLink

LogicalLink getCurrentLink()
Returns the current link.

getNextLink

LogicalLink getNextLink()
Returns the next link.

getCurrentDepth

int getCurrentDepth()
Returns the path depth of the current node.

getNextDepth

int getNextDepth()
Returns the path depth of the next node.

getCurrentCost

double getCurrentCost()
Returns the path cost of the current node.

getNextCost

double getNextCost()
Returns the path cost of next node.

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.