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 aStyledLayerDescriptorand return the result.voidsetResourceLocator(ResourceLocator locator) voidsetUomMapper(UomMapper uomMapper) voidsetZoomContextFinders(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 aStyledLayerDescriptorand return the result.- Throws:
IOException
-