public interface IFeatureEvents
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID46097234_1224_11d2_aacf_00c04fa37b81 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID46097234_1224_11d2_aacf_00c04fa37b81
static final int xxDummy
static final java.lang.String IID
void initShape() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onSplit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onMerge() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.