public interface esriFlowDirection
extends java.io.Serializable
Description: 'Direction of flow along an edge in a network.' 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 |
esriFDAgainstFlow
The flow direction is opposite the direction of digitization.
|
static int |
esriFDBidirectionalFlow
The flow is bidirectional.
|
static int |
esriFDIndeterminate
The flow direction is indeterminate.
|
static int |
esriFDUninitialized
The flow direction is uninitialized.
|
static int |
esriFDWithFlow
The flow direction is in the direction of digitization.
|
static final int esriFDIndeterminate
static final int esriFDWithFlow
static final int esriFDAgainstFlow
static final int esriFDUninitialized
static final int esriFDBidirectionalFlow