Package oracle.spatial.network.lod
Class NetworkSearch.PartialLinkElement
- java.lang.Object
-
- oracle.spatial.network.lod.NetworkSearch.PartialLinkElement
-
- Enclosing class:
- NetworkSearch
protected static class NetworkSearch.PartialLinkElement extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected long
currNodeId
protected double[]
cutoffCosts
protected double
cutoffPercentage
protected long
linkEndNodeId
protected long
linkId
protected long
linkStartNodeId
protected double[]
nextNodeCosts
protected long
nextNodeId
protected double
startPercentage
-
Constructor Summary
Constructors Modifier Constructor Description protected
PartialLinkElement(long linkId, long linkStartNodeId, long linkEndNodeId, long currNodeId, long nextNodeId, double startPercentage, double cutoffPercentage, double[] cutoffCosts, double[] nextNodeCosts)
-
-
-
Field Detail
-
linkId
protected long linkId
-
currNodeId
protected long currNodeId
-
nextNodeId
protected long nextNodeId
-
startPercentage
protected double startPercentage
-
cutoffPercentage
protected double cutoffPercentage
-
nextNodeCosts
protected double[] nextNodeCosts
-
cutoffCosts
protected double[] cutoffCosts
-
linkStartNodeId
protected long linkStartNodeId
-
linkEndNodeId
protected long linkEndNodeId
-
-