Package org.geotools.ysld.parse
Class SymbolizerParser<T extends Symbolizer>
- Object
-
- YamlParseHandler
-
- YsldParseHandler
-
- SymbolizerParser<T>
-
- Type Parameters:
T- The type ofSymbolizerbeing parsed.
- Direct Known Subclasses:
LineParser,PointParser,PolygonParser,RasterParser,TextParser
public class SymbolizerParser<T extends Symbolizer> extends YsldParseHandler
Base class for handling the parsing of Ysld "symbolizer" properties intoSymbolizerobjects.
-
-
Field Summary
Fields Modifier and Type Field Description protected Tsym-
Fields inherited from class YsldParseHandler
factory, LOG
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSymbolizerParser(Rule rule, T sym, Factory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(YamlObject<?> obj, YamlParseContext context)Handle parsing the providedYamlObjectin the givenYamlParseContext.
-
-
-
Field Detail
-
sym
protected T extends Symbolizer sym
-
-
Method Detail
-
handle
public void handle(YamlObject<?> obj, YamlParseContext context)
Description copied from class:YamlParseHandlerHandle parsing the providedYamlObjectin the givenYamlParseContext.- Specified by:
handlein classYamlParseHandler
-
-