com.esri.arcgis.geometry
Interface IEnumCurve2

All Superinterfaces:
IEnumCurve, java.io.Serializable
All Known Implementing Classes:
IEnumCurve2Proxy

public interface IEnumCurve2
extends IEnumCurve, java.io.Serializable

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

IID847e3f3d_5ebb_43f1_848d_f3eefbc525ed

static final int IID847e3f3d_5ebb_43f1_848d_f3eefbc525ed
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

querySubcurve

void querySubcurve(double fromDistance,
                   double toDistance,
                   boolean asRatio,
                   ICurve subcurve)
                   throws java.io.IOException,
                          AutomationException
Copies a portion of this curve into an existing subcurve. AsRatio is true when fromDistance and toDistance are normalized to the interval [0..1].

Parameters:
fromDistance - The fromDistance (in)
toDistance - The toDistance (in)
asRatio - The asRatio (in)
subcurve - A reference to a com.esri.arcgis.geometry.ICurve (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryPoint

void queryPoint(double fromDistance,
                boolean asRatio,
                IPoint pointOnCurve)
                throws java.io.IOException,
                       AutomationException
Copies a location on this curve into pointOnCurve. AsRatio is true when fromDistance is normalized to the interval [0..1].

Parameters:
fromDistance - The fromDistance (in)
asRatio - The asRatio (in)
pointOnCurve - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.