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 TypeClassDescriptionclassHandles the parsing of a Ysld "color-map" property to aColorMapobject.classHandles parsing a Ysld "external" property into aExternalGraphicobject.classHandles parsing a Ysld "feature-styles" property into aFeatureTypeStyleobject.classHandles parsing Ysld "fill-*" properties ("fill-color", "fill-opacity", "fill-graphic") into aFillobject.classHandles parsing Ysld "graphic" properties (e.g., "graphic", "stroke-graphic", "fill-graphic") into aGraphicobject.classHandles parsing a Ysld "line" symbolizer property into aSymbolizerobject.classHandles parsing a Ysld "mark" property into aMarkobject.classHandles parsing a Ysld "point" symbolizer property into aSymbolizerobject.classHandles parsing a Ysld "polygon" symbolizer property into aSymbolizerobject.classHandles the parsing of a Ysld "raster" symbolizer property into aSymbolizerobject.classYsldParseHandlerfor the root of aYamlObject.classHandles parsing a Ysld "rules" property intoRuleobjects for aFeatureTypeStyle.classHandles parsing Ysld "stroke-*" (e.g., "stroke-color", "stroke-width", ... ) properties into aStrokeobject.classSymbolizerParser<T extends Symbolizer>Base class for handling the parsing of Ysld "symbolizer" properties intoSymbolizerobjects.classHandles parsing a Ysld "symbolizers" property intoSymbolizerobjects, delegating toSymbolizerParserand its subclasses.classHandles parsing a Ysld "text" symbolizer property into aSymbolizerobject.classHandles parsing a Ysld "transform" property into a transformationFunctionobject.classExtendsYamlParseHandlerto 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