Uses of Class
org.geotools.ysld.parse.YamlParseHandler
Packages that use YamlParseHandler
-
Uses of YamlParseHandler in org.geotools.ysld.parse
Subclasses of YamlParseHandler in org.geotools.ysld.parseModifier and TypeClassDescriptionclass
Handles the parsing of a Ysld "color-map" property to aColorMap
object.class
Handles parsing a Ysld "external" property into aExternalGraphic
object.class
Handles parsing a Ysld "feature-styles" property into aFeatureTypeStyle
object.class
Handles parsing Ysld "fill-*" properties ("fill-color", "fill-opacity", "fill-graphic") into aFill
object.class
Handles parsing Ysld "graphic" properties (e.g., "graphic", "stroke-graphic", "fill-graphic") into aGraphic
object.class
Handles parsing a Ysld "line" symbolizer property into aSymbolizer
object.class
Handles parsing a Ysld "mark" property into aMark
object.class
Handles parsing a Ysld "point" symbolizer property into aSymbolizer
object.class
Handles parsing a Ysld "polygon" symbolizer property into aSymbolizer
object.class
Handles the parsing of a Ysld "raster" symbolizer property into aSymbolizer
object.class
YsldParseHandler
for the root of aYamlObject
.class
Handles parsing a Ysld "rules" property intoRule
objects for aFeatureTypeStyle
.class
Handles parsing Ysld "stroke-*" (e.g., "stroke-color", "stroke-width", ... ) properties into aStroke
object.class
SymbolizerParser<T extends Symbolizer>
Base class for handling the parsing of Ysld "symbolizer" properties intoSymbolizer
objects.class
Handles parsing a Ysld "symbolizers" property intoSymbolizer
objects, delegating toSymbolizerParser
and its subclasses.class
Handles parsing a Ysld "text" symbolizer property into aSymbolizer
object.class
Handles parsing a Ysld "transform" property into a transformationFunction
object.class
ExtendsYamlParseHandler
to handle parsing YSLD into GeoTools-style objects.Methods in org.geotools.ysld.parse with type parameters of type YamlParseHandlerModifier and TypeMethodDescription<T extends YamlParseHandler>
TYamlParser.parse
(T root) <T extends YamlParseHandler>
TParse the yaml provided to this instance using the providedYamlParseHandler
.Methods in org.geotools.ysld.parse with parameters of type YamlParseHandlerModifier and TypeMethodDescriptionYamlParseContext.push
(String key, YamlParseHandler handler) Parse a child of the current object if presentYamlParseContext.push
(YamlParseHandler handler) Add a handler to the stack handling the current object.YamlParseContext.push
(YamlObject scope, String key, YamlParseHandler handler) Parse a child of the specified object if presentYamlParseContext.push
(YamlObject obj, YamlParseHandler handler) Add a handler to the stack handling the specified object