|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumCurve2
COM Interface 'IEnumCurve2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID847e3f3d_5ebb_43f1_848d_f3eefbc525ed
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.geometry.IEnumCurve |
---|
IIDa478c6a8_ddad_11d2_9f27_00c04f6bc8e8 |
Method Summary | |
---|---|
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. |
Methods inherited from interface com.esri.arcgis.geometry.IEnumCurve |
---|
esri_clone, getCurveDistance, getPartIndex, getSegment, getSegmentDistance, getSegmentIndex, getStopOptions, getStopReason, getSubcurve, next, reset, setStopOptions |
Field Detail |
---|
static final int IID847e3f3d_5ebb_43f1_848d_f3eefbc525ed
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |