Uses of Class
com.luciad.ogc.sld.model.TLcdSLDPolygonSymbolizer.Builder
Packages that use TLcdSLDPolygonSymbolizer.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 TLcdSLDPolygonSymbolizer.Builder in com.luciad.ogc.sld.model
Methods in com.luciad.ogc.sld.model that return TLcdSLDPolygonSymbolizer.BuilderModifier and TypeMethodDescriptionTLcdSLDRule.Builder.addPolygonSymbolizer()Starts the definition of a new polygon symbolizer which is to be added to the rule.TLcdSLDPolygonSymbolizer.Builder.fill(TLcdSLDFill aFill) Specifies the fill to use.TLcdSLDPolygonSymbolizer.Builder.fillColor(ILcdOGCExpression aColorExpression) Specifies an OGC expression to use for the fill color.Specifies the fill color for this symbolizer.TLcdSLDPolygonSymbolizer.Builder.fillGraphic(TLcdSLDExternalGraphic aExternalGraphic) Specifies an external graphic that is to be used as a fill.TLcdSLDPolygonSymbolizer.Builder.fillOpacity(double aOpacity) Sets the opacity for the fill.TLcdSLDPolygonSymbolizer.Builder.geometry(TLcdOGCFunction aGeometryFunction) Specifies the geometry that is styled by this symbolizer.TLcdSLDPolygonSymbolizer.Builder.geometry(TLcdOGCPropertyName aGeometry) Specifies the geometry that is styled by this symbolizer.TLcdSLDPolygonSymbolizer.Builder.geometry(TLcdSLDGeometry aGeometry) Sets the geometry of the symbolizer.TLcdSLDPolygonSymbolizer.Builder.metre()Sets the unit of measure for this symbolizer to metre.TLcdSLDPolygonSymbolizer.newBuilder()Creates a new builder with the default values.TLcdSLDPolygonSymbolizer.Builder.noFill()Specifies that no fill should be used.TLcdSLDPolygonSymbolizer.Builder.noStroke()Specifies that no outline should be used.TLcdSLDPolygonSymbolizer.Builder.perpendicularOffset(double aOffset) Sets the perpendicular offset from the original geometry at which the polygon should be drawn.TLcdSLDPolygonSymbolizer.Builder.stroke(TLcdSLDStroke aStroke) Sets the stroke which will be used for the outline.TLcdSLDPolygonSymbolizer.Builder.strokeColor(ILcdOGCExpression aStrokeColorExpression) Specifies an OGC expression to use for the outline color.TLcdSLDPolygonSymbolizer.Builder.strokeColor(Color aColor) Specifies the outline color.TLcdSLDPolygonSymbolizer.Builder.strokeDashArray(int... aDashPattern) Specifies the dash array of the stroke.TLcdSLDPolygonSymbolizer.Builder.strokeDashArray(String aDashPattern) Specifies the dash array of the stroke.TLcdSLDPolygonSymbolizer.Builder.strokeOpacity(double aOpacity) Sets the opacity for the stroke.TLcdSLDPolygonSymbolizer.Builder.strokeWidth(int aWidth) Specifies the outline width.Methods in com.luciad.ogc.sld.model that return types with arguments of type TLcdSLDPolygonSymbolizer.BuilderModifier and TypeMethodDescriptionTLcdSLDPolygonSymbolizer.Builder.fillGraphic()Returns a builder for the graphic that should be used by the polygon symbolizer.