Class TLcyGXYAsynchronousLayerEncoder

java.lang.Object
com.luciad.lucy.map.asynchronous.TLcyGXYAsynchronousLayerEncoder
All Implemented Interfaces:
ILcdGXYLayerEncoder

public class TLcyGXYAsynchronousLayerEncoder extends Object implements ILcdGXYLayerEncoder
Asynchronous layer encoder, wrapping around an existing layer encoder. It allows to easily convert a layer encoder into a layer encoder that supports asynchronous painting.

In particular, it ensures that the encoding does not interfere with asynchronous painting.