Package com.luciad.wms.sld.model
Class TLcdSLDNamedStyle
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.wms.sld.model.ALcdSLDLayerStyle
com.luciad.wms.sld.model.TLcdSLDNamedStyle
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Represents a named style that can be associated with a named or user-defined layer within a Styled Layer Descriptor.
-
Constructor Summary
ConstructorDescriptionEmpty constructor.TLcdSLDNamedStyle
(TLcdDataType aDataType) Empty constructor.TLcdSLDNamedStyle
(String aName) Constructor for the given parameter. -
Method Summary
Methods inherited from class com.luciad.wms.sld.model.ALcdSLDLayerStyle
getName, setName
-
Constructor Details
-
TLcdSLDNamedStyle
public TLcdSLDNamedStyle()Empty constructor. -
TLcdSLDNamedStyle
Constructor for the given parameter.- Parameters:
aName
- The name of the layer style.
-
TLcdSLDNamedStyle
Empty constructor.
-