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 |
---|---|
Fill |
FillBuilder.build()
Build Fill as defined; FillBuilder will be reset after this use.
|
Modifier and Type | Method and Description |
---|---|
void |
OpacityFinder.visit(Fill fill) |
void |
MetaBufferEstimator.visit(Fill fill) |
Modifier and Type | Method and Description |
---|---|
void |
StyleVisitorAdapter.visit(Fill fill) |
Modifier and Type | Method and Description |
---|---|
protected Composite |
SLDStyleFactory.getComposite(Fill fill,
Object feature)
Computes the Composite equivalent to the opacity in the SLD Fill
|
protected Paint |
SLDStyleFactory.getPaint(Fill fill,
Object feature,
Symbolizer symbolizer) |
void |
StyleAttributeExtractor.visit(Fill fill) |
Modifier and Type | Field and Description |
---|---|
static Fill |
Fill.DEFAULT |
static Fill |
Fill.NULL |
Modifier and Type | Method and Description |
---|---|
Fill |
StyleBuilder.createFill()
create a default fill 50% gray
|
Fill |
StyleBuilder.createFill(Color fillColor)
create a fill of color
|
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 |
StyleBuilder.createFill(Color fillColor,
double opacity)
create a fill with the supplied color and opacity
|
Fill |
StyleFactory.createFill(Expression color) |
Fill |
StyleBuilder.createFill(Expression fillColor)
create a fill of color
|
abstract Fill |
AbstractStyleFactory.createFill(Expression color) |
Fill |
StyleFactoryImpl.createFill(Expression color) |
Fill |
StyleFactory.createFill(Expression color,
Expression opacity) |
Fill |
StyleBuilder.createFill(Expression color,
Expression opacity)
create a fill with the supplied color and opacity
|
abstract Fill |
AbstractStyleFactory.createFill(Expression color,
Expression opacity) |
Fill |
StyleFactoryImpl.createFill(Expression color,
Expression opacity) |
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
|
abstract Fill |
AbstractStyleFactory.createFill(Expression color,
Expression backgroundColor,
Expression opacity,
Graphic graphicFill) |
Fill |
StyleFactoryImpl.createFill(Expression color,
Expression backgroundColor,
Expression opacity,
Graphic graphicFill) |
Fill |
StyleFactory.fill(GraphicFill fill,
Expression color,
Expression opacity) |
Fill |
StyleFactoryImpl.fill(GraphicFill fill,
Expression color,
Expression opacity) |
static Fill |
SLD.fill(PointSymbolizer sym)
Retrieves the Fill from a PointSymbolizer.
|
static Fill |
SLD.fill(PolygonSymbolizer sym)
Retrieves the Fill from a PolygonSymbolizer.
|
Fill |
StyleFactory.getDefaultFill() |
abstract Fill |
AbstractStyleFactory.getDefaultFill() |
Fill |
StyleFactoryImpl.getDefaultFill() |
Fill |
PolygonSymbolizerImpl.getFill()
Provides the graphical-symbolization parameter to use to fill the area of the geometry.
|
Fill |
Halo.getFill()
The fill (color) of the halo
|
Fill |
Mark.getFill()
This parameter defines which fill style to use when rendering the Mark.
|
Fill |
TextSymbolizer.getFill()
Returns the object that indicates how the text will be filled.
|
Fill |
PolygonSymbolizer.getFill()
Provides the graphical-symbolization parameter to use to fill the area of the geometry.
|
Modifier and Type | Method and Description |
---|---|
static Color |
SLD.color(Fill fill)
Retrieve the color of a fill object
|
Halo |
StyleBuilder.createHalo(Fill fill,
double radius)
wrapper round StyleFactory method to create halo
|
Halo |
StyleFactory.createHalo(Fill fill,
Expression radius) |
Halo |
StyleBuilder.createHalo(Fill fill,
Expression radius)
wrapper round StyleFactory method to create halo
|
abstract Halo |
AbstractStyleFactory.createHalo(Fill fill,
Expression radius) |
Halo |
StyleFactoryImpl.createHalo(Fill fill,
Expression radius) |
Mark |
StyleBuilder.createMark(Expression wellKnownName,
Fill fill,
Stroke stroke)
create a mark with the supplied fill and stroke
|
Mark |
StyleFactory.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation) |
abstract Mark |
AbstractStyleFactory.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation) |
Mark |
StyleFactoryImpl.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation) |
Mark |
StyleBuilder.createMark(String wellKnownName,
Fill fill,
Stroke stroke)
create a mark with the supplied fill and stroke
|
PolygonSymbolizer |
StyleBuilder.createPolygonSymbolizer(Stroke stroke,
Fill fill)
create a polygon symbolizer
|
PolygonSymbolizer |
StyleFactory.createPolygonSymbolizer(Stroke stroke,
Fill fill,
String geometryPropertyName) |
PolygonSymbolizer |
StyleBuilder.createPolygonSymbolizer(Stroke stroke,
Fill fill,
String geometryPropertyName)
create a polygon symbolizer
|
abstract PolygonSymbolizer |
AbstractStyleFactory.createPolygonSymbolizer(Stroke stroke,
Fill fill,
String geometryPropertyName) |
PolygonSymbolizer |
StyleFactoryImpl.createPolygonSymbolizer(Stroke stroke,
Fill fill,
String geometryPropertyName) |
TextSymbolizer |
StyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName) |
TextSymbolizer |
StyleBuilder.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName)
create a text symbolizer
|
abstract TextSymbolizer |
AbstractStyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName) |
TextSymbolizer |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName) |
TextSymbolizer2 |
StyleFactory2.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic)
Label Shield hack, non SLD 1.1
|
TextSymbolizer2 |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic) |
static double |
SLD.opacity(Fill fill)
Retrieve the opacity from the provided fill; or return the default.
|
void |
StyleVisitor.visit(Fill fill)
Called when accept is called on a fill
|
void |
AbstractStyleVisitor.visit(Fill fill) |
Constructor and Description |
---|
BasicPolygonStyle(Fill fill,
Stroke stroke) |
PolygonSymbolizerImpl(Stroke stroke,
Fill fill,
Displacement disp,
Expression offset,
Unit<Length> uom,
String geom,
String name,
Description desc) |
Modifier and Type | Method and Description |
---|---|
protected Fill |
DuplicatingStyleVisitor.copy(Fill fill)
Null safe fill copy
|
Modifier and Type | Method and Description |
---|---|
protected Fill |
DuplicatingStyleVisitor.copy(Fill fill)
Null safe fill copy
|
void |
DuplicatingStyleVisitor.visit(Fill fill) |
Modifier and Type | Method and Description |
---|---|
protected Fill |
SLDParser.parseFill(Node root)
Internal parse method - made protected for unit testing
|
Modifier and Type | Method and Description |
---|---|
protected void |
FillEncoder.encode(Fill fill) |
Constructor and Description |
---|
FillEncoder(Fill fill) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
FillParser.fill(Fill fill) |
Copyright © 1996–2019 Geotools. All rights reserved.