Interface ILcyLayerStyle

All Superinterfaces:
Cloneable, ILcdChangeSource, ILcdCloneable
All Known Implementing Classes:
TLcySLDLayerStyle

public interface ILcyLayerStyle extends ILcdChangeSource, ILcdCloneable
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 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 interface ILcdCloneable
      See Also: