Uses of Class
com.luciad.ogc.sld.model.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
Modifier and TypeMethodDescriptionTLcdSLDFeatureTypeStyle.getRule
(int aIndex) Gets the rule at a given position.Modifier and TypeMethodDescriptionstatic TLcdSLDRule.Builder
<TLcdSLDRule> TLcdSLDRule.newBuilder()
Creates a new builder with the default values.Modifier and TypeMethodDescriptionvoid
TLcdSLDFeatureTypeStyle.addRule
(TLcdSLDRule aRule) Adds a rule.TLcdSLDFeatureTypeStyle.Builder.addRule
(TLcdSLDRule aRule) Adds a rule to the feature type style under construction.void
TLcdSLDFeatureTypeStyle.insertRuleAt
(TLcdSLDRule aRule, int aIndex) Inserts a rule in the list of rules at the given index.void
TLcdSLDFeatureTypeStyle.removeRule
(TLcdSLDRule aRule) Removes a rule.ModifierConstructorDescriptionTLcdSLDFeatureTypeStyle
(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
Modifier and TypeMethodDescriptionabstract ALcdSLDRulePainter
ALcdSLDGXYPainterFactory.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.