public interface esriNetworkAttributeAdjustmentType
extends java.io.Serializable
Description: 'Adjustment type to be applied to the value of a network attribute.' 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 |
esriNAATAdd
Indicates an additive adjustment to the value of a network attribute.
|
static int |
esriNAATReplace
Indicates a replacement of the value of a network attribute.
|
static int |
esriNAATScale
Indicates a multiplicative adjustment to the value of a network attribute.
|
static final int esriNAATScale
static final int esriNAATAdd
static final int esriNAATReplace