|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.spatial.network.lod.LODAnalysisInfo
public class LODAnalysisInfo
An instance of this class carries the analysis information.
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 |
---|
public LogicalNode getStartNode()
public LogicalNode getEndNode()
public HeavyPointOnNet getStartPoint()
public HeavyPointOnNet getEndPoint()
public LogicalNetNode getCurrentNode()
public LogicalNetNode getNextNode()
public LogicalNetLink getCurrentLink()
public LogicalNetLink getNextLink()
public int getCurrentDepth()
public int getNextDepth()
public double getCurrentCost()
public double[] getCurrentCosts()
public double getNextCost()
public double[] getNextCosts()
public java.lang.Object getNextUserObject()
public void setNextUserObject(java.lang.Object userObject)
userObject
-public java.lang.Object[] getCurrentUserObjects()
public int getDirection()
public void setDirection(int direction)
direction
- NetworkExplorer.DIRECTION_FORWARD or NetworkExplorer.DIRECTION_BACKWARD
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |