|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.IFeatureEventsAdapter
| Constructor Summary | |
IFeatureEventsAdapter()
|
|
| Method Summary | |
void |
initShape(IFeatureEventsInitShapeEvent theEvent)
Initialize the shape. |
void |
onMerge(IFeatureEventsOnMergeEvent theEvent)
An after event that is fired when Features have been merged, on each deleted input Feature. |
void |
onSplit(IFeatureEventsOnSplitEvent theEvent)
An after event that is fired when a Feature is split, on the deleted input Feature. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IFeatureEventsAdapter()
| Method Detail |
public void initShape(IFeatureEventsInitShapeEvent theEvent)
throws java.io.IOException,
AutomationException
IFeatureEvents
initShape in interface IFeatureEventstheEvent - The event
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void onSplit(IFeatureEventsOnSplitEvent theEvent)
throws java.io.IOException,
AutomationException
IFeatureEvents
onSplit in interface IFeatureEventstheEvent - The event
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void onMerge(IFeatureEventsOnMergeEvent theEvent)
throws java.io.IOException,
AutomationException
IFeatureEvents
onMerge in interface IFeatureEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||