Class PointSymbolizerImpl

Object
AbstractSymbolizer
PointSymbolizerImpl
All Implemented Interfaces:
Cloneable, PointSymbolizer, Symbolizer, Cloneable

public class PointSymbolizerImpl extends AbstractSymbolizer implements PointSymbolizer, Cloneable
Provides a Java representation of the PointSymbolizer. This defines how points are to be rendered.
Author:
Ian Turton, CCG, Johann Sorel (Geomatys)
  • Constructor Details

    • PointSymbolizerImpl

      protected PointSymbolizerImpl()
      Creates a new instance of DefaultPointSymbolizer
    • PointSymbolizerImpl

      protected PointSymbolizerImpl(Graphic graphic, Unit<Length> uom, String geom, String name, Description desc)
  • Method Details