Uses of Interface
com.luciad.lucy.map.ILcyLayerStyleCodec
Packages that use ILcyLayerStyleCodec
Package
Description
Provides support facilities for adding visualization in a Lightspeed view for data formats.
Contains a broad range of classes related to the visual represention of a map.
-
Uses of ILcyLayerStyleCodec in com.luciad.lucy.format.lightspeed
Methods in com.luciad.lucy.format.lightspeed that return ILcyLayerStyleCodecModifier and TypeMethodDescriptionprotected abstract ILcyLayerStyleCodecALcyLspStyleFileFormat.createLayerStyleCodecImpl()Creates the actualILcyLayerStyleCodecprotected ILcyLayerStyleCodecALcyLspStyleFormat.createLayerStyleCodecImpl()protected ILcyLayerStyleCodec[]ALcyLspFormat.createLayerStyleCodecs()Creates theILcyLayerStyleCodecinstances which can encode/decode the style of the layers created by the layer factory of this format.ALcyLspFormatWrapper.createLayerStyleCodecs()Creates theILcyLayerStyleCodecinstances which can encode/decode the style of the layers created by the layer factory of this format.protected ILcyLayerStyleCodec[]ALcyLspStyleFileFormat.createLayerStyleCodecs()Creates theILcyLayerStyleCodecinstances which can encode/decode the style of the layers created by the layer factory of this format.protected ILcyLayerStyleCodec[]ALcyLspStyleFormat.createLayerStyleCodecs()TLcyLspSafeGuardFormatWrapper.createLayerStyleCodecs()Creates theILcyLayerStyleCodecinstances which can encode/decode the style of the layers created by the layer factory of this format.final ILcyLayerStyleCodec[]ALcyLspFormat.getLayerStyleCodecs()Returns the array ofILcyLayerStyleCodecs created by this format. -
Uses of ILcyLayerStyleCodec in com.luciad.lucy.map
Classes in com.luciad.lucy.map that implement ILcyLayerStyleCodecModifier and TypeClassDescriptionclassComposite implementation ofILcyLayerStyleCodec.Constructors in com.luciad.lucy.map with parameters of type ILcyLayerStyleCodecModifierConstructorDescriptionTLcyLayerStyleCodecHolder(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcyLayerStyleCodec aLayerStyleCodec) Create a new holder object to associate anILcyLayerStyleCodecwith anALcyFileTypeDescriptor.