Uses of Class
org.geotools.ysld.YamlMap
-
Packages that use YamlMap Package Description org.geotools.ysld org.geotools.ysld.parse Parser for YSLD into style objects. -
-
Uses of YamlMap in org.geotools.ysld
Methods in org.geotools.ysld that return YamlMap Modifier and Type Method Description static YamlMap
YamlMap. from(Object... pairs)
Quick inline map creation.YamlMap
YamlMap. map(String key)
Access value as a YamlMapYamlMap
YamlObject. map()
Casts this object to aYamlMap
.YamlMap
YamlSeq. map(int i)
Map access -
Uses of YamlMap in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type YamlMap Modifier and Type Method Description protected ZoomContext
RootParser. getZoomContext(YamlMap map)
static Map<String,String>
Util. vendorOptions(YamlMap sourceMap)
Parse all vendor options (keys starting with 'x-')
-