Uses of Class
org.geotools.ysld.parse.Factory
-
Packages that use Factory Package Description org.geotools.ysld.parse Parser for YSLD into style objects. -
-
Uses of Factory in org.geotools.ysld.parse
Fields in org.geotools.ysld.parse declared as Factory Modifier and Type Field Description protected Factory
YsldParseHandler. factory
Methods in org.geotools.ysld.parse with parameters of type Factory Modifier and Type Method 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 anExpression
which may contain multipleConcatenateFunction
into a single top-levelConcatenateFunction
with a flat list of parameters.Constructors in org.geotools.ysld.parse with parameters of type Factory Constructor 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)
-