public class YsldParser extends YamlParser
StyledLayerDescriptor
from the parse()
method.Constructor and Description |
---|
YsldParser(InputStream ysld) |
YsldParser(Reader reader) |
Modifier and Type | Method and Description |
---|---|
StyledLayerDescriptor |
parse()
Parse the yaml provided to this instance into a
StyledLayerDescriptor and return the
result. |
void |
setResourceLocator(ResourceLocator locator) |
void |
setUomMapper(UomMapper uomMapper) |
void |
setZoomContextFinders(List<ZoomContextFinder> zCtxtFinders) |
parse, parse
public YsldParser(InputStream ysld) throws IOException
IOException
public YsldParser(Reader reader) throws IOException
IOException
public void setZoomContextFinders(List<ZoomContextFinder> zCtxtFinders)
public void setResourceLocator(ResourceLocator locator)
public void setUomMapper(UomMapper uomMapper)
public StyledLayerDescriptor parse() throws IOException
StyledLayerDescriptor
and return the
result.IOException
Copyright © 1996–2019 Geotools. All rights reserved.