Package org.geotools.ysld.parse
Class LineParser
-
public class LineParser extends SymbolizerParser<LineSymbolizer>
Handles parsing a Ysld "line" symbolizer property into aSymbolizerobject.
-
-
Field Summary
-
Fields inherited from class SymbolizerParser
sym
-
Fields inherited from class YsldParseHandler
factory, LOG
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLineParser(Rule rule, 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.
-
-
-
Method Detail
-
handle
public void handle(YamlObject<?> obj, YamlParseContext context)
Description copied from class:YamlParseHandlerHandle parsing the providedYamlObjectin the givenYamlParseContext.- Overrides:
handlein classSymbolizerParser<LineSymbolizer>
-
-