Class ALcdSLDLayerStyle

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.wms.sld.model.ALcdSLDLayerStyle
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdSLDNamedStyle, TLcdSLDUserStyle

public abstract class ALcdSLDLayerStyle extends TLcdDataObject
Represents a layer style (named or user-defined) for a layer in a Styled Layer Descriptor.
  • Constructor Details

    • ALcdSLDLayerStyle

      public ALcdSLDLayerStyle()
      Empty constructor.
    • ALcdSLDLayerStyle

      public ALcdSLDLayerStyle(String aName)
      Constructor for the given parameter.
      Parameters:
      aName - The name of the layer style.
  • Method Details

    • getName

      public String getName()
      Returns the name of this layer style.
      Returns:
      the name of this layer style.
    • setName

      public void setName(String aName)
      Sets the name of this layer style.
      Parameters:
      aName - the name of this layer style.