Uses of Class
com.luciad.ogc.sld.model.ALcdSLDSymbolizer
Package
Description
This package provides a dedicated S-52 SLD Symbolizer, to specify within an SLD that data should
be rendered using S-52 styling.
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 ALcdSLDSymbolizer in com.luciad.format.s52.sld
Modifier and TypeClassDescriptionclass
Symbolizer for expressing an S-52 styling configuration within an SLD Feature Type Style definition. -
Uses of ALcdSLDSymbolizer in com.luciad.ogc.sld.model
Modifier and TypeClassDescriptionclass
A LineSymbolizer is used to render a "stroke" along a linear geometry.class
A PointSymbolizer specifies the rendering of a "graphic symbol" at a point.class
A PolygonSymbolizer specifies the rendering of a polygon or area geometry, including its interior fill and border stroke.class
A RasterSymbolizer is used to specify the rendering of raster/matrix-coverage data (e.g., satellite images, DEMs).class
A TextSymbolizer contains styling information to render text labels according to various graphical parameters.Modifier and TypeMethodDescriptionTLcdSLDRule.getSymbolizer
(int aIndex) Gets the symbolizer at a given position.Modifier and TypeMethodDescriptionvoid
TLcdSLDRule.addSymbolizer
(ALcdSLDSymbolizer aSymbolizer) Adds a symbolizer.TLcdSLDRule.Builder.addSymbolizer
(ALcdSLDSymbolizer aSymbolizer) Adds the given symbolizer directly to this rule.void
TLcdSLDRule.insertSymbolizerAt
(ALcdSLDSymbolizer aSymbolizer, int aIndex) Inserts a symbolizer in the list of symbolizers at the given index.void
TLcdSLDRule.removeSymbolizer
(ALcdSLDSymbolizer aSymbolizer) Removes a symbolizer.ModifierConstructorDescriptionTLcdSLDRule
(String aName, TLcdSLDDescription aDescription, TLcdSLDGraphic aLegendGraphic, TLcdOGCFilter aOGCFilter, boolean aHasElseFilter, double aMinScaleDenominator, double aMaxScaleDenominator, ALcdSLDSymbolizer[] aSymbolizers) Constructor for given parameters. -
Uses of ALcdSLDSymbolizer in com.luciad.ogc.sld.view.gxy
Modifier and TypeMethodDescriptionprotected ILcdGXYEditorProvider
TLcdSLDSymbolizerPainterFactory.createStrokeEditorProvider
(ALcdSLDSymbolizer aSymbolizer) Returns an editor provider to edit lines.protected ILcdSLDGraphicsProvider
TLcdSLDSymbolizerPainterFactory.createStrokeGraphicsProvider
(TLcdSLDStroke aStroke, ALcdSLDSymbolizer aSymbolizer, TLcdSLDContext aSLDContext) Creates aILcdSLDGraphicsProvider
that sets up a Graphics object according to the styling information contained in theTLcdSLDStroke
passed.protected ILcdGXYPainterProvider
TLcdSLDSymbolizerPainterFactory.createStrokePainterProvider
(ALcdSLDSymbolizer aSymbolizer) Deprecated.protected ILcdGXYPainterProvider
TLcdSLDSymbolizerPainterFactory.createStrokePainterProvider
(ALcdSLDSymbolizer aSymbolizer, TLcdSLDContext aSLDContext) Returns a painter provider to paint lines.abstract ALcdSLDSymbolizerPainter
ALcdSLDGXYPainterFactory.createSymbolizerPainter
(ALcdSLDSymbolizer aSLDSymbolizer, TLcdSLDContext aSLDContext) Creates a symbolizer painter that renders objects according to the rendering hints defined in the given symbolizer.ILcdSLDSymbolizerPainterFactory.createSymbolizerPainter
(ALcdSLDSymbolizer aSLDSymbolizer, TLcdSLDContext aSLDContext) Creates a symbolizer painter that applies the styling information in theALcdSymbolizer
passed in the given context.
TLcdSLDGXYPainterFactory.createSymbolizerPainter
(ALcdSLDSymbolizer aSLDSymbolizer, TLcdSLDContext aSLDContext) Creates an ALcdSLDSymbolizerPainter using theILcdSLDSymbolizerPainterFactory
set.TLcdSLDSymbolizerPainterFactory.createSymbolizerPainter
(ALcdSLDSymbolizer aSLDSymbolizer, TLcdSLDContext aSLDContext) Calls on a specific method depending on the symbolizer type.
TLcdSLDSymbolizerPainterFactory.createStrokePainterProvider(ALcdSLDSymbolizer,TLcdSLDContext)
instead of this method.