public interface esriMCurveRelationEnum
extends java.io.Serializable
Description: 'Information about where an M value falls relative to a curve (IMSegmentation2::GetSubcurveBetweenMsEx).' 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 |
esriMAboveMax
The M is greater than the curve's max M.
|
static int |
esriMBelowMin
The M is less than the curve's min M.
|
static int |
esriMBetweenMinMax
The M is between the curve's min and max Ms.
|
static int |
esriMRelationBasicMask
Mask for use in determining the general relationship without additional details.
|
static int |
esriMRelationCurveEmpty
The curve is empty.
|
static int |
esriMRelationCurveHasNoMs
The curve is not empty, but it has no M values set.
|
static int |
esriMRelationMIsNaN
The M is not a number (NaN).
|
static int |
esriMRelationUndetermined
The relationship between the M and the curve could not be determined.
|
static int |
esriMRelationUndeterminedDetailsMask
Mask for use in determining special circumstances surrounding an undetermined relation.
|
static final int esriMRelationUndetermined
static final int esriMBetweenMinMax
static final int esriMBelowMin
static final int esriMAboveMax
static final int esriMRelationCurveEmpty
static final int esriMRelationCurveHasNoMs
static final int esriMRelationMIsNaN
static final int esriMRelationBasicMask
static final int esriMRelationUndeterminedDetailsMask