com.esri.arcgis.geometry
Interface esriCurveIteratorEnum

All Superinterfaces:
java.io.Serializable

public interface esriCurveIteratorEnum
extends java.io.Serializable

Constants from esriCurveIteratorEnum' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


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

esriCurveIteratorNoStop

static final int esriCurveIteratorNoStop
GetAtDistance will not stop at any endpoints of parts.

See Also:
Constant Field Values

esriCurveIteratorStopAtPartFrom

static final int esriCurveIteratorStopAtPartFrom
GetAtDistance will stop at 'from' points of parts.

See Also:
Constant Field Values

esriCurveIteratorStopAtPartTo

static final int esriCurveIteratorStopAtPartTo
GetAtDistance will stop at 'to' points of parts.

See Also:
Constant Field Values

esriCurveIteratorStopAtPartEndPoints

static final int esriCurveIteratorStopAtPartEndPoints
GetAtDistance will stop at 'from' and 'to' points of parts.

See Also:
Constant Field Values

esriCurveIteratorStopAtCurveEnd

static final int esriCurveIteratorStopAtCurveEnd
GetAtDistance stopped at the end of the curve (only used for output).

See Also:
Constant Field Values