Package org.geotools.styling
Class StyleFactoryImpl2
- Object
-
- StyleFactoryImpl2
-
public class StyleFactoryImpl2 extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description StyleFactoryImpl2()
protected
StyleFactoryImpl2(FilterFactory factory)
-
Method Summary
-
-
-
Constructor Detail
-
StyleFactoryImpl2
public StyleFactoryImpl2()
-
StyleFactoryImpl2
protected StyleFactoryImpl2(FilterFactory factory)
-
-
Method Detail
-
anchorPoint
public AnchorPoint anchorPoint(Expression x, Expression y)
-
channelSelection
public ChannelSelection channelSelection(SelectedChannelType gray)
-
channelSelection
public ChannelSelection channelSelection(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
-
colorMap
public ColorMapImpl colorMap(Expression propertyName, Expression... mapping)
-
colorReplacement
public ColorReplacementImpl colorReplacement(Expression propertyName, Expression... mapping)
-
contrastEnhancement
public ContrastEnhancementImpl contrastEnhancement(Expression gamma, String method)
-
contrastEnhancement
public ContrastEnhancementImpl contrastEnhancement(Expression gamma, ContrastMethod method)
-
description
public DescriptionImpl description(InternationalString title, InternationalString description)
-
displacement
public DisplacementImpl displacement(Expression dx, Expression dy)
-
externalGraphic
public ExternalGraphic externalGraphic(Icon inline, Collection<ColorReplacement> replacements)
-
externalGraphic
public ExternalGraphic externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)
-
externalMark
public ExternalMarkImpl externalMark(Icon inline)
-
externalMark
public ExternalMarkImpl externalMark(OnLineResource resource, String format, int markIndex)
-
featureTypeStyle
public FeatureTypeStyle featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
-
fill
public FillImpl fill(GraphicFill graphicFill, Expression color, Expression opacity)
-
font
public FontImpl font(List<Expression> family, Expression style, Expression weight, Expression size)
-
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
public HaloImpl halo(Fill fill, Expression radius)
-
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
public MarkImpl mark(Expression wellKnownName, Fill fill, Stroke stroke)
-
mark
public MarkImpl mark(ExternalMark externalMark, Fill fill, Stroke stroke)
-
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
public ShadedRelief shadedRelief(Expression reliefFactor, boolean brightnessOnly)
-
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)
-
-