Package | Description |
---|---|
org.geotools.ysld | |
org.geotools.ysld.parse |
Parser for YSLD into style objects.
|
Modifier and Type | Class and Description |
---|---|
class |
YamlMap
Wrapper around a parsed Yaml mapping.
|
class |
YamlSeq
Wrapper around a parsed Yaml sequence.
|
Modifier and Type | Method and Description |
---|---|
static <W> YamlObject<W> |
YamlObject.create(W raw)
Convert raw object to Yaml wrapper.
|
YamlObject<?> |
YamlSeq.obj(int i)
Yaml wrapper access
Wrappers are provided for Map and List
|
YamlObject<?> |
YamlMap.obj(String key)
Access value as a Yaml wrapper.
|
Modifier and Type | Method and Description |
---|---|
Iterator<YamlObject<Object>> |
YamlSeq.iterator()
Iterator access, requires all contents be wrapped as
YamlObject . |
Modifier and Type | Method and Description |
---|---|
void |
TextParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
SymbolizersParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
GraphicParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
TransformHandler.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
ColorMapParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
RootParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
PolygonParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
RasterParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
PointParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
FeatureStyleParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
RuleParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
SymbolizerParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
StrokeParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
LineParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
FillParser.handle(YamlObject<?> obj,
YamlParseContext context) |
abstract void |
YamlParseHandler.handle(YamlObject<?> obj,
YamlParseContext context)
Handle parsing the provided
YamlObject in the given YamlParseContext . |
void |
MarkParser.handle(YamlObject<?> obj,
YamlParseContext context) |
void |
ExternalGraphicParser.handle(YamlObject<?> obj,
YamlParseContext context) |
YamlParseContext |
YamlParseContext.push(YamlObject scope,
String key,
YamlParseHandler handler)
Parse a child of the specified object if present
|
YamlParseContext |
YamlParseContext.push(YamlObject obj,
YamlParseHandler handler)
Add a handler to the stack handling the specified object
|
Copyright © 1996–2019 Geotools. All rights reserved.