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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public IEnumCurveProxy()
public IEnumCurveProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IEnumCurveProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public IEnumCurve esri_clone() throws java.io.IOException, AutomationException
esri_clone
in interface IEnumCurve
java.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 IEnumCurve
java.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 IEnumCurve
distance
- 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 IEnumCurve
java.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 IEnumCurve
java.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 IEnumCurve
java.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 IEnumCurve
java.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 IEnumCurve
java.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 IEnumCurve
java.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 IEnumCurve
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.public int getStopOptions() throws java.io.IOException, AutomationException
getStopOptions
in interface IEnumCurve
java.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 IEnumCurve
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.