public interface esriCurveIteratorEnum
extends java.io.Serializable
Description: 'Identifies different stop options for an IEnumCurve iterator.' 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 |
esriCurveIteratorNoStop
GetAtDistance will not stop at any endpoints of parts.
|
static int |
esriCurveIteratorStopAtCurveEnd
GetAtDistance stopped at the end of the curve (only used for output).
|
static int |
esriCurveIteratorStopAtPartEndPoints
GetAtDistance will stop at 'from' and 'to' points of parts.
|
static int |
esriCurveIteratorStopAtPartFrom
GetAtDistance will stop at 'from' points of parts.
|
static int |
esriCurveIteratorStopAtPartTo
GetAtDistance will stop at 'to' points of parts.
|
static final int esriCurveIteratorNoStop
static final int esriCurveIteratorStopAtPartFrom
static final int esriCurveIteratorStopAtPartTo
static final int esriCurveIteratorStopAtPartEndPoints
static final int esriCurveIteratorStopAtCurveEnd