|
Oracle® Spatial Java API Reference 11g Release 1 (11.1) B28401-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.spatial.network.lod.TspPath
public class TspPath
A TspPath consists of a LogicalSubPath and an array of points on the TSP tour. The orders of the node IDs in the array are consistent with the orders of the node IDs in the LogicalPath.
Constructor Summary | |
---|---|
TspPath(LogicalSubPath[] paths, PointOnNet[][] tspPointsInOrder) |
Method Summary | |
---|---|
LogicalSubPath[] |
getPaths() Returns the logical sub-path for the TSP tour. |
PointOnNet[][] |
getTspPointsInOrder() Returns the ordered points on the TSP tour. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TspPath(LogicalSubPath[] paths, PointOnNet[][] tspPointsInOrder)
Method Detail |
---|
public LogicalSubPath[] getPaths()
public PointOnNet[][] getTspPointsInOrder()
|
Oracle® Spatial Java API Reference 11g Release 1 (11.1) B28401-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |