public interface IEnumCurve
extends java.io.Serializable
Description: 'Provides access to members that allow efficient construction of sequential subcurves along a polyline or polygon.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa478c6a8_ddad_11d2_9f27_00c04f6bc8e8 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnumCurve |
esri_clone()
Returns a copy of this enumerator positioned at the same segment.
|
double |
getCurveDistance()
The current distance from the start of the curve.
|
int |
getPartIndex()
The current part index.
|
ISegment |
getSegment()
The segment covering the current distance of this curve iterator.
|
double |
getSegmentDistance()
The distance within the current segment of the current distance of this curve iterator.
|
int |
getSegmentIndex()
The current segment index within the current part.
|
int |
getStopOptions()
Stop options for the distance iterator.
|
int |
getStopReason()
The reason for the current position of the distance iterator.
|
ICurve |
getSubcurve(double fromDistance,
double toDistance,
boolean asRatio)
Extracts a portion of this curve into a new curve.
|
void |
next(double distance)
Moves iterator to a specified distance along the curve.
|
void |
reset()
Resets the iterator to the start of the curve.
|
void |
setStopOptions(int stopOptions)
Stop options for the distance iterator.
|
static final int IIDa478c6a8_ddad_11d2_9f27_00c04f6bc8e8
static final int xxDummy
static final java.lang.String IID
IEnumCurve esri_clone() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void next(double distance) throws java.io.IOException, AutomationException
distance
- The distance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISegment getSegment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSegmentDistance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getCurveDistance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPartIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSegmentIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getStopReason() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStopOptions(int stopOptions) throws java.io.IOException, AutomationException
stopOptions
- A com.esri.arcgis.geometry.esriCurveIteratorEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getStopOptions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICurve getSubcurve(double fromDistance, double toDistance, boolean asRatio) throws java.io.IOException, AutomationException
fromDistance
- The fromDistance (in)toDistance
- The toDistance (in)asRatio
- The asRatio (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.