Package org.geotools.ysld.parse
Class RootParser
Object
YamlParseHandler
YsldParseHandler
RootParser
YsldParseHandler for the root of a YamlObject. This is the "entrypoint" YsldParseHandler for
 parsing Ysld into GeoTools-style objects. The resulting sld is accessible via the {sld() method.- 
Field Summary
Fields inherited from class YsldParseHandler
factory, LOG - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected ZoomContextgetZoomContext(YamlMap map) voidhandle(YamlObject<?> obj, YamlParseContext context) Handle parsing the providedYamlObjectin the givenYamlParseContext.newRule()sld() 
- 
Constructor Details
- 
RootParser
public RootParser() - 
RootParser
 
 - 
 - 
Method Details
- 
handle
Description copied from class:YamlParseHandlerHandle parsing the providedYamlObjectin the givenYamlParseContext.- Specified by:
 handlein classYamlParseHandler
 - 
getZoomContext
 - 
newFeatureTypeStyle
 - 
newRule
 - 
sld
 
 -