Package com.luciad.wms.sld.model
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
Represents a layer style (named or user-defined) for a layer in a Styled Layer Descriptor.
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor.ALcdSLDLayerStyle(String aName) Constructor for the given parameter. -
Method Summary
-
Constructor Details
-
ALcdSLDLayerStyle
public ALcdSLDLayerStyle()Empty constructor. -
ALcdSLDLayerStyle
Constructor for the given parameter.- Parameters:
aName- The name of the layer style.
-
-
Method Details
-
getName
Returns the name of this layer style.- Returns:
- the name of this layer style.
-
setName
Sets the name of this layer style.- Parameters:
aName- the name of this layer style.
-