|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.globecore.IGlobeDisplayEventsAdapter
public class IGlobeDisplayEventsAdapter
Constructor Summary | |
---|---|
IGlobeDisplayEventsAdapter()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IGlobeDisplayEventsAdapter()
Method Detail |
---|
public void activeViewerChanged(IGlobeDisplayEventsActiveViewerChangedEvent theEvent) throws IOException, AutomationException
activeViewerChanged
in interface IGlobeDisplayEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void viewerAdded(IGlobeDisplayEventsViewerAddedEvent theEvent) throws IOException, AutomationException
viewerAdded
in interface IGlobeDisplayEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void viewerRemoved(IGlobeDisplayEventsViewerRemovedEvent theEvent) throws IOException, AutomationException
viewerRemoved
in interface IGlobeDisplayEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interactionStopped(IGlobeDisplayEventsInteractionStoppedEvent theEvent) throws IOException, AutomationException
interactionStopped
in interface IGlobeDisplayEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void batchTileGenerationStarted(IGlobeDisplayEventsBatchTileGenerationStartedEvent theEvent) throws IOException, AutomationException
batchTileGenerationStarted
in interface IGlobeDisplayEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void batchTileGenerationStopped(IGlobeDisplayEventsBatchTileGenerationStoppedEvent theEvent) throws IOException, AutomationException
batchTileGenerationStopped
in interface IGlobeDisplayEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean beforeDraw(IGlobeDisplayEventsBeforeDrawEvent theEvent) throws IOException, AutomationException
beforeDraw
in interface IGlobeDisplayEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void afterDraw(IGlobeDisplayEventsAfterDrawEvent theEvent) throws IOException, AutomationException
afterDraw
in interface IGlobeDisplayEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void vectorOverflow(IGlobeDisplayEventsVectorOverflowEvent theEvent) throws IOException, AutomationException
vectorOverflow
in interface IGlobeDisplayEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void tileOverflow(IGlobeDisplayEventsTileOverflowEvent theEvent) throws IOException, AutomationException
tileOverflow
in interface IGlobeDisplayEvents
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 |