Uses of Class
com.luciad.ogc.sld.model.TLcdSLDPointSymbolizer
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 TLcdSLDPointSymbolizer in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionTLcdSLDPointSymbolizer.newBuilder()
Creates a new builder with the default values. -
Uses of TLcdSLDPointSymbolizer in com.luciad.ogc.sld.view.gxy
Modifier and TypeMethodDescriptionprotected ALcdSLDSymbolizerPainter
TLcdSLDSymbolizerPainterFactory.createPointSymbolizerPainter
(TLcdSLDPointSymbolizer aSLDPointSymbolizer, TLcdSLDContext aSLDContext) Creates a point symbolizer painter based on the icon provider created with createIconProvider, the painter provider created with createPointPainterProvider and the context passed.