public class IFeatureCursorProxy extends com.esri.arcgis.interop.Dispatch implements IFeatureCursor, java.io.Serializable
Description: 'Provides access to members that hand out enumerated features, field collections and allows for the updating, deleting and inserting of features.' 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, IIDd4803ef8_79f4_11d0_97fc_0080c7f79481
Modifier | Constructor and Description |
---|---|
|
IFeatureCursorProxy()
For internal use only
|
|
IFeatureCursorProxy(java.lang.Object obj) |
protected |
IFeatureCursorProxy(java.lang.Object obj,
java.lang.String iid) |
|
IFeatureCursorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IFeatureCursorProxy(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.
|
void |
deleteFeature()
Delete the existing Feature in the database corresponding to the current position of the cursor.
|
int |
findField(java.lang.String name)
The index of the field with the specified name.
|
void |
flush()
Flush any outstanding buffered writes to the database.
|
IFields |
getFields()
The fields Collection for this cursor.
|
java.lang.Object |
insertFeature(IFeatureBuffer buffer)
Insert a new Feature into the database using the property values in the input buffer.
|
IFeature |
nextFeature()
Advance the position of the cursor by one and return the Feature object at that position.
|
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 |
updateFeature(IFeature object)
Update the existing Feature in the database corresponding to the current position of the cursor.
|
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 IFeatureCursorProxy(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 IFeatureCursorProxy()
public IFeatureCursorProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IFeatureCursorProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IFeatureCursorProxy(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 int findField(java.lang.String name) throws java.io.IOException, AutomationException
findField
in interface IFeatureCursor
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IFields getFields() throws java.io.IOException, AutomationException
getFields
in interface IFeatureCursor
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IFeature nextFeature() throws java.io.IOException, AutomationException
nextFeature
in interface IFeatureCursor
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void updateFeature(IFeature object) throws java.io.IOException, AutomationException
updateFeature
in interface IFeatureCursor
object
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deleteFeature() throws java.io.IOException, AutomationException
deleteFeature
in interface IFeatureCursor
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object insertFeature(IFeatureBuffer buffer) throws java.io.IOException, AutomationException
insertFeature
in interface IFeatureCursor
buffer
- A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void flush() throws java.io.IOException, AutomationException
flush
in interface IFeatureCursor
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.