Uses of Class
com.luciad.ogc.sld.model.TLcdSLDRule
Packages that use TLcdSLDRule
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.
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
-
Uses of TLcdSLDRule in com.luciad.ogc.sld.model
Methods in com.luciad.ogc.sld.model that return TLcdSLDRuleModifier and TypeMethodDescriptionTLcdSLDFeatureTypeStyle.getRule(int aIndex) Gets the rule at a given position.Methods in com.luciad.ogc.sld.model that return types with arguments of type TLcdSLDRuleModifier and TypeMethodDescriptionstatic TLcdSLDRule.Builder<TLcdSLDRule> TLcdSLDRule.newBuilder()Creates a new builder with the default values.Methods in com.luciad.ogc.sld.model with parameters of type TLcdSLDRuleModifier and TypeMethodDescriptionvoidTLcdSLDFeatureTypeStyle.addRule(TLcdSLDRule aRule) Adds a rule.TLcdSLDFeatureTypeStyle.Builder.addRule(TLcdSLDRule aRule) Adds a rule to the feature type style under construction.voidTLcdSLDFeatureTypeStyle.insertRuleAt(TLcdSLDRule aRule, int aIndex) Inserts a rule in the list of rules at the given index.voidTLcdSLDFeatureTypeStyle.removeRule(TLcdSLDRule aRule) Removes a rule.Constructors in com.luciad.ogc.sld.model with parameters of type TLcdSLDRuleModifierConstructorDescriptionTLcdSLDFeatureTypeStyle(String aName, TLcdSLDDescription aDescription, String aFeatureTypeName, TLcdSLDRule[] aRules, String[] aSemanticTypeIdentifiers, String aVersion) Constructor for given parameters. -
Uses of TLcdSLDRule in com.luciad.ogc.sld.view.gxy
Methods in com.luciad.ogc.sld.view.gxy with parameters of type TLcdSLDRuleModifier and TypeMethodDescriptionabstract ALcdSLDRulePainterALcdSLDGXYPainterFactory.createRulePainter(TLcdSLDRule aRule, TLcdSLDContext aSLDContext) Creates a rule painter which renders the objects accepted by the rule according to the style information in the rule (contained in the symbolizers).TLcdSLDGXYPainterFactory.createRulePainter(TLcdSLDRule aRule, TLcdSLDContext aSLDContext) Creates a TLcdSLDRulePainter.