|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeDisplayEvents
Provides access to events that occur when the state of the globe display changes.
Method Summary | |
---|---|
void |
activeViewerChanged(IGlobeDisplayEventsActiveViewerChangedEvent theEvent)
Fired when the active viewer changes. |
void |
afterDraw(IGlobeDisplayEventsAfterDrawEvent theEvent)
Fired when drawing finishes. |
void |
batchTileGenerationStarted(IGlobeDisplayEventsBatchTileGenerationStartedEvent theEvent)
Fired when data preparation starts. |
void |
batchTileGenerationStopped(IGlobeDisplayEventsBatchTileGenerationStoppedEvent theEvent)
Fired when data preparation stops. |
boolean |
beforeDraw(IGlobeDisplayEventsBeforeDrawEvent theEvent)
Fired when drawing starts. |
void |
interactionStopped(IGlobeDisplayEventsInteractionStoppedEvent theEvent)
Fired when interaction stops. |
void |
tileOverflow(IGlobeDisplayEventsTileOverflowEvent theEvent)
Fired when there is an overflow of vector tiles in a layer. |
void |
vectorOverflow(IGlobeDisplayEventsVectorOverflowEvent theEvent)
Fired when there is an overflow of vector features in a tile. |
void |
viewerAdded(IGlobeDisplayEventsViewerAddedEvent theEvent)
Fired when a new viewer is added. |
void |
viewerRemoved(IGlobeDisplayEventsViewerRemovedEvent theEvent)
Fired when a viewer is removed. |
Method Detail |
---|
void activeViewerChanged(IGlobeDisplayEventsActiveViewerChangedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void viewerAdded(IGlobeDisplayEventsViewerAddedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void viewerRemoved(IGlobeDisplayEventsViewerRemovedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void interactionStopped(IGlobeDisplayEventsInteractionStoppedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void batchTileGenerationStarted(IGlobeDisplayEventsBatchTileGenerationStartedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void batchTileGenerationStopped(IGlobeDisplayEventsBatchTileGenerationStoppedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean beforeDraw(IGlobeDisplayEventsBeforeDrawEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterDraw(IGlobeDisplayEventsAfterDrawEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void vectorOverflow(IGlobeDisplayEventsVectorOverflowEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void tileOverflow(IGlobeDisplayEventsTileOverflowEvent theEvent) throws IOException, AutomationException
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 |