Uses of Class
com.luciad.ogc.sld.view.gxy.ALcdSLDSymbolizerPainter
Packages that use ALcdSLDSymbolizerPainter
Package
Description
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
-
Uses of ALcdSLDSymbolizerPainter in com.luciad.ogc.sld.view.gxy
Methods in com.luciad.ogc.sld.view.gxy that return ALcdSLDSymbolizerPainterModifier and TypeMethodDescriptionprotected ALcdSLDSymbolizerPainterTLcdSLDSymbolizerPainterFactory.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.protected ALcdSLDSymbolizerPainterTLcdSLDSymbolizerPainterFactory.createPointSymbolizerPainter(TLcdSLDPointSymbolizer aSLDPointSymbolizer, TLcdSLDContext aSLDContext) Creates a point symbolizer painter based on the icon provider created with createIconProvider, the painter provider created with createPointPainterProvider and the context passed.protected ALcdSLDSymbolizerPainterTLcdSLDSymbolizerPainterFactory.createPolygonSymbolizerPainter(TLcdSLDPolygonSymbolizer aSLDPolygonSymbolizer, TLcdSLDContext aSLDContext) Creates a polygon symbolizer painter, based on the graphics provider for strokes returned by createStrokeGraphicsProvider, the painter provider for strokes returned by createStrokePainterProvider, the graphics provider for fills returned by createFillGraphicsProvider, the painter provider for fills returned by createStrokePainterProvider and the SLD context passed.protected ALcdSLDSymbolizerPainterTLcdSLDSymbolizerPainterFactory.createRasterSymbolizerPainter(TLcdSLDRasterSymbolizer aSLDRasterSymbolizer, TLcdSLDContext aSLDContext) Creates a raster symbolizer painter that styles objects according to the suppliedTLcdSLDRasterSymbolizer.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.protected ALcdSLDSymbolizerPainterTLcdSLDSymbolizerPainterFactory.createTextSymbolizerPainter(TLcdSLDTextSymbolizer aSLDTextSymbolizer, TLcdSLDContext aSLDContext) Creates a text symbolizer label painter that styles objects according to the supplied TLcdSLDTextSymbolizer.ALcdSLDRulePainter.getSymbolizerPainter(int aSymbolizerPainterIndex) Returns the painter corresponding to the symbolizer at the given index in the rule this painter implements.Constructors in com.luciad.ogc.sld.view.gxy with parameters of type ALcdSLDSymbolizerPainterModifierConstructorDescriptionprotectedALcdSLDRulePainter(boolean aHasElseFilter, ALcdSLDSymbolizerPainter[] aSymbolizerPainters) Creates a rule painter with the given array of symbolizer painters.protectedALcdSLDRulePainter(ILcdFilter aFilterEvaluator, ALcdSLDSymbolizerPainter[] aSymbolizerPainters) Creates a rule painter with the given filter evaluator and an array of symbolizer painters.TLcdSLDRulePainter(boolean aHasElseFilter, ALcdSLDSymbolizerPainter[] aSymbolizerPainters) TLcdSLDRulePainter(ILcdFilter aFilterEvaluator, ALcdSLDSymbolizerPainter[] aSymbolizerPainters)