Uses of Interface
com.luciad.view.gxy.asynchronous.ILcdGXYAsynchronousLayerRunnable
Package
Description
Provides supporting classes for asynchronous painting.
Provides layer-specific asynchronous painting.
Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.-
Uses of ILcdGXYAsynchronousLayerRunnable in com.luciad.lucy.map.asynchronous
Modifier and TypeMethodDescriptionabstract void
ALcyAsynchronousPaintFacade.invokeAndWaitOnGXYLayer
(ILcdGXYLayer aGXYLayer, ILcdGXYAsynchronousLayerRunnable aLayerRunnable) Invokes the given runnable for the given layer without interfering with the layer's painting thread.abstract void
ALcyAsynchronousPaintFacade.invokeLaterOnGXYLayer
(ILcdGXYLayer aGXYLayer, ILcdGXYAsynchronousLayerRunnable aLayerRunnable) Invokes the given runnable for the given layer without interfering with the layer's painting thread.abstract void
ALcyAsynchronousPaintFacade.invokeLaterOnGXYLayerInEDT
(ILcdGXYLayer aGXYLayer, ILcdGXYAsynchronousLayerRunnable aLayerRunnable) Invokes the given runnable for the given layer without interfering with the layer's painting thread.abstract void
ALcyAsynchronousPaintFacade.invokeNowOnGXYLayer
(ILcdGXYLayer aGXYLayer, ILcdGXYAsynchronousLayerRunnable aLayerRunnable) Executes the given invocation for the given layer. -
Uses of ILcdGXYAsynchronousLayerRunnable in com.luciad.view.gxy.asynchronous
Modifier and TypeMethodDescriptionvoid
ILcdGXYAsynchronousLayerWrapper.invokeAndWaitOnGXYLayer
(ILcdGXYAsynchronousLayerRunnable aInvocation) Executes the given layer runnable so that the invocation does not interfere with the asynchronous painting.void
TLcdGXYAsynchronousLayerWrapper.invokeAndWaitOnGXYLayer
(ILcdGXYAsynchronousLayerRunnable aInvocation) void
ILcdGXYAsynchronousLayerWrapper.invokeLaterOnGXYLayer
(ILcdGXYAsynchronousLayerRunnable aInvocation) Executes the given layer runnable so that the invocation does not interfere with the asynchronous painting.void
TLcdGXYAsynchronousLayerWrapper.invokeLaterOnGXYLayer
(ILcdGXYAsynchronousLayerRunnable aInvocation) void
ILcdGXYAsynchronousLayerWrapper.invokeLaterOnGXYLayerInEDT
(ILcdGXYAsynchronousLayerRunnable aInvocation) Executes the given layer runnable so that the invocation does not interfere with the asynchronous painting.void
TLcdGXYAsynchronousLayerWrapper.invokeLaterOnGXYLayerInEDT
(ILcdGXYAsynchronousLayerRunnable aInvocation) void
ILcdGXYAsynchronousLayerWrapper.invokeNowOnGXYLayer
(ILcdGXYAsynchronousLayerRunnable aInvocation) Executes the given layer runnable so that the invocation does not interfere with state synchronization.void
TLcdGXYAsynchronousLayerWrapper.invokeNowOnGXYLayer
(ILcdGXYAsynchronousLayerRunnable aInvocation) -
Uses of ILcdGXYAsynchronousLayerRunnable in com.luciad.view.lightspeed.layer.integration.gxy
Modifier and TypeMethodDescriptionvoid
TLspGXYLayerAdapter.invokeAndWaitOnGXYLayer
(ILcdGXYAsynchronousLayerRunnable aRunnable) Deprecated.Executes the given layer runnable so that it does not interfere with the painting.void
TLspGXYLayerAdapter.invokeLaterOnGXYLayer
(ILcdGXYAsynchronousLayerRunnable aRunnable) Deprecated.Executes the given layer runnable so that it does not interfere with the painting.