public interface IFeatureClassWrite
extends java.io.Serializable
Description: 'Provides access to low level.' 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 |
IIDb3e3a101_c50c_11d1_8876_0000f877762d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
removeFeature(IFeature feature)
Deletes a feature from the database, does not trigger OnDelete event.
|
void |
removeFeatures(ISet features)
Deletes a set of features from the database, does not trigger OnDelete events.
|
void |
writeFeature(IFeature feature)
Stores a feature to the database, does not trigger OnStore event.
|
void |
writeFeatures(ISet features)
Stores a set of features to the database, does not trigger OnStore events.
|
static final int IIDb3e3a101_c50c_11d1_8876_0000f877762d
static final int xxDummy
static final java.lang.String IID
void writeFeature(IFeature feature) throws java.io.IOException, AutomationException
feature
- 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 writeFeatures(ISet features) throws java.io.IOException, AutomationException
features
- A reference to a com.esri.arcgis.system.ISet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeFeature(IFeature feature) throws java.io.IOException, AutomationException
feature
- 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 removeFeatures(ISet features) throws java.io.IOException, AutomationException
features
- A reference to a com.esri.arcgis.system.ISet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.