Uses of Class
org.geotools.styling.visitor.DuplicatingStyleVisitor
-
Packages that use DuplicatingStyleVisitor Package Description org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.styling.visitor -
-
Uses of DuplicatingStyleVisitor in org.geotools.renderer.lite
Subclasses of DuplicatingStyleVisitor in org.geotools.renderer.lite Modifier and Type Class Description class
GraphicsAwareDpiRescaleStyleVisitor
This class extendsDpiRescaleStyleVisitor
to add support for rescaling external graphics and marks whose size has not been explicitly set. -
Uses of DuplicatingStyleVisitor in org.geotools.renderer.lite.gridcoverage2d
Subclasses of DuplicatingStyleVisitor in org.geotools.renderer.lite.gridcoverage2d Modifier and Type Class Description class
ChannelSelectionUpdateStyleVisitor
ChannelSelectionUpdateStyleVisitor is aDuplicatingStyleVisitor
that is used to "reset" style symbolizer's selection channel order when the GridCoverageReader used to read a coverage supports band selection. -
Uses of DuplicatingStyleVisitor in org.geotools.styling.visitor
Subclasses of DuplicatingStyleVisitor in org.geotools.styling.visitor Modifier and Type Class Description class
DpiRescaleStyleVisitor
This is a style visitor that will produce a copy of the provided style.class
LegendRenderingSelectorStyleVisitor
RenderingSelectorStyleVisitor implementation meant to be used when rendering legends *class
MapRenderingSelectorStyleVisitor
RenderingSelectorStyleVisitor implementation meant to be used when rendering maps *class
RenderingSelectorStyleVisitor
This abstract class applies the include VendorOptions to a Style eg.class
RescaleStyleVisitor
This is a style visitor that will produce a copy of the provided style rescaled by a provided factor.class
UomRescaleStyleVisitor
Visitor used for rescaling a Style given a map scale (e.g., meters per pixel) and taking into consideration the Unit of Measure (UOM, e.g., SI.METRE, USCustomary.FOOT) of each symbolizer.
-