Uses of Interface
org.geotools.api.style.Graphic
Packages that use Graphic
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Allows for symbolization of geospatial data.
Encoder for style objects as YSLD.
Parser for YSLD into style objects.
-
Uses of Graphic in org.geotools.api.style
Subinterfaces of Graphic in org.geotools.api.styleModifier and TypeInterfaceDescriptioninterface
A GraphicFill is a simple interface with only a graphic but additional parameters for the GraphicFill may be provided in the future to provide more control the exact style of filling.interface
The LegendGraphic element allow an optional explicit graphic symbolizer to do displayed in a legend for the rule.interface
The GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.Methods in org.geotools.api.style that return GraphicModifier and TypeMethodDescriptionStyleFactory.createDefaultGraphic()
StyleFactory.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) StyleFactory.getDefaultGraphic()
PointSymbolizer.getGraphic()
Provides the graphical-symbolization parameter to use for the point geometry.TextSymbolizer.getGraphic()
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.Fill.getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.Stroke.getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.Stroke.getGraphicStroke()
This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.StyleFactory.graphic
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp) Create a graphic.Methods in org.geotools.api.style with parameters of type GraphicModifier and TypeMethodDescriptionStyleFactory.createFill
(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill) StyleFactory.createPointSymbolizer
(Graphic graphic, String geometryPropertyName) StyleFactory.createStroke
(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke) creates a strokeStyleFactory.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic) Label Shield hack, non SLD 1.1StyleFactory.pointSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic) Creation of a PointSymbolizer to describe how geometry can be rendered as a point.void
PointSymbolizer.setGraphic
(Graphic graphic) Provides the graphical-symbolization parameter to use for the point geometry.void
TextSymbolizer.setGraphic
(Graphic graphic) The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.void
Fill.setGraphicFill
(Graphic graphicFill) This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.void
Stroke.ConstantStroke.setGraphicFill
(Graphic graphicFill) void
Stroke.setGraphicFill
(Graphic graphicFill) This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.void
Stroke.ConstantStroke.setGraphicStroke
(Graphic graphicStroke) void
Stroke.setGraphicStroke
(Graphic graphicStroke) This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.void
Called when accept is called on a graphicCalled when accept is called on a graphic -
Uses of Graphic in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return GraphicMethods in org.geotools.brewer.styling.builder with parameters of type Graphic -
Uses of Graphic in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type GraphicModifier and TypeMethodDescriptionCustomGlyphRenderer.render
(Graphic graphic, ExternalGraphic eg, Object feature, int height) djb -- addd "height" which is ignored as per API changeGlyphRenderer.render
(Graphic graphic, ExternalGraphic eg, Object feature, int height) protected Expression
GraphicsAwareDpiRescaleStyleVisitor.rescaleGraphicSize
(Graphic gr) void
void
-
Uses of Graphic in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Graphic -
Uses of Graphic in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Graphic -
Uses of Graphic in org.geotools.styling
Classes in org.geotools.styling that implement GraphicModifier and TypeClassDescriptionclass
Direct implementation of Graphic.static class
Fields in org.geotools.styling declared as GraphicModifier and TypeFieldDescriptionstatic final Graphic
GraphicImpl.DEFAULT
A default Graphic instance.static final Graphic
GraphicImpl.NULL
Indicates an absense of graphic.Methods in org.geotools.styling that return GraphicModifier and TypeMethodDescriptionStyleFactoryImpl.createDefaultGraphic()
abstract Graphic
AbstractStyleFactory.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) StyleBuilder.createGraphic()
Creates the default graphic objectStyleBuilder.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic externalGraphic, Mark mark, Symbol symbol) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation) creates a graphic objectStyleFactoryImpl.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) abstract Graphic
AbstractStyleFactory.getDefaultGraphic()
StyleFactoryImpl.getDefaultGraphic()
PointSymbolizerImpl.getGraphic()
Provides the graphical-symbolization parameter to use for the point geometry.TextSymbolizerImpl.getGraphic()
FillImpl.getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.StrokeImpl.getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.StrokeImpl.getGraphicStroke()
This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.static Graphic
SLD.graphic
(PointSymbolizer sym) StyleFactoryImpl.graphic
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp) Methods in org.geotools.styling with parameters of type GraphicModifier and TypeMethodDescriptionabstract Fill
AbstractStyleFactory.createFill
(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill) StyleBuilder.createFill
(Color color, Color backgroundColor, double opacity, Graphic fill) create a fill with color, background color and opacity supplied and uses the graphic supplied for the fillStyleBuilder.createFill
(Expression color, Expression backgroundColor, Expression opacity, Graphic fill) create a fill with color, background color and opacity supplied and uses the graphic supplied for the fillStyleFactoryImpl.createFill
(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill) abstract PointSymbolizer
AbstractStyleFactory.createPointSymbolizer
(Graphic graphic, String geometryPropertyName) StyleBuilder.createPointSymbolizer
(Graphic graphic) create a point symbolizerStyleBuilder.createPointSymbolizer
(Graphic graphic, String geometryPropertyName) create a point symbolizerStyleFactoryImpl.createPointSymbolizer
(Graphic graphic, String geometryPropertyName) StyleFactoryImpl.createRule
(Symbolizer[] symbolizers, Description desc, Graphic legend, String name, Filter filter, boolean isElseFilter, double maxScale, double minScale) abstract Stroke
AbstractStyleFactory.createStroke
(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke) creates a strokeStyleFactoryImpl.createStroke
(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke) creates a strokeStyleFactoryImpl.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic) static Mark
Retrieves the first Mark object from the given Graphic object.StyleFactoryImpl.pointSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic) StyleFactoryImpl2.pointSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic) void
PointSymbolizerImpl.setGraphic
(Graphic graphic) Setter for property graphic.void
TextSymbolizerImpl.setGraphic
(Graphic graphic) void
FillImpl.ConstantFill.setGraphicFill
(Graphic graphicFill) void
FillImpl.setGraphicFill
(Graphic graphicFill) Setter for property graphic.void
StrokeImpl.setGraphicFill
(Graphic fillGraphic) This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.void
StrokeImpl.setGraphicStroke
(Graphic strokeGraphic) This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.void
Constructors in org.geotools.styling with parameters of type GraphicModifierConstructorDescriptionprotected
PointSymbolizerImpl
(Graphic graphic, Unit<Length> uom, String geom, String name, Description desc) protected
RuleImpl
(Symbolizer[] symbolizers, Description desc, Graphic legend, String name, Filter filter, boolean isElseFilter, double maxScale, double minScale) -
Uses of Graphic in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return GraphicMethods in org.geotools.styling.visitor with parameters of type GraphicModifier and TypeMethodDescriptionprotected Graphic
Null safe graphic copyprotected Expression
RescaleStyleVisitor.rescaleGraphicSize
(Graphic gr) void
void
Make graphics (such as used with PointSymbolizer) bigger -
Uses of Graphic in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return GraphicModifier and TypeMethodDescriptionprotected Graphic
SLDParser.parseGraphic
(Node root) Internal parse method - made protected for unit testing -
Uses of Graphic in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type GraphicConstructors in org.geotools.ysld.encode with parameters of type Graphic -
Uses of Graphic in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type Graphic