|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriMCurveRelationEnum
Information about where an M value falls relative to a curve (IMSegmentation2::GetSubcurveBetweenMsEx).
Field Summary | |
---|---|
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. |
Field Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |