Uses of Class
com.luciad.ogc.sld.model.TLcdSLDStroke
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 TLcdSLDStroke in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionTLcdSLDLineSymbolizer.Builder.stroke
(TLcdSLDStroke aStroke) Sets the stroke which will be used for the outline.TLcdSLDPolygonSymbolizer.Builder.stroke
(TLcdSLDStroke aStroke) Sets the stroke which will be used for the outline.ModifierConstructorDescriptionTLcdSLDLineSymbolizer
(TLcdSLDGeometry aGeometry, TLcdSLDStroke aStroke) Constructs a line symbolizer with a given stroke and geometry.TLcdSLDMark
(String aWellKnownName, TLcdSLDFill aFill, TLcdSLDStroke aStroke) Creates a newTLcdSLDMark
for the given well-known mark name, fill and stroke.TLcdSLDPolygonSymbolizer
(TLcdSLDStroke aStroke, TLcdSLDFill aFill, TLcdSLDGeometry aGeometry) Constructor for given stroke, fill and geometry. -
Uses of TLcdSLDStroke in com.luciad.ogc.sld.view.gxy
Modifier and TypeMethodDescriptionprotected 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.
TLcdSLDSymbolizerPainterFactory.createStrokeGraphicsProvider(TLcdSLDStroke, ALcdSLDSymbolizer, TLcdSLDContext)
instead of this method.