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
ConstructorsConstructorDescriptionTLcyGXYLayerDecoderHolder(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcdGXYLayerDecoder aGXYLayerDecoder) Create a new holder object to associate anILcdGXYLayerDecoderwith 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 anILcdGXYLayerDecoderwith anALcyFileTypeDescriptor.- Parameters:
aFileTypeDescriptor- The file type descriptor. May benull.aGXYLayerDecoder- TheILcdGXYLayerDecoderassociated toaFileTypeDescriptor.
-