Class SymbolizerBuilder<T extends Symbolizer>

    • Field Detail

      • options

        protected Map<String,​String> options
      • parent

        protected AbstractSLDBuilder<?> parent
      • unset

        protected boolean unset
    • Constructor Detail

      • SymbolizerBuilder

        public SymbolizerBuilder​(AbstractSLDBuilder parent)
    • Method Detail

      • literal

        protected Expression literal​(Object literal)
      • property

        protected Expression property​(String name)
      • cqlExpression

        protected Expression cqlExpression​(String cql)
      • cqlFilter

        protected Filter cqlFilter​(String cql)
      • buildStyle

        public Style buildStyle()
      • buildRoot

        public Object buildRoot()
      • buildStyleInternal

        protected abstract void buildStyleInternal​(StyleBuilder sb)
      • init

        protected void init​(Builder<T> other)
      • unset

        public AbstractSLDBuilder<T> unset()
        Description copied from interface: Builder
        Configure the Builder to produce null.

        This method allows a Builder to be used as a placeholder; in its unset state the build() method will produce null. If any of the builder methods are used the builder will produce a result.

        Specified by:
        unset in interface Builder<T>
        Returns:
        Builder configured to build null