Skip navigation links
LuciadLightspeed
2023.1.09

Package com.luciad.view.gxy.asynchronous

Provides layer-specific asynchronous painting.

See: Description

Package com.luciad.view.gxy.asynchronous Description

Provides layer-specific asynchronous painting.

This package provides functionality to paint existing ILcdGXYLayer instances in a thread that differs from the event dispatch thread. To protect concurrent access to such a layer, this functionality is enabled by wrapping the layer in a ILcdGXYAsynchronousLayerWrapper instance. The wrapped layer can then be added to a view and will paint the original layer asynchronously. Refer to the javadoc of ILcdGXYAsynchronousLayerWrapper for more information.

Since:
7.2
Skip navigation links
LuciadLightspeed
2023.1.09