com.esri.arcgis.geodatabase
Interface IFeatureEdit2

All Superinterfaces:
IFeatureEdit, IRowEdit, java.io.Serializable
All Known Implementing Classes:
AnnotationFeature, ComplexEdgeFeature, ComplexJunctionFeature, CoverageAnnotationFeature, DimensionFeature, Feature, IFeatureEdit2Proxy, NALocationFeature, NALocationRangesFeature, NATraversalResultElement, SchematicLink, SchematicNode, SchematicNodeOnLink, SchematicSubLink, SimpleEdgeFeature, SimpleJunctionFeature

public interface IFeatureEdit2
extends IFeatureEdit, java.io.Serializable

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

Description: 'Provides access to members implemented to customize feature editing.' 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 IID2892ce6b_96d6_45d6_9002_7a6cc91968ad
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureEdit
IID33848e00_983b_11d1_8463_0000f875b9c6
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRowEdit
IID192ada11_33f1_11d3_9f6a_00c04f6bdf0c
 
Method Summary
 ISet splitWithUpdate(IGeometry geometry)
          Split the feature by updating the split feature and creating new feature(s) for the smaller portion.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeatureEdit
beginMoveSet, moveSet, rotateSet, split, splitAttributes
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRowEdit
deleteSet
 

Field Detail

IID2892ce6b_96d6_45d6_9002_7a6cc91968ad

static final int IID2892ce6b_96d6_45d6_9002_7a6cc91968ad
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

splitWithUpdate

ISet splitWithUpdate(IGeometry geometry)
                     throws java.io.IOException,
                            AutomationException
Split the feature by updating the split feature and creating new feature(s) for the smaller portion.

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