Package com.luciad.format.s101.sld
Class TLcdS101SLDSymbolizer
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.ALcdSLDSymbolizer
com.luciad.format.s101.sld.TLcdS101SLDSymbolizer
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Symbolizer for expressing an S-101 styling configuration within an SLD Feature Type Style
definition.
This symbolizer can be used as an adapter between the S-101 and SLD API's: it
allows to embed an S-101
display settings object within an SLD symbolizer, or, on XML level, to embed S-101 display settings within an
<sld:Symbolizer/> element.
Note that the default SLD rendering engine of LuciadLightspeed does not support the visualization of
this symbolizer; if an SLD feature type style is found to contain a TLcdS101SLDSymbolizer,
this should be visualized by retrieving the symbolizer's display settings
and creating an S-101 layer with those settings.- Since:
- 2026.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new, emptyTLcdS101SLDSymbolizerinstance.Creates a new, emptyTLcdS101SLDSymbolizerinstance with the specified data type. -
Method Summary
Modifier and TypeMethodDescriptionReturns the S-101 display settings of this symbolizer.voidsetDisplaySettings(TLcdS101DisplaySettings aDisplaySettings) Sets the S-101 display settings of this symbolizer.Methods inherited from class com.luciad.ogc.sld.model.ALcdSLDSymbolizer
getDescription, getName, getUom, getVersion, setDescription, setName, setUom, setVersion, toStringMethods inherited from class com.luciad.datamodel.TLcdDataObject
clone, clone, getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
-
Constructor Details
-
TLcdS101SLDSymbolizer
public TLcdS101SLDSymbolizer()Creates a new, emptyTLcdS101SLDSymbolizerinstance. -
TLcdS101SLDSymbolizer
Creates a new, emptyTLcdS101SLDSymbolizerinstance with the specified data type. This type should either beTLcdS101SLDDataTypes.S101SymbolizerTypeor a subtype hereof.
-
-
Method Details
-
getDisplaySettings
Returns the S-101 display settings of this symbolizer.- Returns:
- the S-101 display settings of this symbolizer.
-
setDisplaySettings
Sets the S-101 display settings of this symbolizer.- Parameters:
aDisplaySettings- the S-101 display settings of this symbolizer.
-