Uses of Class
com.luciad.ogc.sld.model.TLcdSLDLineSymbolizer
Packages that use TLcdSLDLineSymbolizer
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 TLcdSLDLineSymbolizer in com.luciad.ogc.sld.model
Methods in com.luciad.ogc.sld.model that return TLcdSLDLineSymbolizerModifier and TypeMethodDescriptionTLcdSLDImageOutline.getLineSymbolizer()
Gets the line symbolizer for the outline.Methods in com.luciad.ogc.sld.model that return types with arguments of type TLcdSLDLineSymbolizerModifier and TypeMethodDescriptionTLcdSLDLineSymbolizer.newBuilder()
Creates a new builder with the default values.Methods in com.luciad.ogc.sld.model with parameters of type TLcdSLDLineSymbolizerModifier and TypeMethodDescriptionvoid
TLcdSLDImageOutline.setLineSymbolizer
(TLcdSLDLineSymbolizer aLineSymbolizer) Sets the line symbolizer for the outline.Constructors in com.luciad.ogc.sld.model with parameters of type TLcdSLDLineSymbolizerModifierConstructorDescriptionTLcdSLDImageOutline
(TLcdSLDLineSymbolizer aLineSymbolizer) Constructor for given line symbolizer. -
Uses of TLcdSLDLineSymbolizer in com.luciad.ogc.sld.view.gxy
Methods in com.luciad.ogc.sld.view.gxy with parameters of type TLcdSLDLineSymbolizerModifier and TypeMethodDescriptionprotected ALcdSLDSymbolizerPainter
TLcdSLDSymbolizerPainterFactory.createLineSymbolizerPainter
(TLcdSLDLineSymbolizer aSLDLineSymbolizer, TLcdSLDContext aSLDContext) Creates aTLcdSLDLineSymbolizerPainter
, based on the graphics provider for strokes returned by createStrokeGraphicsProvider, the painter provider for strokes returned by createStrokePainterProvider, the SLD context passed.