Uses of Class
org.geotools.ysld.parse.Factory
Packages that use Factory
-
Uses of Factory in org.geotools.ysld.parse
Fields in org.geotools.ysld.parse declared as FactoryMethods in org.geotools.ysld.parse with parameters of type FactoryModifier and TypeMethodDescriptionstatic AnchorPointParses an anchor tuple.static ExpressionParses a color from string representation.static DisplacementUtil.displacement(Object value, Factory factory) Parses an displacement tuple.static ExpressionUtil.expression(String value, boolean safe, Factory factory) Parses an expression from its string representation.static ExpressionUtil.expression(String value, Factory factory) Parses an expression from its string representation.static ExpressionUtil.unwrapConcatenates(Expression expr, Factory factory) Simplifies anExpressionwhich may contain multipleConcatenateFunctioninto a single top-levelConcatenateFunctionwith a flat list of parameters.Constructors in org.geotools.ysld.parse with parameters of type FactoryModifierConstructorDescriptionColorMapParser(Factory factory) ExternalGraphicParser(Factory factory) protectedFillParser(Factory factory) protectedLineParser(Rule rule, Factory factory) protectedMarkParser(Factory factory) PointParser(Rule rule, Factory factory) PolygonParser(Rule rule, Factory factory) RasterParser(Rule rule, Factory factory) RuleParser(FeatureTypeStyle featureStyle, Factory factory) protectedStrokeParser(Factory factory) protectedSymbolizerParser(Rule rule, T sym, Factory factory) SymbolizersParser(Rule rule, Factory factory) TextParser(Rule rule, Factory factory) protectedTransformHandler(FeatureTypeStyle featureStyle, Factory factory) protectedYsldParseHandler(Factory factory)