|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriNetworkForwardStarBacktrack
Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object.
Field Summary | |
---|---|
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. |
Field Detail |
---|
static final int esriNFSBNoBacktrack
static final int esriNFSBAllowBacktrack
static final int esriNFSBAtDeadEndsOnly
static final int esriNFSBAtDeadEndsAndIntersections
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |