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 ZoomContext
getZoomContext
(YamlMap map) void
handle
(YamlObject<?> obj, YamlParseContext context) Handle parsing the providedYamlObject
in the givenYamlParseContext
.newRule()
sld()
-
Constructor Details
-
RootParser
public RootParser() -
RootParser
-
-
Method Details
-
handle
Description copied from class:YamlParseHandler
Handle parsing the providedYamlObject
in the givenYamlParseContext
.- Specified by:
handle
in classYamlParseHandler
-
getZoomContext
-
newFeatureTypeStyle
-
newRule
-
sld
-