Uses of Interface
org.geotools.api.style.Graphic
-
Packages that use Graphic Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling org.geotools.ysld.encode Encoder for style objects as YSLD.org.geotools.ysld.parse Parser for YSLD into style objects. -
-
Uses of Graphic in org.geotools.api.style
Subinterfaces of Graphic in org.geotools.api.style Modifier and Type Interface Description interface
GraphicFill
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
GraphicLegend
The LegendGraphic element allow an optional explicit graphic symbolizer to do displayed in a legend for the rule.interface
GraphicStroke
The GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.Methods in org.geotools.api.style that return Graphic Modifier and Type Method Description Graphic
StyleFactory. createDefaultGraphic()
Graphic
StyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
Graphic
StyleFactory. getDefaultGraphic()
Graphic
PointSymbolizer. getGraphic()
Provides the graphical-symbolization parameter to use for the point geometry.Graphic
TextSymbolizer. getGraphic()
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.Graphic
Fill. getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.Graphic
Stroke. getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.Graphic
Stroke. getGraphicStroke()
This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.Graphic
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 Graphic Modifier and Type Method Description Fill
StyleFactory. createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
PointSymbolizer
StyleFactory. createPointSymbolizer(Graphic graphic, String geometryPropertyName)
Stroke
StyleFactory. createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
creates a strokeTextSymbolizer
StyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)
Label Shield hack, non SLD 1.1PointSymbolizer
StyleFactory. 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
StyleVisitor. visit(Graphic gr)
Called when accept is called on a graphicObject
TraversingStyleVisitor. visit(Graphic graphic, Object data)
Called 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 Graphic Modifier and Type Method Description Graphic
GraphicBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type Graphic Modifier and Type Method Description GraphicBuilder
GraphicBuilder. reset(Graphic graphic)
-
Uses of Graphic in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type Graphic Modifier and Type Method Description BufferedImage
CustomGlyphRenderer. render(Graphic graphic, ExternalGraphic eg, Object feature, int height)
djb -- addd "height" which is ignored as per API changeBufferedImage
GlyphRenderer. render(Graphic graphic, ExternalGraphic eg, Object feature, int height)
protected Expression
GraphicsAwareDpiRescaleStyleVisitor. rescaleGraphicSize(Graphic gr)
void
MetaBufferEstimator. visit(Graphic gr)
void
OpacityFinder. visit(Graphic gr)
-
Uses of Graphic in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Graphic Modifier and Type Method Description void
StyleVisitorAdapter. visit(Graphic gr)
-
Uses of Graphic in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Graphic Modifier and Type Method Description void
StyleAttributeExtractor. visit(Graphic gr)
-
Uses of Graphic in org.geotools.styling
Classes in org.geotools.styling that implement Graphic Modifier and Type Class Description class
GraphicImpl
Direct implementation of Graphic.static class
GraphicImpl.ConstantGraphic
Fields in org.geotools.styling declared as Graphic Modifier and Type Field Description static Graphic
GraphicImpl. DEFAULT
A default Graphic instance.static Graphic
GraphicImpl. NULL
Indicates an absense of graphic.Methods in org.geotools.styling that return Graphic Modifier and Type Method Description Graphic
StyleFactoryImpl. createDefaultGraphic()
abstract Graphic
AbstractStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
Graphic
StyleBuilder. createGraphic()
Creates the default graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation)
creates a graphic objectGraphic
StyleFactoryImpl. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
abstract Graphic
AbstractStyleFactory. getDefaultGraphic()
Graphic
StyleFactoryImpl. getDefaultGraphic()
Graphic
PointSymbolizerImpl. getGraphic()
Provides the graphical-symbolization parameter to use for the point geometry.Graphic
TextSymbolizerImpl. getGraphic()
Graphic
FillImpl. getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.Graphic
StrokeImpl. getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.Graphic
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)
Graphic
StyleFactoryImpl. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
Methods in org.geotools.styling with parameters of type Graphic Modifier and Type Method Description abstract Fill
AbstractStyleFactory. createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
Fill
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 fillFill
StyleBuilder. 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 fillFill
StyleFactoryImpl. createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
abstract PointSymbolizer
AbstractStyleFactory. createPointSymbolizer(Graphic graphic, String geometryPropertyName)
PointSymbolizer
StyleBuilder. createPointSymbolizer(Graphic graphic)
create a point symbolizerPointSymbolizer
StyleBuilder. createPointSymbolizer(Graphic graphic, String geometryPropertyName)
create a point symbolizerPointSymbolizer
StyleFactoryImpl. createPointSymbolizer(Graphic graphic, String geometryPropertyName)
Rule
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 strokeStroke
StyleFactoryImpl. createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
creates a strokeTextSymbolizer
StyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)
static Mark
SLD. mark(Graphic graphic)
Retrieves the first Mark object from the given Graphic object.PointSymbolizer
StyleFactoryImpl. pointSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic)
PointSymbolizer
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
AbstractStyleVisitor. visit(Graphic gr)
Constructors in org.geotools.styling with parameters of type Graphic Constructor Description PointSymbolizerImpl(Graphic graphic, Unit<Length> uom, String geom, String name, Description desc)
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 Graphic Modifier and Type Method Description protected Graphic
DuplicatingStyleVisitor. copy(Graphic graphic)
Null safe graphic copyMethods in org.geotools.styling.visitor with parameters of type Graphic Modifier and Type Method Description protected Graphic
DuplicatingStyleVisitor. copy(Graphic graphic)
Null safe graphic copyprotected Expression
RescaleStyleVisitor. rescaleGraphicSize(Graphic gr)
void
DuplicatingStyleVisitor. visit(Graphic gr)
void
RescaleStyleVisitor. visit(Graphic gr)
Make graphics (such as used with PointSymbolizer) bigger -
Uses of Graphic in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Graphic Modifier and Type Method Description protected 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 Graphic Modifier and Type Method Description protected void
GraphicEncoder. encode(Graphic g)
Constructors in org.geotools.ysld.encode with parameters of type Graphic Constructor Description SymbolsEncoder(Graphic g)
-
Uses of Graphic in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type Graphic Modifier and Type Method Description protected void
GraphicParser. graphic(Graphic g)
-