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
ColorMap
object.Deprecated.Handles parsing a Ysld "external" property into aExternalGraphic
object.Handles parsing a Ysld "feature-styles" property into aFeatureTypeStyle
object.Handles parsing Ysld "fill-*" properties ("fill-color", "fill-opacity", "fill-graphic") into aFill
object.Handles parsing Ysld "graphic" properties (e.g., "graphic", "stroke-graphic", "fill-graphic") into aGraphic
object.Handles parsing a Ysld "line" symbolizer property into aSymbolizer
object.Deprecated.UseListZoomContext
instead.Handles parsing a Ysld "mark" property into aMark
object.Deprecated.UseMedialZoomContext
instead.Handles parsing a Ysld "point" symbolizer property into aSymbolizer
object.Handles parsing a Ysld "polygon" symbolizer property into aSymbolizer
object.Handles the parsing of a Ysld "raster" symbolizer property into aSymbolizer
object.Deprecated.UseRatioZoomContext
instead.YsldParseHandler
for the root of aYamlObject
.Handles parsing a Ysld "rules" property intoRule
objects for aFeatureTypeStyle
.Deprecated.UseScaleRange
instead.Handles parsing Ysld "stroke-*" (e.g., "stroke-color", "stroke-width", ... ) properties into aStroke
object.SymbolizerParser<T extends Symbolizer>Base class for handling the parsing of Ysld "symbolizer" properties intoSymbolizer
objects.Handles parsing a Ysld "symbolizers" property intoSymbolizer
objects, delegating toSymbolizerParser
and its subclasses.Handles parsing a Ysld "text" symbolizer property into aSymbolizer
object.Handles parsing a Ysld "transform" property into a transformationFunction
object.Parsing utilitiesDeprecated.UseWellKnownZoomContextFinder
instead.Holds the context of a call toYamlParser.parse(YamlParseHandler, Map)
during its descent into theYamlObject
being 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
.ExtendsYamlParseHandler
to handle parsing YSLD into GeoTools-style objects.Parses a Yaml/Ysld stream into GeoTools style objects by returning aStyledLayerDescriptor
from theYsldParser.parse()
method.Deprecated.UseZoomContext
instead.Deprecated.UseZoomContextFinder
instead.
ContinuousZoomContext
instead.