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