Uses of Class
com.luciad.ogc.sld.model.TLcdSLDTextSymbolizer.Builder
Packages that use TLcdSLDTextSymbolizer.Builder
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.
-
Uses of TLcdSLDTextSymbolizer.Builder in com.luciad.ogc.sld.model
Methods in com.luciad.ogc.sld.model that return TLcdSLDTextSymbolizer.BuilderModifier and TypeMethodDescriptionTLcdSLDRule.Builder.addTextSymbolizer()Starts the definition of a new text symbolizer which is to be added to the rule.TLcdSLDTextSymbolizer.Builder.bold()Sets the font weight to bold.TLcdSLDTextSymbolizer.Builder.fill(TLcdSLDFill aFill) Sets the fill of the label.TLcdSLDTextSymbolizer.Builder.fillColor(ILcdOGCExpression aFillColorExpression) Specifies an OGC expression to use for the label fill color..Set the label fill color.TLcdSLDTextSymbolizer.Builder.fillOpacity(double aOpacity) Sets the opacity for the label color.TLcdSLDTextSymbolizer.Builder.font(TLcdSLDFont aFont) Sets the font of the symbolizer.TLcdSLDTextSymbolizer.Builder.fontFamily(String aFontFamily) Sets the font family.TLcdSLDTextSymbolizer.Builder.fontSize(int aFontSize) Sets the size of the font.TLcdSLDTextSymbolizer.Builder.geometry(TLcdOGCFunction aGeometryFunction) Specifies the geometry that is styled by this symbolizer.TLcdSLDTextSymbolizer.Builder.geometry(TLcdOGCPropertyName aGeometry) Specifies the geometry that is styled by this symbolizer.TLcdSLDTextSymbolizer.Builder.geometry(TLcdSLDGeometry aGeometry) Sets the geometry of the symbolizer.TLcdSLDTextSymbolizer.Builder.halo(TLcdSLDHalo aHalo) Sets the label halo.TLcdSLDTextSymbolizer.Builder.haloColor(ILcdOGCExpression aHaloColorExpression) Specifies an OGC expression to use for the halo color.Sets the color of the halo.TLcdSLDTextSymbolizer.Builder.haloOpacity(double aOpacity) Sets the opacity of the halo.TLcdSLDTextSymbolizer.Builder.haloRadius(double aRadius) Sets the radius of the halo.TLcdSLDTextSymbolizer.Builder.italic()Sets the font style to italic.TLcdSLDTextSymbolizer.Builder.label(ILcdOGCExpression aExpression) Sets the OGC expression that evaluates to a label.TLcdSLDTextSymbolizer.Builder.linePlacement(double aOffset) Specifies that the label should be placed along a line.TLcdSLDTextSymbolizer.Builder.linePlacement(TLcdSLDLinePlacement aLinePlacement) Specifies the line placement for the label.TLcdSLDTextSymbolizer.newBuilder()Creates a new builder with the default values.TLcdSLDTextSymbolizer.Builder.pointPlacement(TLcdSLDPointPlacement aPointPlacement) Specifies the point placement for the label.TLcdSLDTextSymbolizer.Builder.vendorOption(String aName, String aValue) Adds a vendor option.Methods in com.luciad.ogc.sld.model that return types with arguments of type TLcdSLDTextSymbolizer.BuilderModifier and TypeMethodDescriptionTLcdSLDTextSymbolizer.Builder.graphic()Returns a builder for the graphic that should be used by the text symbolizer.TLcdSLDTextSymbolizer.Builder.pointPlacement()Starts the definition of a new point placement which will be used as point placement for the label.