Package com.luciad.lucy.map
Class TLcyLayerStyleCodecHolder
java.lang.Object
com.luciad.lucy.util.ALcyFileTypeDescriptorHolder<ILcyLayerStyleCodec>
com.luciad.lucy.map.TLcyLayerStyleCodecHolder
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 Summary
ConstructorDescriptionTLcyLayerStyleCodecHolder
(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcyLayerStyleCodec aLayerStyleCodec) Create a new holder object to associate anILcyLayerStyleCodec
with anALcyFileTypeDescriptor
. -
Method Summary
Methods inherited from class com.luciad.lucy.util.ALcyFileTypeDescriptorHolder
equals, getAssociatedObject, getFileTypeDescriptor, hashCode
-
Constructor Details
-
TLcyLayerStyleCodecHolder
public TLcyLayerStyleCodecHolder(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcyLayerStyleCodec aLayerStyleCodec) Create a new holder object to associate anILcyLayerStyleCodec
with anALcyFileTypeDescriptor
.- Parameters:
aFileTypeDescriptor
- The file type descriptor. May benull
.aLayerStyleCodec
- TheILcyLayerStyleCodec
associated toaFileTypeDescriptor
-