Uses of Class
com.luciad.ogc.sld.model.TLcdSLDLineSymbolizer.Builder
Packages that use TLcdSLDLineSymbolizer.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 TLcdSLDLineSymbolizer.Builder in com.luciad.ogc.sld.model
Methods in com.luciad.ogc.sld.model that return TLcdSLDLineSymbolizer.BuilderModifier and TypeMethodDescriptionTLcdSLDRule.Builder.addLineSymbolizer()
Starts the definition of a new line symbolizer which is to be added to the rule.TLcdSLDLineSymbolizer.Builder.color
(ILcdOGCExpression aColorExpression) Specifies an OGC expression to use for the outline color.Specifies the outline color.TLcdSLDLineSymbolizer.Builder.dashArray
(int... aDashPattern) Specifies the dash array of the stroke.Specifies the dash array of the stroke.TLcdSLDLineSymbolizer.Builder.geometry
(TLcdOGCFunction aGeometryFunction) Specifies the geometry that is styled by this symbolizer.TLcdSLDLineSymbolizer.Builder.geometry
(TLcdOGCPropertyName aGeometry) Specifies the geometry that is styled by this symbolizer.TLcdSLDLineSymbolizer.Builder.geometry
(TLcdSLDGeometry aGeometry) Sets the geometry of the symbolizer.TLcdSLDLineSymbolizer.Builder.graphic
(TLcdSLDGraphic aGraphic) Sets the graphic that should be used for the stroke.TLcdSLDLineSymbolizer.Builder.metre()
Sets the unit of measure for this symbolizer to metre.TLcdSLDLineSymbolizer.newBuilder()
Creates a new builder with the default values.TLcdSLDLineSymbolizer.Builder.opacity
(double aOpacity) Sets the opacity for the stroke.TLcdSLDLineSymbolizer.Builder.perpendicularOffset
(double aOffset) Sets the perpendicular offset from the original geometry at which the line should be drawn.TLcdSLDLineSymbolizer.Builder.stroke
(TLcdSLDStroke aStroke) Sets the stroke which will be used for the outline.TLcdSLDLineSymbolizer.Builder.width
(double aWidth) Specifies the outline width.TLcdSLDLineSymbolizer.Builder.width
(int aWidth) Specifies the outline width.Methods in com.luciad.ogc.sld.model that return types with arguments of type TLcdSLDLineSymbolizer.BuilderModifier and TypeMethodDescriptionTLcdSLDLineSymbolizer.Builder.graphic()
Returns a builder for the graphic that should be used for the stroke.