class ImageOutline extends Symbolizer
An ImageOutline Symbolizer applies a Stroke or Fill Symbolizer to a Raster.
Fields inherited from class | Fields |
---|---|
class Symbolizer |
filterFactory, styleBuilder, styleFactory, styleOptions, title |
Constructor and description |
---|
ImageOutline(Stroke stroke) Create an ImageOutline for a Raster Symbolizer with a Stroke |
ImageOutline(Fill fill) Create an ImageOutline for a Raster Symbolizer with a Fill |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
apply(Symbolizer sym) Apply this Symbolizer to the GeoTools Symbolizer |
|
protected void |
prepare(Rule rule) Prepare the GeoTools Rule by applying this Symbolizer |
|
java.lang.String |
toString() The string representation |
Methods inherited from class | Name |
---|---|
class Symbolizer |
and, apply, asSLD, asSLD, buildString, composite, createGeoToolsSymbolizer, getDefault, getDefault, getGeoToolsSymbolizers, getGtStyle, getSld, getTitle, plus, prepare, prepare, range, range, sortBy, sortBy, title, where, zindex |
Create an ImageOutline for a Raster Symbolizer with a Stroke
stroke
- The StrokeCreate an ImageOutline for a Raster Symbolizer with a Fill
fill
- The FillApply this Symbolizer to the GeoTools Symbolizer
sym
- The GeoTools SymbolizerPrepare the GeoTools Rule by applying this Symbolizer
rule
- The GeoTools RuleThe string representation