Package org.geotools.ysld.parse
Class RuleParser
- Object
-
- YamlParseHandler
-
- YsldParseHandler
-
- RuleParser
-
public class RuleParser extends YsldParseHandler
Handles parsing a Ysld "rules" property intoRule
objects 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 ZoomContext
getZoomContext(YamlParseContext context)
void
handle(YamlObject<?> obj, YamlParseContext context)
Handle parsing the providedYamlObject
in 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:YamlParseHandler
Handle parsing the providedYamlObject
in the givenYamlParseContext
.- Specified by:
handle
in classYamlParseHandler
-
getZoomContext
protected ZoomContext getZoomContext(YamlParseContext context)
-
-