Package com.luciad.lucy.map
Class TLcyGXYLayerDecoderHolder
java.lang.Object
com.luciad.lucy.util.ALcyFileTypeDescriptorHolder<ILcdGXYLayerDecoder>
com.luciad.lucy.map.TLcyGXYLayerDecoderHolder
Extension of ALcyFileTypeDescriptorHolder
which associates an
ILcdGXYLayerDecoder
to an ALcyFileTypeDescriptor
.
Instances of this class are typically registered as service on the Lucy back-end (see e.g.
TLcyCompositeGXYLayerDecoder
.
- Since:
- 10.0
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcyGXYLayerDecoderHolder
(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcdGXYLayerDecoder aGXYLayerDecoder) Create a new holder object to associate anILcdGXYLayerDecoder
with anALcyFileTypeDescriptor
. -
Method Summary
Methods inherited from class com.luciad.lucy.util.ALcyFileTypeDescriptorHolder
equals, getAssociatedObject, getFileTypeDescriptor, hashCode
-
Constructor Details
-
TLcyGXYLayerDecoderHolder
public TLcyGXYLayerDecoderHolder(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcdGXYLayerDecoder aGXYLayerDecoder) Create a new holder object to associate anILcdGXYLayerDecoder
with anALcyFileTypeDescriptor
.- Parameters:
aFileTypeDescriptor
- The file type descriptor. May benull
.aGXYLayerDecoder
- TheILcdGXYLayerDecoder
associated toaFileTypeDescriptor
.
-