Uses of Class
com.luciad.ogc.sld.view.gxy.TLcdSLDContext
Packages that use 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
Constructors in com.luciad.ais.view.lightspeed with parameters of type TLcdSLDContextModifierConstructorDescriptionTLspAISStyler(TLcdSLDContext aSLDContext, String... aBaseDirectories) Creates a new styler that looks in the given directories for.sldfiles. -
Uses of TLcdSLDContext in com.luciad.ogc.sld.view.gxy
Methods in com.luciad.ogc.sld.view.gxy with parameters of type TLcdSLDContextModifier and TypeMethodDescriptionabstract ALcdSLDFeatureTypeStylePainterALcdSLDGXYPainterFactory.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 ILcdSLDGraphicsProviderTLcdSLDSymbolizerPainterFactory.createFillGraphicsProvider(TLcdSLDFill aFill, TLcdSLDContext aSLDContext) Creates aILcdSLDGraphicsProviderthat sets up a Graphics object according to the styling information contained in theTLcdSLDFillpassed.protected ILcdSLDGraphicsProviderTLcdSLDSymbolizerPainterFactory.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 ILcdObjectIconProviderTLcdSLDSymbolizerPainterFactory.createIconProvider(TLcdSLDGraphic aGraphic, TLcdSLDContext aSLDContext) Creates an icon provider that supports marks and external graphics in formats supported by the JVM by default.protected 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 ALcdSLDRulePainterALcdSLDGXYPainterFactory.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 ILcdObjectIconProviderTLcdSLDSymbolizerPainterFactory.createSelectionIconProvider(TLcdSLDGraphic aGraphic, TLcdSLDContext aSLDContext) Creates an icon provider that supports marks and external graphics in formats supported by the JVM by default.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 ILcdSLDGraphicsProviderTLcdSLDSymbolizerPainterFactory.createStrokeGraphicsProvider(TLcdSLDStroke aStroke, TLcdSLDContext aSLDContext) 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.protected ALcdSLDSymbolizerPainterTLcdSLDSymbolizerPainterFactory.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
Constructors in com.luciad.ogc.sld.view.lightspeed with parameters of type TLcdSLDContextModifierConstructorDescriptionTLspSLDStyler(TLcdSLDFeatureTypeStyle aFeatureTypeStyle, TLcdSLDContext aSLDContext) Creates a new SLD styler for the givenTLcdSLDFeatureTypeStyle.
TLcdSLDSymbolizerPainterFactory.createStrokeGraphicsProvider(TLcdSLDStroke, ALcdSLDSymbolizer, TLcdSLDContext)instead of this method.