Uses of Interface
com.luciad.ogc.sld.view.gxy.ILcdSLDGraphicsProvider
Packages that use ILcdSLDGraphicsProvider
Package
Description
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
-
Uses of ILcdSLDGraphicsProvider in com.luciad.ogc.sld.view.gxy
Classes in com.luciad.ogc.sld.view.gxy that implement ILcdSLDGraphicsProviderModifier and TypeClassDescriptionclassThis class adapts theILcdSLDGraphicsProviderto allow for theILcdGXYContextto be passed to the setup and rollback methods.Methods in com.luciad.ogc.sld.view.gxy that return ILcdSLDGraphicsProviderModifier and TypeMethodDescriptionprotected 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 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.
TLcdSLDSymbolizerPainterFactory.createStrokeGraphicsProvider(TLcdSLDStroke, ALcdSLDSymbolizer, TLcdSLDContext)instead of this method.