|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralFabricLayerEvents
Provides access to events that occur when the state of the CadastralFabricLayer changes.
Provides access to events that occur when the state of the CadastralFabricLayer changes.
Method Summary | |
---|---|
void |
cadastralSelectionChanged(ICadastralFabricLayerEventsCadastralSelectionChangedEvent theEvent)
Fired when selection changed for the CadastralFabricLayer. |
void |
selectControlPointsChanged(ICadastralFabricLayerEventsSelectControlPointsChangedEvent theEvent)
Fired when select point changed for the CadastralFabricLayer. |
void |
selectParcelsChanged(ICadastralFabricLayerEventsSelectParcelsChangedEvent theEvent)
Fired when select parcel changed for the CadastralFabricLayer. |
Method Detail |
---|
void cadastralSelectionChanged(ICadastralFabricLayerEventsCadastralSelectionChangedEvent theEvent) throws IOException, AutomationException
Fired when the selection is changed for the CadastralFabricLayer.
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void selectParcelsChanged(ICadastralFabricLayerEventsSelectParcelsChangedEvent theEvent) throws IOException, AutomationException
Fired when the parcels designated for the current cadastral job is changed.
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void selectControlPointsChanged(ICadastralFabricLayerEventsSelectControlPointsChangedEvent theEvent) throws IOException, AutomationException
Fired when the control points designated for the current cadastral job is changed.
theEvent
- The event
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 |