Package org.geotools.ysld.parse
Class PointParser
-
public class PointParser extends SymbolizerParser<PointSymbolizer>
Handles parsing a Ysld "point" symbolizer property into aSymbolizer
object.
-
-
Field Summary
-
Fields inherited from class SymbolizerParser
sym
-
Fields inherited from class YsldParseHandler
factory, LOG
-
-
Constructor Summary
Constructors Constructor Description PointParser(Rule rule, Factory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(YamlObject<?> obj, YamlParseContext context)
Handle parsing the providedYamlObject
in the givenYamlParseContext
.
-
-
-
Method Detail
-
handle
public void handle(YamlObject<?> obj, YamlParseContext context)
Description copied from class:YamlParseHandler
Handle parsing the providedYamlObject
in the givenYamlParseContext
.- Overrides:
handle
in classSymbolizerParser<PointSymbolizer>
-
-