Uses of Interface
com.luciad.lucy.map.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
Modifier and TypeMethodDescriptionprotected abstract ILcyLayerStyleCodec
ALcyLspStyleFileFormat.createLayerStyleCodecImpl()
Creates the actualILcyLayerStyleCodec
protected ILcyLayerStyleCodec
ALcyLspStyleFormat.createLayerStyleCodecImpl()
protected ILcyLayerStyleCodec[]
ALcyLspFormat.createLayerStyleCodecs()
Creates theILcyLayerStyleCodec
instances which can encode/decode the style of the layers created by the layer factory of this format.ALcyLspFormatWrapper.createLayerStyleCodecs()
Creates theILcyLayerStyleCodec
instances which can encode/decode the style of the layers created by the layer factory of this format.protected ILcyLayerStyleCodec[]
ALcyLspStyleFileFormat.createLayerStyleCodecs()
Creates theILcyLayerStyleCodec
instances which can encode/decode the style of the layers created by the layer factory of this format.protected ILcyLayerStyleCodec[]
ALcyLspStyleFormat.createLayerStyleCodecs()
TLcyLspSafeGuardFormatWrapper.createLayerStyleCodecs()
Creates theILcyLayerStyleCodec
instances which can encode/decode the style of the layers created by the layer factory of this format.final ILcyLayerStyleCodec[]
ALcyLspFormat.getLayerStyleCodecs()
Returns the array ofILcyLayerStyleCodec
s created by this format. -
Uses of ILcyLayerStyleCodec in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
Composite implementation ofILcyLayerStyleCodec
.ModifierConstructorDescriptionTLcyLayerStyleCodecHolder
(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcyLayerStyleCodec aLayerStyleCodec) Create a new holder object to associate anILcyLayerStyleCodec
with anALcyFileTypeDescriptor
.