|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumCurve
COM Interface 'IEnumCurve'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa478c6a8_ddad_11d2_9f27_00c04f6bc8e8
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDa478c6a8_ddad_11d2_9f27_00c04f6bc8e8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |