Class TLcyLayerStyleCodecHolder


public class TLcyLayerStyleCodecHolder extends ALcyFileTypeDescriptorHolder<ILcyLayerStyleCodec>

Extension of ALcyFileTypeDescriptorHolder which associates an ILcyLayerStyleCodec to an ALcyFileTypeDescriptor.

Instances of this class are typically registered as service on the Lucy back-end (see e.g. TLcyCompositeLayerStyleCodec).

Since:
2012.0
See Also:
  • Constructor Details

    • TLcyLayerStyleCodecHolder

      public TLcyLayerStyleCodecHolder(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcyLayerStyleCodec aLayerStyleCodec)
      Create a new holder object to associate an ILcyLayerStyleCodec with an ALcyFileTypeDescriptor.
      Parameters:
      aFileTypeDescriptor - The file type descriptor. May be null.
      aLayerStyleCodec - The ILcyLayerStyleCodec associated to aFileTypeDescriptor