Uses of Class
org.geotools.ysld.parse.YamlParseContext
-
Packages that use YamlParseContext Package Description org.geotools.ysld.parse Parser for YSLD into style objects. -
-
Uses of YamlParseContext in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse that return YamlParseContext Modifier and Type Method Description YamlParseContext
YamlParseContext. pop()
YamlParseContext
YamlParseContext. push(String key, YamlParseHandler handler)
Parse a child of the current object if presentYamlParseContext
YamlParseContext. push(YamlParseHandler handler)
Add a handler to the stack handling the current object.YamlParseContext
YamlParseContext. push(YamlObject scope, String key, YamlParseHandler handler)
Parse a child of the specified object if presentYamlParseContext
YamlParseContext. push(YamlObject obj, YamlParseHandler handler)
Add a handler to the stack handling the specified objectMethods in org.geotools.ysld.parse with parameters of type YamlParseContext Modifier and Type Method Description protected ZoomContext
RuleParser. getZoomContext(YamlParseContext context)
void
ColorMapParser. handle(YamlObject<?> obj, YamlParseContext context)
void
ExternalGraphicParser. handle(YamlObject<?> obj, YamlParseContext context)
void
FeatureStyleParser. handle(YamlObject<?> obj, YamlParseContext context)
void
FillParser. handle(YamlObject<?> obj, YamlParseContext context)
void
GraphicParser. handle(YamlObject<?> obj, YamlParseContext context)
void
LineParser. handle(YamlObject<?> obj, YamlParseContext context)
void
MarkParser. handle(YamlObject<?> obj, YamlParseContext context)
void
PointParser. handle(YamlObject<?> obj, YamlParseContext context)
void
PolygonParser. handle(YamlObject<?> obj, YamlParseContext context)
void
RasterParser. handle(YamlObject<?> obj, YamlParseContext context)
void
RootParser. handle(YamlObject<?> obj, YamlParseContext context)
void
RuleParser. handle(YamlObject<?> obj, YamlParseContext context)
void
StrokeParser. handle(YamlObject<?> obj, YamlParseContext context)
void
SymbolizerParser. handle(YamlObject<?> obj, YamlParseContext context)
void
SymbolizersParser. handle(YamlObject<?> obj, YamlParseContext context)
void
TextParser. handle(YamlObject<?> obj, YamlParseContext context)
void
TransformHandler. handle(YamlObject<?> obj, YamlParseContext context)
abstract void
YamlParseHandler. handle(YamlObject<?> obj, YamlParseContext context)
Handle parsing the providedYamlObject
in the givenYamlParseContext
.
-