Package org.geotools.ysld.parse
Class FeatureStyleParser
Object
YamlParseHandler
YsldParseHandler
FeatureStyleParser
Handles parsing a Ysld "feature-styles" property into a
FeatureTypeStyle
object.-
Field Summary
Fields inherited from class YsldParseHandler
factory, LOG
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(YamlObject<?> obj, YamlParseContext context) Handle parsing the providedYamlObject
in the givenYamlParseContext
.
-
Method Details
-
handle
Description copied from class:YamlParseHandler
Handle parsing the providedYamlObject
in the givenYamlParseContext
.- Specified by:
handle
in classYamlParseHandler
-