Skip navigation links

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


oracle.spatial.network.lod
Class LODAnalysisInfo

java.lang.Object
  extended by oracle.spatial.network.lod.LODAnalysisInfo

Direct Known Subclasses:
TspAnalysisInfo

public class LODAnalysisInfo
extends java.lang.Object

An instance of this class carries the analysis information.

Since:
11gR1

Method Summary
 double getCurrentCost()
          Deprecated.  
 double[] getCurrentCosts()
          Returns the costs of the current node.
 int getCurrentDepth()
          Returns the path depth of the current node.
 LogicalNetLink getCurrentLink()
          Returns the current link.
 LogicalNetNode getCurrentNode()
          Returns the current node.
 java.lang.Object[] getCurrentUserObjects()
          Returns the user objects that have been accumulated so far.
 int getDirection()
          Returns the direction the network is being explored.
 LogicalNode getEndNode()
          Deprecated. use getEndPoint
 HeavyPointOnNet getEndPoint()
          Returns the end point.
 double getNextCost()
          Returns the path cost of next node.
 double[] getNextCosts()
          Returns the costs of next node.
 int getNextDepth()
          Returns the path depth of the next node.
 LogicalNetLink getNextLink()
          Returns the next link.
 LogicalNetNode getNextNode()
          Returns the next node.
 java.lang.Object getNextUserObject()
          Returns the next user object.
 LogicalNode getStartNode()
          Deprecated. use getStartPoint
 HeavyPointOnNet getStartPoint()
          Returns the start point.
 void setDirection(int direction)
          Sets the direction the network is being explored.
 void setNextUserObject(java.lang.Object userObject)
          Sets the next user object to be accumulated.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getStartNode

public LogicalNode getStartNode()
Deprecated. use getStartPoint
Returns the start node.

getEndNode

public LogicalNode getEndNode()
Deprecated. use getEndPoint
Returns the end node.

getStartPoint

public HeavyPointOnNet getStartPoint()
Returns the start point.

getEndPoint

public HeavyPointOnNet getEndPoint()
Returns the end point.

getCurrentNode

public LogicalNetNode getCurrentNode()
Returns the current node.

getNextNode

public LogicalNetNode getNextNode()
Returns the next node.

getCurrentLink

public LogicalNetLink getCurrentLink()
Returns the current link.

getNextLink

public LogicalNetLink getNextLink()
Returns the next link.

getCurrentDepth

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

getNextDepth

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

getCurrentCost

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

getCurrentCosts

public double[] getCurrentCosts()
Returns the costs of the current node.

getNextCost

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

getNextCosts

public double[] getNextCosts()
Returns the costs of next node.

getNextUserObject

public java.lang.Object getNextUserObject()
Returns the next user object.
Returns:

setNextUserObject

public void setNextUserObject(java.lang.Object userObject)
Sets the next user object to be accumulated.
Parameters:
userObject -

getCurrentUserObjects

public java.lang.Object[] getCurrentUserObjects()
Returns the user objects that have been accumulated so far.
Returns:

getDirection

public int getDirection()
Returns the direction the network is being explored.
Returns:
NetworkExplorer.DIRECTION_FORWARD or NetworkExplorer.DIRECTION_BACKWARD

setDirection

public void setDirection(int direction)
Sets the direction the network is being explored.
Parameters:
direction - NetworkExplorer.DIRECTION_FORWARD or NetworkExplorer.DIRECTION_BACKWARD

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.