public interface IEnumCurve2 extends IEnumCurve, java.io.Serializable
Description: 'Provides access to members that extend IEnumCurve.' 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 |
IID847e3f3d_5ebb_43f1_848d_f3eefbc525ed |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa478c6a8_ddad_11d2_9f27_00c04f6bc8e8
Modifier and Type | Method and Description |
---|---|
void |
queryPoint(double fromDistance,
boolean asRatio,
IPoint pointOnCurve)
Copies a location on this curve into pointOnCurve.
|
void |
querySubcurve(double fromDistance,
double toDistance,
boolean asRatio,
ICurve subcurve)
Copies a portion of this curve into an existing subcurve.
|
esri_clone, getCurveDistance, getPartIndex, getSegment, getSegmentDistance, getSegmentIndex, getStopOptions, getStopReason, getSubcurve, next, reset, setStopOptions
static final int IID847e3f3d_5ebb_43f1_848d_f3eefbc525ed
static final int xxDummy
static final java.lang.String IID
void querySubcurve(double fromDistance, double toDistance, boolean asRatio, ICurve subcurve) throws java.io.IOException, AutomationException
fromDistance
- The fromDistance (in)toDistance
- The toDistance (in)asRatio
- The asRatio (in)subcurve
- A reference to a com.esri.arcgis.geometry.ICurve (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryPoint(double fromDistance, boolean asRatio, IPoint pointOnCurve) throws java.io.IOException, AutomationException
fromDistance
- The fromDistance (in)asRatio
- The asRatio (in)pointOnCurve
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.