Uses of Class
com.luciad.ogc.sld.model.TLcdSLDGraphic.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 TLcdSLDGraphic.Builder in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionTLcdSLDGraphic.Builder.addExternalGraphic
(String aHref) Adds an external graphic based on the specified link.TLcdSLDGraphic.Builder.addInlineExternalGraphic
(String aFileName) Adds a binary image file.TLcdSLDGraphic.Builder.addInlineSVGMark
(String aFileName) Creates and adds a mark graphic by loading an SVG from file.TLcdSLDGraphic.Builder.addMark
(TLcdSLDMark aMark) Adds a mark which will be used for the graphicsCreates a mark graphic based on a 'well known name'.TLcdSLDGraphic.Builder.addMark
(String aWellKnownName, Color aLineColor, Color aFillColor, double aOpacity) Creates a mark graphic based on a 'well known name'.TLcdSLDGraphic.Builder.anchorPoint
(TLcdSLDAnchorPoint aAnchorPoint) Sets the anchor point for this graphic.TLcdSLDPolygonSymbolizer.Builder.fillGraphic()
Returns a builder for the graphic that should be used by the polygon symbolizer.TLcdSLDLineSymbolizer.Builder.graphic()
Returns a builder for the graphic that should be used for the stroke.TLcdSLDPointSymbolizer.Builder.graphic()
Returns a builder for the graphic that should be used by the point symbolizer.TLcdSLDTextSymbolizer.Builder.graphic()
Returns a builder for the graphic that should be used by the text symbolizer.static TLcdSLDGraphic.Builder
<TLcdSLDGraphic> TLcdSLDGraphic.newBuilder()
Creates a new builder with the default values.TLcdSLDGraphic.Builder.opacity
(double aOpacity) Sets a fixed opacity for this graphic.TLcdSLDGraphic.Builder.opacity
(ILcdOGCExpression aOpacityExpression) Sets the opacity expression for this graphic.TLcdSLDGraphic.Builder.rotation
(double aRotationInDegrees) Sets a fixed rotation for this graphic.TLcdSLDGraphic.Builder.rotation
(ILcdOGCExpression aRotationExpression) Sets a rotation expression for this graphic.TLcdSLDGraphic.Builder.size
(double aSize) Sets a fixed size for this graphic.TLcdSLDGraphic.Builder.size
(ILcdOGCExpression aSize) Sets a size expression for this graphic.