Uses of Class
com.luciad.ogc.sld.view.gxy.TLcdSLDContext
Package
Description
This package provides a
styler
that can be used
for AIS data.Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
This package provides the necessary classes to apply a SE or SLD Feature Type Style to a Luciad Lightspeed layer.
-
Uses of TLcdSLDContext in com.luciad.ais.view.lightspeed
ModifierConstructorDescriptionTLspAISStyler
(TLcdSLDContext aSLDContext, String... aBaseDirectories) Creates a new styler that looks in the given directories for.sld
files. -
Uses of TLcdSLDContext in com.luciad.ogc.sld.view.gxy
Modifier and TypeMethodDescriptionabstract ALcdSLDFeatureTypeStylePainter
ALcdSLDGXYPainterFactory.createFeatureTypeStylePainter
(TLcdSLDFeatureTypeStyle aStyle, TLcdSLDContext aSLDContext) Creates a feature type style painter that renders objects according to the styling information in the given style, taking into account the context.TLcdSLDGXYPainterFactory.createFeatureTypeStylePainter
(TLcdSLDFeatureTypeStyle aStyle, TLcdSLDContext aSLDContext) Create a TLcdSLDFeatureTypeStylePainter.protected ILcdSLDGraphicsProvider
TLcdSLDSymbolizerPainterFactory.createFillGraphicsProvider
(TLcdSLDFill aFill, TLcdSLDContext aSLDContext) Creates aILcdSLDGraphicsProvider
that sets up a Graphics object according to the styling information contained in theTLcdSLDFill
passed.protected 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 ILcdObjectIconProvider
TLcdSLDSymbolizerPainterFactory.createIconProvider
(TLcdSLDGraphic aGraphic, TLcdSLDContext aSLDContext) Creates an icon provider that supports marks and external graphics in formats supported by the JVM by default.protected 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.protected ALcdSLDSymbolizerPainter
TLcdSLDSymbolizerPainterFactory.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 ALcdSLDSymbolizerPainter
TLcdSLDSymbolizerPainterFactory.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 ALcdSLDSymbolizerPainter
TLcdSLDSymbolizerPainterFactory.createRasterSymbolizerPainter
(TLcdSLDRasterSymbolizer aSLDRasterSymbolizer, TLcdSLDContext aSLDContext) Creates a raster symbolizer painter that styles objects according to the suppliedTLcdSLDRasterSymbolizer
.abstract ALcdSLDRulePainter
ALcdSLDGXYPainterFactory.createRulePainter
(TLcdSLDRule aRule, TLcdSLDContext aSLDContext) Creates a rule painter which renders the objects accepted by the rule according to the style information in the rule (contained in the symbolizers).TLcdSLDGXYPainterFactory.createRulePainter
(TLcdSLDRule aRule, TLcdSLDContext aSLDContext) Creates a TLcdSLDRulePainter.protected ILcdObjectIconProvider
TLcdSLDSymbolizerPainterFactory.createSelectionIconProvider
(TLcdSLDGraphic aGraphic, TLcdSLDContext aSLDContext) Creates an icon provider that supports marks and external graphics in formats supported by the JVM by default.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 ILcdSLDGraphicsProvider
TLcdSLDSymbolizerPainterFactory.createStrokeGraphicsProvider
(TLcdSLDStroke aStroke, TLcdSLDContext aSLDContext) 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.protected ALcdSLDSymbolizerPainter
TLcdSLDSymbolizerPainterFactory.createTextSymbolizerPainter
(TLcdSLDTextSymbolizer aSLDTextSymbolizer, TLcdSLDContext aSLDContext) Creates a text symbolizer label painter that styles objects according to the supplied TLcdSLDTextSymbolizer. -
Uses of TLcdSLDContext in com.luciad.ogc.sld.view.lightspeed
ModifierConstructorDescriptionTLspSLDStyler
(TLcdSLDFeatureTypeStyle aFeatureTypeStyle, TLcdSLDContext aSLDContext) Creates a new SLD styler for the givenTLcdSLDFeatureTypeStyle
.
TLcdSLDSymbolizerPainterFactory.createStrokeGraphicsProvider(TLcdSLDStroke, ALcdSLDSymbolizer, TLcdSLDContext)
instead of this method.