public interface esriNetworkForwardStarBacktrack
extends java.io.Serializable
Description: 'Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static int |
esriNFSBAllowBacktrack
Always return the from-edge in the NetworkForwardStarAdjacencies object.
|
static int |
esriNFSBAtDeadEndsAndIntersections
Return the from-edge in the NetworkForwardStarAdjacencies object only if it is the only edge that is adjacent to the query junction or the query junction has 3 or more adjacencies.
|
static int |
esriNFSBAtDeadEndsOnly
Return the from-edge in the NetworkForwardStarAdjacencies object only if it is the only edge that is adjacent to the query junction.
|
static int |
esriNFSBNoBacktrack
Never return the from-edge in the NetworkForwardStarAdjacencies object.
|
static final int esriNFSBNoBacktrack
static final int esriNFSBAllowBacktrack
static final int esriNFSBAtDeadEndsOnly
static final int esriNFSBAtDeadEndsAndIntersections