public interface esriExtrapolationEnum
extends java.io.Serializable
Description: 'Options for M extrapolation (IMSegmentation::ExtrapolateMs).' 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 |
esriExtrapolateAfter
Extrapolate Ms only after the end point.
|
static int |
esriExtrapolateBefore
Extrapolate Ms only before the start point.
|
static int |
esriExtrapolateBoth
Extrapolate Ms before and after the start and end points.
|
static final int esriExtrapolateBefore
static final int esriExtrapolateBoth
static final int esriExtrapolateAfter