Package | Description |
---|---|
org.geotools.brewer.styling.builder | |
org.geotools.styling |
Allows for symbolization of geospatial data.
|
org.opengis.style |
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling.
|
Modifier and Type | Method and Description |
---|---|
GraphicBuilder |
GraphicBuilder.reset(Graphic graphic) |
Modifier and Type | Interface and Description |
---|---|
interface |
Graphic
A Graphic is a "graphical symbol" with an inherent shape, color(s), and possibly size.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphicImpl
Direct implementation of Graphic.
|
Modifier and Type | Method and Description |
---|---|
PointSymbolizer |
StyleFactoryImpl.pointSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Graphic graphic) |
PointSymbolizer |
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.
|
PointSymbolizerImpl |
StyleFactoryImpl2.pointSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Graphic graphic) |
void |
PointSymbolizer.setGraphic(Graphic graphic)
Provides the graphical-symbolization parameter to use for the point geometry.
|
void |
PointSymbolizerImpl.setGraphic(Graphic graphic)
Setter for property graphic.
|
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 |
Fill.setGraphicFill(Graphic graphicFill)
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the
fill graphic to use.
|
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 |
FillImpl.setGraphicFill(Graphic graphicFill)
Setter for property graphic.
|
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 |
StrokeImpl.setGraphicStroke(Graphic strokeGraphic)
This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and
specifies the graphic to use.
|
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
PointSymbolizer.getGraphic()
Returns the graphic that will be drawn at each point of the geometry.
|
Graphic |
StyleFactory.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp)
Create a graphic.
|
Modifier and Type | Method and Description |
---|---|
PointSymbolizer |
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.
|
Object |
StyleVisitor.visit(Graphic graphic,
Object data)
Called when accept is called on a graphic
|
Copyright © 1996–2022 Geotools. All rights reserved.