Package org.geotools.styling
Class StyleFactoryImpl2
Object
StyleFactoryImpl2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanchorPoint
(Expression x, Expression y) channelSelection
(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue) colorMap
(Expression propertyName, Expression... mapping) colorReplacement
(Expression propertyName, Expression... mapping) contrastEnhancement
(Expression gamma, String method) contrastEnhancement
(Expression gamma, ContrastMethod method) description
(InternationalString title, InternationalString description) displacement
(Expression dx, Expression dy) extensionSymbolizer
(String name, String propertyName, Description description, Unit<?> unit, String extensionName, Map<String, Expression> parameters) externalGraphic
(Icon inline, Collection<ColorReplacement> replacements) externalGraphic
(OnLineResource resource, String format, Collection<ColorReplacement> replacements) externalMark
(Icon inline) externalMark
(OnLineResource resource, String format, int markIndex) featureTypeStyle
(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules) fill
(GraphicFill graphicFill, Expression color, Expression opacity) font
(List<Expression> family, Expression style, Expression weight, Expression size) graphic
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp) graphicFill
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) graphicLegend
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) graphicStroke
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap) halo
(Fill fill, Expression radius) linePlacement
(Expression offset, Expression initialGap, Expression gap, boolean repeated, boolean aligned, boolean generalizedLine) lineSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Expression offset) mark
(Expression wellKnownName, Fill fill, Stroke stroke) mark
(ExternalMark externalMark, Fill fill, Stroke stroke) pointPlacement
(AnchorPoint anchor, Displacement displacement, Expression rotation) pointSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic) polygonSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset) rasterSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline) rule
(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter) selectedChannelType
(String channelName, ContrastEnhancement contrastEnhancement) selectedChannelType
(Expression channelName, ContrastEnhancement contrastEnhancement) shadedRelief
(Expression reliefFactor, boolean brightnessOnly) stroke
(Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset) stroke
(GraphicFill fill, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset) stroke
(GraphicStroke stroke, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset) style
(String name, Description description, boolean isDefault, List<FeatureTypeStyle> featureTypeStyles, Symbolizer defaultSymbolizer) textSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
-
Constructor Details
-
StyleFactoryImpl2
public StyleFactoryImpl2() -
StyleFactoryImpl2
-
-
Method Details
-
anchorPoint
-
channelSelection
-
channelSelection
public ChannelSelection channelSelection(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue) -
colorMap
-
colorReplacement
-
contrastEnhancement
-
contrastEnhancement
-
description
-
displacement
-
externalGraphic
-
externalGraphic
public ExternalGraphic externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements) -
externalMark
-
externalMark
-
featureTypeStyle
public FeatureTypeStyle featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules) -
fill
-
font
-
graphic
public GraphicImpl graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp) -
graphicFill
public GraphicImpl graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) -
graphicLegend
public GraphicImpl graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) -
graphicStroke
public GraphicImpl graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap) -
halo
-
linePlacement
public LinePlacementImpl linePlacement(Expression offset, Expression initialGap, Expression gap, boolean repeated, boolean aligned, boolean generalizedLine) -
lineSymbolizer
public LineSymbolizerImpl lineSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Expression offset) -
mark
-
mark
-
pointPlacement
public PointPlacement pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation) -
pointSymbolizer
public PointSymbolizer pointSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic) -
polygonSymbolizer
public PolygonSymbolizer polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset) -
rasterSymbolizer
public RasterSymbolizerImpl rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline) -
extensionSymbolizer
public ExtensionSymbolizer extensionSymbolizer(String name, String propertyName, Description description, Unit<?> unit, String extensionName, Map<String, Expression> parameters) -
rule
public RuleImpl rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter) -
selectedChannelType
public SelectedChannelType selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement) -
selectedChannelType
public SelectedChannelType selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement) -
shadedRelief
-
stroke
public Stroke stroke(Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset) -
stroke
public Stroke stroke(GraphicFill fill, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset) -
stroke
public Stroke stroke(GraphicStroke stroke, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset) -
style
public Style style(String name, Description description, boolean isDefault, List<FeatureTypeStyle> featureTypeStyles, Symbolizer defaultSymbolizer) -
textSymbolizer
public TextSymbolizer textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
-