Uses of Interface
com.luciad.view.gxy.asynchronous.ILcdGXYAsynchronousLayerRunnable
Packages that use 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
Methods in com.luciad.lucy.map.asynchronous with parameters of type ILcdGXYAsynchronousLayerRunnableModifier and TypeMethodDescriptionabstract voidALcyAsynchronousPaintFacade.invokeAndWaitOnGXYLayer(ILcdGXYLayer aGXYLayer, ILcdGXYAsynchronousLayerRunnable aLayerRunnable) Invokes the given runnable for the given layer without interfering with the layer's painting thread.abstract voidALcyAsynchronousPaintFacade.invokeLaterOnGXYLayer(ILcdGXYLayer aGXYLayer, ILcdGXYAsynchronousLayerRunnable aLayerRunnable) Invokes the given runnable for the given layer without interfering with the layer's painting thread.abstract voidALcyAsynchronousPaintFacade.invokeLaterOnGXYLayerInEDT(ILcdGXYLayer aGXYLayer, ILcdGXYAsynchronousLayerRunnable aLayerRunnable) Invokes the given runnable for the given layer without interfering with the layer's painting thread.abstract voidALcyAsynchronousPaintFacade.invokeNowOnGXYLayer(ILcdGXYLayer aGXYLayer, ILcdGXYAsynchronousLayerRunnable aLayerRunnable) Executes the given invocation for the given layer. -
Uses of ILcdGXYAsynchronousLayerRunnable in com.luciad.view.gxy.asynchronous
Methods in com.luciad.view.gxy.asynchronous with parameters of type ILcdGXYAsynchronousLayerRunnableModifier and TypeMethodDescriptionvoidILcdGXYAsynchronousLayerWrapper.invokeAndWaitOnGXYLayer(ILcdGXYAsynchronousLayerRunnable aInvocation) Executes the given layer runnable so that the invocation does not interfere with the asynchronous painting.voidTLcdGXYAsynchronousLayerWrapper.invokeAndWaitOnGXYLayer(ILcdGXYAsynchronousLayerRunnable aInvocation) voidILcdGXYAsynchronousLayerWrapper.invokeLaterOnGXYLayer(ILcdGXYAsynchronousLayerRunnable aInvocation) Executes the given layer runnable so that the invocation does not interfere with the asynchronous painting.voidTLcdGXYAsynchronousLayerWrapper.invokeLaterOnGXYLayer(ILcdGXYAsynchronousLayerRunnable aInvocation) voidILcdGXYAsynchronousLayerWrapper.invokeLaterOnGXYLayerInEDT(ILcdGXYAsynchronousLayerRunnable aInvocation) Executes the given layer runnable so that the invocation does not interfere with the asynchronous painting.voidTLcdGXYAsynchronousLayerWrapper.invokeLaterOnGXYLayerInEDT(ILcdGXYAsynchronousLayerRunnable aInvocation) voidILcdGXYAsynchronousLayerWrapper.invokeNowOnGXYLayer(ILcdGXYAsynchronousLayerRunnable aInvocation) Executes the given layer runnable so that the invocation does not interfere with state synchronization.voidTLcdGXYAsynchronousLayerWrapper.invokeNowOnGXYLayer(ILcdGXYAsynchronousLayerRunnable aInvocation) -
Uses of ILcdGXYAsynchronousLayerRunnable in com.luciad.view.lightspeed.layer.integration.gxy
Methods in com.luciad.view.lightspeed.layer.integration.gxy with parameters of type ILcdGXYAsynchronousLayerRunnableModifier and TypeMethodDescriptionvoidTLspGXYLayerAdapter.invokeAndWaitOnGXYLayer(ILcdGXYAsynchronousLayerRunnable aRunnable) Deprecated.Executes the given layer runnable so that it does not interfere with the painting.voidTLspGXYLayerAdapter.invokeLaterOnGXYLayer(ILcdGXYAsynchronousLayerRunnable aRunnable) Deprecated.Executes the given layer runnable so that it does not interfere with the painting.