|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriCurveIteratorEnum
Identifies different stop options for an IEnumCurve iterator.
This enumerator is used by IEnumcurve::StopOptions and IEnumcurve::StopReason.
Note: These options are only used for multipart polyline/polygon.
esriCurveIteratorNoStop: With this option the enumerator will not stop at end points of parts.
esriCurveIteratorStopAtPartFrom: With this option the enumerator will stop at part fromPoints if the it crosses those points while enumerating.
esriCurveIteratorStopAtPartTo: With this option the enumerator will stop at part toPoints if the it crosses those points while enumerating.
esriCurveIteratorStopAtPartEndPoints: With this option the enumerator will stop at part fromPoints and toPoints if the it crosses those points while enumerating.
esriCurveIteratorStopAtCurveEnd: Option not currently used
Field Summary | |
---|---|
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. |
Field Detail |
---|
static final int esriCurveIteratorNoStop
static final int esriCurveIteratorStopAtPartFrom
static final int esriCurveIteratorStopAtPartTo
static final int esriCurveIteratorStopAtPartEndPoints
static final int esriCurveIteratorStopAtCurveEnd
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |