Uses of Class
com.luciad.ogc.sld.model.TLcdSLDRule.Builder
Packages that use TLcdSLDRule.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 TLcdSLDRule.Builder in com.luciad.ogc.sld.model
Methods in com.luciad.ogc.sld.model that return TLcdSLDRule.BuilderModifier and TypeMethodDescriptionTLcdSLDFeatureTypeStyle.Builder.addRule()Starts a new rule.TLcdSLDRule.Builder.addSymbolizer(ALcdSLDSymbolizer aSymbolizer) Adds the given symbolizer directly to this rule.TLcdSLDRule.Builder.elseFilter()Indicates that this is an 'else' filter.TLcdSLDRule.Builder.filter(ILcdOGCCondition aCondition) Specifies the condition with which a filter should be created.TLcdSLDRule.Builder.filter(TLcdOGCFilter aFilter) Specifies the filter for this rule.TLcdSLDRule.Builder.maxScaleDenominator(double aMaxScale) Sets the maximum scale denominator necessary for which the rule still applies.TLcdSLDRule.Builder.minScaleDenominator(double aMinScale) Sets the minimum scale denominator necessary for the rule to apply.static TLcdSLDRule.Builder<TLcdSLDRule> TLcdSLDRule.newBuilder()Creates a new builder with the default values.Methods in com.luciad.ogc.sld.model that return types with arguments of type TLcdSLDRule.BuilderModifier and TypeMethodDescriptionTLcdSLDRule.Builder.addLineSymbolizer()Starts the definition of a new line symbolizer which is to be added to the rule.TLcdSLDRule.Builder.addPointSymbolizer()Starts the definition of a new point symbolizer which is to be added to the rule.TLcdSLDRule.Builder.addPolygonSymbolizer()Starts the definition of a new polygon symbolizer which is to be added to the rule.TLcdSLDRule.Builder.addRasterSymbolizer()Starts the definition of a new raster symbolizer which is to be added to the rule.TLcdSLDRule.Builder.addTextSymbolizer()Starts the definition of a new text symbolizer which is to be added to the rule.