Package org.geotools.ysld.parse
Class RuleParser
- Object
-
- YamlParseHandler
-
- YsldParseHandler
-
- RuleParser
-
public class RuleParser extends YsldParseHandler
Handles parsing a Ysld "rules" property intoRuleobjects for aFeatureTypeStyle.
-
-
Field Summary
-
Fields inherited from class YsldParseHandler
factory, LOG
-
-
Constructor Summary
Constructors Constructor Description RuleParser(FeatureTypeStyle featureStyle, Factory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ZoomContextgetZoomContext(YamlParseContext context)voidhandle(YamlObject<?> obj, YamlParseContext context)Handle parsing the providedYamlObjectin the givenYamlParseContext.
-
-
-
Constructor Detail
-
RuleParser
public RuleParser(FeatureTypeStyle featureStyle, Factory factory)
-
-
Method Detail
-
handle
public void handle(YamlObject<?> obj, YamlParseContext context)
Description copied from class:YamlParseHandlerHandle parsing the providedYamlObjectin the givenYamlParseContext.- Specified by:
handlein classYamlParseHandler
-
getZoomContext
protected ZoomContext getZoomContext(YamlParseContext context)
-
-