T - The type of Symbolizer being parsed.public class SymbolizerParser<T extends Symbolizer> extends YsldParseHandler
Symbolizer
objects.| Modifier and Type | Field and Description |
|---|---|
protected T |
sym |
factory, LOG| Modifier | Constructor and Description |
|---|---|
protected |
SymbolizerParser(Rule rule,
T sym,
Factory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(YamlObject<?> obj,
YamlParseContext context)
Handle parsing the provided
YamlObject in the given YamlParseContext. |
protected T extends Symbolizer sym
public void handle(YamlObject<?> obj, YamlParseContext context)
YamlParseHandlerYamlObject in the given YamlParseContext.handle in class YamlParseHandlerCopyright © 1996–2019 Geotools. All rights reserved.