Package org.geotools.ysld.parse
Class YsldParser
Object
YamlParser
YsldParser
Parses a Yaml/Ysld stream into GeoTools style objects by returning a
StyledLayerDescriptor
from the
parse()
method.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse()
Parse the yaml provided to this instance into aStyledLayerDescriptor
and return the result.void
setResourceLocator
(ResourceLocator locator) void
setUomMapper
(UomMapper uomMapper) void
setZoomContextFinders
(List<ZoomContextFinder> zCtxtFinders) Methods inherited from class YamlParser
parse, parse
-
Constructor Details
-
YsldParser
- Throws:
IOException
-
YsldParser
- Throws:
IOException
-
-
Method Details
-
setZoomContextFinders
-
setResourceLocator
-
setUomMapper
-
parse
Parse the yaml provided to this instance into aStyledLayerDescriptor
and return the result.- Throws:
IOException
-