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 YamlMapYamlMap. from(Object... pairs)Quick inline map creation.YamlMapYamlMap. map(String key)Access value as a YamlMapYamlMapYamlObject. map()Casts this object to aYamlMap.YamlMapYamlSeq. 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 ZoomContextRootParser. getZoomContext(YamlMap map)static Map<String,String>Util. vendorOptions(YamlMap sourceMap)Parse all vendor options (keys starting with 'x-')
-