public interface IFeatureCursor
extends 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd4803ef8_79f4_11d0_97fc_0080c7f79481 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
updateFeature(IFeature object)
Update the existing Feature in the database corresponding to the current position of the cursor.
|
static final int IIDd4803ef8_79f4_11d0_97fc_0080c7f79481
static final int xxDummy
static final java.lang.String IID
int findField(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFields getFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFeature nextFeature() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void updateFeature(IFeature object) throws java.io.IOException, AutomationException
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.void deleteFeature() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object insertFeature(IFeatureBuffer buffer) throws java.io.IOException, AutomationException
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.void flush() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.