Package org.geotools.ysld.parse
package org.geotools.ysld.parse
Parser for YSLD into style objects.
- 
ClassDescriptionHandles the parsing of a Ysld "color-map" property to a
ColorMapobject.Deprecated.Handles parsing a Ysld "external" property into aExternalGraphicobject.Handles parsing a Ysld "feature-styles" property into aFeatureTypeStyleobject.Handles parsing Ysld "fill-*" properties ("fill-color", "fill-opacity", "fill-graphic") into aFillobject.Handles parsing Ysld "graphic" properties (e.g., "graphic", "stroke-graphic", "fill-graphic") into aGraphicobject.Handles parsing a Ysld "line" symbolizer property into aSymbolizerobject.Deprecated.UseListZoomContextinstead.Handles parsing a Ysld "mark" property into aMarkobject.Deprecated.UseMedialZoomContextinstead.Handles parsing a Ysld "point" symbolizer property into aSymbolizerobject.Handles parsing a Ysld "polygon" symbolizer property into aSymbolizerobject.Handles the parsing of a Ysld "raster" symbolizer property into aSymbolizerobject.Deprecated.UseRatioZoomContextinstead.YsldParseHandlerfor the root of aYamlObject.Handles parsing a Ysld "rules" property intoRuleobjects for aFeatureTypeStyle.Deprecated.UseScaleRangeinstead.Handles parsing Ysld "stroke-*" (e.g., "stroke-color", "stroke-width", ... ) properties into aStrokeobject.SymbolizerParser<T extends Symbolizer>Base class for handling the parsing of Ysld "symbolizer" properties intoSymbolizerobjects.Handles parsing a Ysld "symbolizers" property intoSymbolizerobjects, delegating toSymbolizerParserand its subclasses.Handles parsing a Ysld "text" symbolizer property into aSymbolizerobject.Handles parsing a Ysld "transform" property into a transformationFunctionobject.Parsing utilitiesDeprecated.UseWellKnownZoomContextFinderinstead.Holds the context of a call toYamlParser.parse(YamlParseHandler, Map)during its descent into theYamlObjectbeing parsed.Abstract base class for Yaml parse handlers.Base Yaml parsing class, responsible for parsing the yaml input into aYamlObject} and then delegating to aYamlParseHandler.ExtendsYamlParseHandlerto handle parsing YSLD into GeoTools-style objects.Parses a Yaml/Ysld stream into GeoTools style objects by returning aStyledLayerDescriptorfrom theYsldParser.parse()method.Deprecated.UseZoomContextinstead.Deprecated.UseZoomContextFinderinstead. 
ContinuousZoomContextinstead.