Package | Description |
---|---|
org.geotools.ysld.parse |
Parser for YSLD into style objects.
|
Modifier and Type | Field and Description |
---|---|
protected Factory |
YsldParseHandler.factory |
Modifier and Type | Method and Description |
---|---|
static AnchorPoint |
Util.anchor(Object value,
Factory factory)
Parses an anchor tuple.
|
static Expression |
Util.color(Object value,
Factory factory)
Parses a color from string representation.
|
static Displacement |
Util.displacement(Object value,
Factory factory)
Parses an displacement tuple.
|
static Expression |
Util.expression(String value,
boolean safe,
Factory factory)
Parses an expression from its string representation.
|
static Expression |
Util.expression(String value,
Factory factory)
Parses an expression from its string representation.
|
static Expression |
Util.unwrapConcatenates(Expression expr,
Factory factory)
Simplifies an
Expression which may contain multiple ConcatenateFunction into
a single top-level ConcatenateFunction with a flat list of parameters. |
Constructor and Description |
---|
ColorMapParser(Factory factory) |
ExternalGraphicParser(Factory factory) |
FillParser(Factory factory) |
LineParser(Rule rule,
Factory factory) |
MarkParser(Factory factory) |
PointParser(Rule rule,
Factory factory) |
PolygonParser(Rule rule,
Factory factory) |
RasterParser(Rule rule,
Factory factory) |
RuleParser(FeatureTypeStyle featureStyle,
Factory factory) |
StrokeParser(Factory factory) |
SymbolizerParser(Rule rule,
T sym,
Factory factory) |
SymbolizersParser(Rule rule,
Factory factory) |
TextParser(Rule rule,
Factory factory) |
TransformHandler(FeatureTypeStyle featureStyle,
Factory factory) |
YsldParseHandler(Factory factory) |
Copyright © 1996–2019 Geotools. All rights reserved.