public class IEnumCurveProxy extends com.esri.arcgis.interop.Dispatch implements IEnumCurve, 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 |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDa478c6a8_ddad_11d2_9f27_00c04f6bc8e8| Modifier | Constructor and Description |
|---|---|
|
IEnumCurveProxy()
For internal use only
|
|
IEnumCurveProxy(java.lang.Object obj) |
protected |
IEnumCurveProxy(java.lang.Object obj,
java.lang.String iid) |
|
IEnumCurveProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IEnumCurveProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
reset()
Resets the iterator to the start of the curve.
|
void |
setStopOptions(int stopOptions)
Stop options for the distance iterator.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IEnumCurveProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IEnumCurveProxy()
public IEnumCurveProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IEnumCurveProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IEnumCurveProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic IEnumCurve esri_clone() throws java.io.IOException, AutomationException
esri_clone in interface IEnumCurvejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void reset()
throws java.io.IOException,
AutomationException
reset in interface IEnumCurvejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void next(double distance)
throws java.io.IOException,
AutomationException
next in interface IEnumCurvedistance - The distance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISegment getSegment() throws java.io.IOException, AutomationException
getSegment in interface IEnumCurvejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getSegmentDistance()
throws java.io.IOException,
AutomationException
getSegmentDistance in interface IEnumCurvejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getCurveDistance()
throws java.io.IOException,
AutomationException
getCurveDistance in interface IEnumCurvejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPartIndex()
throws java.io.IOException,
AutomationException
getPartIndex in interface IEnumCurvejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSegmentIndex()
throws java.io.IOException,
AutomationException
getSegmentIndex in interface IEnumCurvejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getStopReason()
throws java.io.IOException,
AutomationException
getStopReason in interface IEnumCurvejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStopOptions(int stopOptions)
throws java.io.IOException,
AutomationException
setStopOptions in interface IEnumCurvestopOptions - A com.esri.arcgis.geometry.esriCurveIteratorEnum constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getStopOptions()
throws java.io.IOException,
AutomationException
getStopOptions in interface IEnumCurvejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ICurve getSubcurve(double fromDistance, double toDistance, boolean asRatio) throws java.io.IOException, AutomationException
getSubcurve in interface IEnumCurvefromDistance - 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.