Package com.luciad.lucy.map
Interface ILcyLayerStyle
- All Superinterfaces:
Cloneable
,ILcdChangeSource
,ILcdCloneable
- All Known Implementing Classes:
TLcySLDLayerStyle
Represents a layer's style. The style can be used to retrieve and copy settings of a layer. The
style itself is opaque, so it can only be used between similar layers that are aware of their
type of style.
A
ILcdChangeListener
can be added to the style to be notified of changes.
To retrieve and copy the style, use a ILcyLayerStyleProvider
.-
Method Summary
Methods inherited from interface com.luciad.util.ILcdChangeSource
addChangeListener, removeChangeListener
-
Method Details
-
clone
Object clone()Creates a copy of the style. When a layer style is cloned, its listeners should not be cloned as well.
A clone of an
ILcyLayerStyle
is not linked to any layer.- Specified by:
clone
in interfaceILcdCloneable
- See Also:
-