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 |
---|---|
FillBuilder |
FillBuilder.reset(Fill original) |
Modifier and Type | Interface and Description |
---|---|
interface |
Fill
The Fill object encapsulates the graphical-symbolization parameters for areas of geometries.
|
Modifier and Type | Class and Description |
---|---|
class |
FillImpl |
Modifier and Type | Method and Description |
---|---|
HaloImpl |
StyleFactoryImpl2.halo(Fill fill,
Expression radius) |
Halo |
StyleFactory.halo(Fill fill,
Expression radius) |
Halo |
StyleFactoryImpl.halo(Fill fill,
Expression radius) |
MarkImpl |
StyleFactoryImpl2.mark(Expression wellKnownName,
Fill fill,
Stroke stroke) |
Mark |
StyleFactory.mark(Expression wellKnownName,
Fill fill,
Stroke stroke) |
Mark |
StyleFactoryImpl.mark(Expression wellKnownName,
Fill fill,
Stroke stroke) |
MarkImpl |
StyleFactoryImpl2.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
MarkImpl |
StyleFactoryImpl.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
PolygonSymbolizerImpl |
StyleFactoryImpl2.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset) |
PolygonSymbolizer |
StyleFactory.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset) |
PolygonSymbolizer |
StyleFactoryImpl.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset) |
void |
HaloImpl.setFill(Fill fill)
Setter for property fill.
|
void |
PolygonSymbolizerImpl.setFill(Fill fill)
Sets the graphical-symbolization parameter to use to fill the area of the geometry.
|
void |
Halo.setFill(Fill fill)
The fill (color) of the halo
|
void |
TextSymbolizerImpl.setFill(Fill fill)
Setter for property fill.
|
void |
Mark.setFill(Fill fill)
This parameter defines which fill style to use when rendering the Mark.
|
void |
TextSymbolizer.setFill(Fill fill)
Sets the object that indicates how the text will be filled.
|
void |
PolygonSymbolizer.setFill(Fill fill)
Provides the graphical-symbolization parameter to use to fill the area of the geometry.
|
void |
MarkImpl.setFill(Fill fill)
Setter for property fill.
|
TextSymbolizerImpl |
StyleFactoryImpl2.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill) |
TextSymbolizer |
StyleFactory.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
Creation of a TextSymbolizer defining how labels are portrayed.
|
TextSymbolizer |
StyleFactoryImpl.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill) |
Modifier and Type | Method and Description |
---|---|
Fill |
StyleFactory.fill(GraphicFill fill,
Expression color,
Expression opacity)
Create fill.
|
Fill |
Halo.getFill()
Returns the object that indicates how the halo area around the text should be filled.
|
Fill |
Mark.getFill()
Returns the object that indicates how the mark should be filled.
|
Fill |
TextSymbolizer.getFill()
Returns the object that indicates how the text will be filled.
|
Fill |
PolygonSymbolizer.getFill()
Returns the object that holds the information about how the interior of polygons should be
filled.
|
Modifier and Type | Method and Description |
---|---|
Halo |
StyleFactory.halo(Fill fill,
Expression radius) |
Mark |
StyleFactory.mark(Expression wellKnownName,
Fill fill,
Stroke stroke) |
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
PolygonSymbolizer |
StyleFactory.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset) |
TextSymbolizer |
StyleFactory.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
Creation of a TextSymbolizer defining how labels are portrayed.
|
Object |
StyleVisitor.visit(Fill fill,
Object data)
Called when accept is called on a fill
|
Copyright © 1996–2019 Geotools. All rights reserved.