Package org.geotools.ysld.parse
Class FeatureStyleParser
- Object
-
- YamlParseHandler
-
- YsldParseHandler
-
- FeatureStyleParser
-
public class FeatureStyleParser extends YsldParseHandler
Handles parsing a Ysld "feature-styles" property into aFeatureTypeStyleobject.
-
-
Field Summary
-
Fields inherited from class YsldParseHandler
factory, LOG
-
-
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.- Specified by:
handlein classYamlParseHandler
-
-