Uses of Class
com.luciad.ogc.sld.model.TLcdSLDGraphic
Packages that use TLcdSLDGraphic
Package
Description
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 TLcdSLDGraphic in com.luciad.ogc.sld.model
Methods in com.luciad.ogc.sld.model that return types with arguments of type TLcdSLDGraphicModifier and TypeMethodDescriptionstatic TLcdSLDGraphic.Builder
<TLcdSLDGraphic> TLcdSLDGraphic.newBuilder()
Creates a new builder with the default values.Methods in com.luciad.ogc.sld.model with parameters of type TLcdSLDGraphicModifier and TypeMethodDescriptionTLcdSLDLineSymbolizer.Builder.graphic
(TLcdSLDGraphic aGraphic) Sets the graphic that should be used for the stroke.TLcdSLDPointSymbolizer.Builder.graphic
(TLcdSLDGraphic aGraphic) Sets the graphic for this point symbolizer.void
TLcdSLDStroke.setGraphicFill
(TLcdSLDGraphic aGraphicFill) Sets the graphic with which the stroke will have to be stipple filled.void
TLcdSLDStroke.setGraphicStroke
(TLcdSLDGraphic aGraphicStroke) Sets the graphic with which the stroke will have to be filled repeated linearly.Constructors in com.luciad.ogc.sld.model with parameters of type TLcdSLDGraphicModifierConstructorDescriptionTLcdSLDFill
(TLcdSLDGraphic aGraphicFill, TLcdSLDParameterValue aColor, TLcdSLDParameterValue aOpacity) Constructor for given parameters.TLcdSLDPointSymbolizer
(TLcdSLDGeometry aGeometry, TLcdSLDGraphic aGraphic) Constructs a point symbolizer for the given graphic and geometry.TLcdSLDRule
(String aName, TLcdSLDDescription aDescription, TLcdSLDGraphic aLegendGraphic, TLcdOGCFilter aOGCFilter, boolean aHasElseFilter, double aMinScaleDenominator, double aMaxScaleDenominator, ALcdSLDSymbolizer[] aSymbolizers) Constructor for given parameters.TLcdSLDStroke
(TLcdSLDGraphic aGraphicFill, TLcdSLDGraphic aGraphicStroke) Constructor for either a given fill or a stroke. -
Uses of TLcdSLDGraphic in com.luciad.ogc.sld.view.gxy
Methods in com.luciad.ogc.sld.view.gxy with parameters of type TLcdSLDGraphicModifier and TypeMethodDescriptionprotected 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 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.