Uses of Class
com.luciad.ogc.sld.model.ALcdSLDSymbolizer
Packages that use 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
Subclasses of ALcdSLDSymbolizer in com.luciad.format.s52.sldModifier and TypeClassDescriptionclassSymbolizer for expressing an S-52 styling configuration within an SLD Feature Type Style definition. -
Uses of ALcdSLDSymbolizer in com.luciad.ogc.sld.model
Subclasses of ALcdSLDSymbolizer in com.luciad.ogc.sld.modelModifier and TypeClassDescriptionclassA LineSymbolizer is used to render a "stroke" along a linear geometry.classA PointSymbolizer specifies the rendering of a "graphic symbol" at a point.classA PolygonSymbolizer specifies the rendering of a polygon or area geometry, including its interior fill and border stroke.classA RasterSymbolizer is used to specify the rendering of raster/matrix-coverage data (e.g., satellite images, DEMs).classA TextSymbolizer contains styling information to render text labels according to various graphical parameters.Methods in com.luciad.ogc.sld.model that return ALcdSLDSymbolizerModifier and TypeMethodDescriptionTLcdSLDRule.getSymbolizer(int aIndex) Gets the symbolizer at a given position.Methods in com.luciad.ogc.sld.model with parameters of type ALcdSLDSymbolizerModifier and TypeMethodDescriptionvoidTLcdSLDRule.addSymbolizer(ALcdSLDSymbolizer aSymbolizer) Adds a symbolizer.TLcdSLDRule.Builder.addSymbolizer(ALcdSLDSymbolizer aSymbolizer) Adds the given symbolizer directly to this rule.voidTLcdSLDRule.insertSymbolizerAt(ALcdSLDSymbolizer aSymbolizer, int aIndex) Inserts a symbolizer in the list of symbolizers at the given index.voidTLcdSLDRule.removeSymbolizer(ALcdSLDSymbolizer aSymbolizer) Removes a symbolizer.Constructors in com.luciad.ogc.sld.model with parameters of type ALcdSLDSymbolizerModifierConstructorDescriptionTLcdSLDRule(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
Methods in com.luciad.ogc.sld.view.gxy with parameters of type ALcdSLDSymbolizerModifier and TypeMethodDescriptionprotected ILcdGXYEditorProviderTLcdSLDSymbolizerPainterFactory.createStrokeEditorProvider(ALcdSLDSymbolizer aSymbolizer) Returns an editor provider to edit lines.protected ILcdSLDGraphicsProviderTLcdSLDSymbolizerPainterFactory.createStrokeGraphicsProvider(TLcdSLDStroke aStroke, ALcdSLDSymbolizer aSymbolizer, TLcdSLDContext aSLDContext) Creates aILcdSLDGraphicsProviderthat sets up a Graphics object according to the styling information contained in theTLcdSLDStrokepassed.protected ILcdGXYPainterProviderTLcdSLDSymbolizerPainterFactory.createStrokePainterProvider(ALcdSLDSymbolizer aSymbolizer) Deprecated.protected ILcdGXYPainterProviderTLcdSLDSymbolizerPainterFactory.createStrokePainterProvider(ALcdSLDSymbolizer aSymbolizer, TLcdSLDContext aSLDContext) Returns a painter provider to paint lines.abstract ALcdSLDSymbolizerPainterALcdSLDGXYPainterFactory.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 theALcdSymbolizerpassed in the given context.TLcdSLDGXYPainterFactory.createSymbolizerPainter(ALcdSLDSymbolizer aSLDSymbolizer, TLcdSLDContext aSLDContext) Creates an ALcdSLDSymbolizerPainter using theILcdSLDSymbolizerPainterFactoryset.TLcdSLDSymbolizerPainterFactory.createSymbolizerPainter(ALcdSLDSymbolizer aSLDSymbolizer, TLcdSLDContext aSLDContext) Calls on a specific method depending on the symbolizer type.
TLcdSLDSymbolizerPainterFactory.createStrokePainterProvider(ALcdSLDSymbolizer,TLcdSLDContext)instead of this method.