Uses of Class
com.luciad.ogc.sld.model.TLcdSLDFill
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 TLcdSLDFill in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionTLcdSLDPolygonSymbolizer.Builder.fill
(TLcdSLDFill aFill) Specifies the fill to use.TLcdSLDTextSymbolizer.Builder.fill
(TLcdSLDFill aFill) Sets the fill of the label.ModifierConstructorDescriptionTLcdSLDHalo
(TLcdSLDParameterValue aRadius, TLcdSLDFill aFill) Constructor for given parameters.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.TLcdSLDTextSymbolizer
(TLcdSLDGeometry aGeometry, TLcdSLDParameterValue aLabel, TLcdSLDFont aFont, TLcdSLDLabelPlacement aLabelPlacement, TLcdSLDHalo aHalo, TLcdSLDFill aFill) Constructor for given parameters. -
Uses of TLcdSLDFill in com.luciad.ogc.sld.view.gxy
Modifier and TypeMethodDescriptionprotected ILcdSLDGraphicsProvider
TLcdSLDSymbolizerPainterFactory.createFillGraphicsProvider
(TLcdSLDFill aFill, TLcdSLDContext aSLDContext) Creates aILcdSLDGraphicsProvider
that sets up a Graphics object according to the styling information contained in theTLcdSLDFill
passed.