Uses of Class
com.luciad.ogc.sld.view.gxy.ALcdSLDRulePainter
Packages that use 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
Subclasses of ALcdSLDRulePainter in com.luciad.ogc.sld.view.gxyModifier and TypeClassDescriptionclass
A painter that handles painting of all the objects that comply to a given rule.Methods in com.luciad.ogc.sld.view.gxy that return ALcdSLDRulePainterModifier 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.Constructors in com.luciad.ogc.sld.view.gxy with parameters of type ALcdSLDRulePainterModifierConstructorDescriptionprotected
ALcdSLDFeatureTypeStylePainter
(String aFeatureTypeName, ALcdSLDRulePainter[] aRulePainters) TLcdSLDFeatureTypeStylePainter
(String aFeatureTypeName, ALcdSLDRulePainter[] aRulePainters)