com.esri.arcgis.geodatabase
Interface IFeatureClassWrite

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FeatureClass, IFeatureClassWriteProxy, RasterCatalog, SchematicInMemoryFeatureClass, TemporalRecordSet

public interface IFeatureClassWrite
extends java.io.Serializable

COM Interface 'IFeatureClassWrite'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb3e3a101_c50c_11d1_8876_0000f877762d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDb3e3a101_c50c_11d1_8876_0000f877762d

static final int IIDb3e3a101_c50c_11d1_8876_0000f877762d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

writeFeature

void writeFeature(IFeature feature)
                  throws java.io.IOException,
                         AutomationException
Stores a feature to the database, does not trigger OnStore event.

Parameters:
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeFeatures

void writeFeatures(ISet features)
                   throws java.io.IOException,
                          AutomationException
Stores a set of features to the database, does not trigger OnStore events.

Parameters:
features - A reference to a com.esri.arcgis.system.ISet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeFeature

void removeFeature(IFeature feature)
                   throws java.io.IOException,
                          AutomationException
Deletes a feature from the database, does not trigger OnDelete event.

Parameters:
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeFeatures

void removeFeatures(ISet features)
                    throws java.io.IOException,
                           AutomationException
Deletes a set of features from the database, does not trigger OnDelete events.

Parameters:
features - A reference to a com.esri.arcgis.system.ISet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.