Class TLcdSLDRulePainter

java.lang.Object
com.luciad.ogc.sld.view.gxy.ALcdSLDRulePainter
com.luciad.ogc.sld.view.gxy.TLcdSLDRulePainter
All Implemented Interfaces:
ILcdCloneable, ILcdPropertyChangeSource, ILcdGXYLabelPainter, ILcdGXYLabelPainter2, ILcdGXYMultiLabelPainter, ILcdGXYPainter, Serializable, Cloneable

public class TLcdSLDRulePainter extends ALcdSLDRulePainter implements ILcdGXYLabelPainter2
A painter that handles painting of all the objects that comply to a given rule. This implementation delegates to
  • to its symbolizer painters who implement ILcdGXYPainter for all painter methods (paint, boundsSFCT, ...),
  • to its symbolizer painters who implement ILcdGXYLabelPainter for all label painter methods (paintLabel, labelBoundsSFCT, ...),
for objects which are accepted by the filter evaluator.
See Also: