Uses of Class
com.luciad.ogc.sld.view.gxy.ALcdSLDRulePainter
Package
Description
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
-
Uses of ALcdSLDRulePainter in com.luciad.ogc.sld.view.gxy
Modifier and TypeClassDescriptionclass
A painter that handles painting of all the objects that comply to a given rule.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.ALcdSLDFeatureTypeStylePainter.getRulePainter
(int aRulePainterIndex) Returns the rule painter at the given index.ModifierConstructorDescriptionprotected
ALcdSLDFeatureTypeStylePainter
(String aFeatureTypeName, ALcdSLDRulePainter[] aRulePainters) TLcdSLDFeatureTypeStylePainter
(String aFeatureTypeName, ALcdSLDRulePainter[] aRulePainters)