Uses of Class
com.luciad.ogc.sld.model.TLcdSLDTextSymbolizer
Package
Description
Model objects for SLD Feature Type Styles implementing the OGC 05-077r4,
Symbology encoding standard, version 1.1.0, and the deprecated OGC 02-070 standard,
Styled Layer Descriptor Implementation Specification, version 1.0.
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
-
Uses of TLcdSLDTextSymbolizer in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionTLcdSLDTextSymbolizer.newBuilder()
Creates a new builder with the default values. -
Uses of TLcdSLDTextSymbolizer in com.luciad.ogc.sld.view.gxy
Modifier and TypeMethodDescriptionprotected ILcdSLDGraphicsProvider
TLcdSLDSymbolizerPainterFactory.createFontFillGraphicsProvider
(TLcdSLDTextSymbolizer aSLDTextSymbolizer, TLcdSLDContext aSLDContext) Creates a graphics provider that takes into account the Font and the Fill style settings of a text symbolizer.protected ALcdSLDSymbolizerPainter
TLcdSLDSymbolizerPainterFactory.createTextSymbolizerPainter
(TLcdSLDTextSymbolizer aSLDTextSymbolizer, TLcdSLDContext aSLDContext) Creates a text symbolizer label painter that styles objects according to the supplied TLcdSLDTextSymbolizer.