com.esri.arcgis.geodatabase
Interface IFeatureEvents

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationFeature, ComplexEdgeFeature, ComplexJunctionFeature, CoverageAnnotationFeature, DimensionFeature, Feature, GeocodedFeature, IFeatureEventsProxy, NALocationFeature, NALocationRangesFeature, NATraversalResultElement, RasterCatalogItem, SchematicInMemoryFeatureLink, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink, SchematicInMemoryFeatureSubLink, SchematicLink, SchematicNode, SchematicNodeOnLink, SchematicSubLink, SimpleEdgeFeature, SimpleJunctionFeature, TopologyErrorFeature

public interface IFeatureEvents
extends java.io.Serializable

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

Description: 'Provides access to events that happen when a feature is split or merged.' 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 IID46097234_1224_11d2_aacf_00c04fa37b81
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void initShape()
          Initialize the shape.
 void onMerge()
          An after event that is fired when Features have been merged, on each deleted input Feature.
 void onSplit()
          An after event that is fired when a Feature is split, on the deleted input Feature.
 

Field Detail

IID46097234_1224_11d2_aacf_00c04fa37b81

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

initShape

void initShape()
               throws java.io.IOException,
                      AutomationException
Initialize the shape.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onSplit

void onSplit()
             throws java.io.IOException,
                    AutomationException
An after event that is fired when a Feature is split, on the deleted input Feature.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onMerge

void onMerge()
             throws java.io.IOException,
                    AutomationException
An after event that is fired when Features have been merged, on each deleted input Feature.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.