Uses of Class
com.luciad.ogc.sld.view.gxy.ALcdSLDFeatureTypeStylePainter
Packages that use ALcdSLDFeatureTypeStylePainter
Package
Description
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
-
Uses of ALcdSLDFeatureTypeStylePainter in com.luciad.ogc.sld.view.gxy
Subclasses of ALcdSLDFeatureTypeStylePainter in com.luciad.ogc.sld.view.gxyModifier and TypeClassDescriptionclass
AnALcdSLDFeatureTypeStylePainter
that checks whether the scale of the view it is painting is valid for the object set to it, delegates to its rule painters for objects that are accepted by the rule painters for all of itsILcdGXYPainter
functionalities (paint, isTouched, boundsSFCT, ...), delegates to its rule painters for objects that are accepted by the rule painters for all of itsILcdGXYLabelPainter
functionalities (paintLabel, labelBoundsSFCT, ...).Methods in com.luciad.ogc.sld.view.gxy that return ALcdSLDFeatureTypeStylePainterModifier and TypeMethodDescriptionabstract ALcdSLDFeatureTypeStylePainter
ALcdSLDGXYPainterFactory.createFeatureTypeStylePainter
(TLcdSLDFeatureTypeStyle aStyle, TLcdSLDContext aSLDContext) Creates a feature type style painter that renders objects according to the styling information in the given style, taking into account the context.TLcdSLDGXYPainterFactory.createFeatureTypeStylePainter
(TLcdSLDFeatureTypeStyle aStyle, TLcdSLDContext aSLDContext) Create a TLcdSLDFeatureTypeStylePainter.