Package | Description |
---|---|
org.geotools.brewer.styling.builder | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
org.geotools.renderer.lite.gridcoverage2d |
SLD 1.0 and SE RasterSymbolizer support classes
|
org.geotools.renderer.style |
Styling to be applied on
org.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.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
GraphicBuilder.build() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
CustomGlyphRenderer.render(Graphic graphic,
ExternalGraphic eg,
Object feature,
int height)
djb -- addd "height" which is ignored as per API change
|
BufferedImage |
GlyphRenderer.render(Graphic graphic,
ExternalGraphic eg,
Object feature,
int height) |
protected Expression |
GraphicsAwareDpiRescaleStyleVisitor.rescaleGraphicSize(Graphic gr) |
void |
OpacityFinder.visit(Graphic gr) |
void |
MetaBufferEstimator.visit(Graphic gr) |
Modifier and Type | Method and Description |
---|---|
void |
StyleVisitorAdapter.visit(Graphic gr) |
Modifier and Type | Method and Description |
---|---|
void |
StyleAttributeExtractor.visit(Graphic gr) |
Modifier and Type | Field and Description |
---|---|
static Graphic |
Graphic.DEFAULT
A default Graphic instance.
|
static Graphic |
Graphic.NULL
Indicates an absense of graphic.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
StyleFactoryImpl.createDefaultGraphic() |
Graphic |
StyleFactory.createDefaultGraphic() |
Graphic |
StyleBuilder.createGraphic()
Creates the default graphic object
|
Graphic |
StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
double opacity,
double size,
double rotation)
creates a graphic object
|
Graphic |
StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation) |
abstract Graphic |
AbstractStyleFactory.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation) |
Graphic |
StyleFactory.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation) |
Graphic |
StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
creates a graphic object
|
Graphic |
StyleBuilder.createGraphic(ExternalGraphic externalGraphic,
Mark mark,
Symbol symbol)
creates a graphic object
|
Graphic |
StyleBuilder.createGraphic(ExternalGraphic externalGraphic,
Mark mark,
Symbol symbol,
double opacity,
double size,
double rotation)
creates a graphic object
|
Graphic |
StyleFactoryImpl.getDefaultGraphic() |
abstract Graphic |
AbstractStyleFactory.getDefaultGraphic() |
Graphic |
StyleFactory.getDefaultGraphic() |
Graphic |
TextSymbolizer2.getGraphic()
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
|
Graphic |
PointSymbolizer.getGraphic()
Provides the graphical-symbolization parameter to use for the point geometry.
|
Graphic |
TextSymbolizerImpl.getGraphic() |
Graphic |
Stroke.getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the
fill graphic to use.
|
Graphic |
Fill.getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be used and specifies the
fill graphic to use.
|
Graphic |
FillImpl.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 |
StyleFactoryImpl.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp) |
Graphic |
StyleFactory.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp) |
static Graphic |
SLD.graphic(PointSymbolizer sym) |
Graphic |
StyleFactoryImpl.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
Graphic |
StyleFactory.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
Graphic |
StyleFactoryImpl.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap) |
Graphic |
StyleFactory.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap) |
Modifier and Type | Method and Description |
---|---|
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 fill
|
Fill |
StyleFactoryImpl.createFill(Expression color,
Expression backgroundColor,
Expression opacity,
Graphic graphicFill) |
abstract Fill |
AbstractStyleFactory.createFill(Expression color,
Expression backgroundColor,
Expression opacity,
Graphic graphicFill) |
Fill |
StyleFactory.createFill(Expression color,
Expression backgroundColor,
Expression opacity,
Graphic graphicFill) |
Fill |
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 fill
|
PointSymbolizer |
StyleBuilder.createPointSymbolizer(Graphic graphic)
create a point symbolizer
|
PointSymbolizer |
StyleFactoryImpl.createPointSymbolizer(Graphic graphic,
String geometryPropertyName) |
abstract PointSymbolizer |
AbstractStyleFactory.createPointSymbolizer(Graphic graphic,
String geometryPropertyName) |
PointSymbolizer |
StyleFactory.createPointSymbolizer(Graphic graphic,
String geometryPropertyName) |
PointSymbolizer |
StyleBuilder.createPointSymbolizer(Graphic graphic,
String geometryPropertyName)
create a point symbolizer
|
Stroke |
StyleFactoryImpl.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke
|
abstract Stroke |
AbstractStyleFactory.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke
|
Stroke |
StyleFactory.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke
|
TextSymbolizer2 |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic) |
TextSymbolizer2 |
StyleFactory2.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic)
Label Shield hack, non SLD 1.1
|
static Mark |
SLD.mark(Graphic graphic)
Retrieves the first Mark object from the given Graphic object.
|
void |
TextSymbolizer2.setGraphic(Graphic graphic)
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
|
void |
TextSymbolizerImpl.setGraphic(Graphic graphic) |
void |
StyleVisitor.visit(Graphic gr)
Called when accept is called on a graphic
|
void |
AbstractStyleVisitor.visit(Graphic gr) |
Constructor and Description |
---|
PointSymbolizerImpl(Graphic graphic,
Unit<Length> uom,
String geom,
String name,
Description desc) |
Modifier and Type | Method and Description |
---|---|
protected Graphic |
DuplicatingStyleVisitor.copy(Graphic graphic)
Null safe graphic copy
|
Modifier and Type | Method and Description |
---|---|
protected Graphic |
DuplicatingStyleVisitor.copy(Graphic graphic)
Null safe graphic copy
|
protected Expression |
RescaleStyleVisitor.rescaleGraphicSize(Graphic gr) |
void |
RescaleStyleVisitor.visit(Graphic gr)
Make graphics (such as used with PointSymbolizer) bigger
|
void |
DuplicatingStyleVisitor.visit(Graphic gr) |
Modifier and Type | Method and Description |
---|---|
protected Graphic |
SLDParser.parseGraphic(Node root)
Internal parse method - made protected for unit testing
|
Modifier and Type | Method and Description |
---|---|
protected void |
GraphicEncoder.encode(Graphic g) |
Constructor and Description |
---|
SymbolsEncoder(Graphic g) |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphicParser.graphic(Graphic g) |
Copyright © 1996–2022 Geotools. All rights reserved.