Uses of Class
org.geotools.styling.visitor.DuplicatingStyleVisitor
Packages that use DuplicatingStyleVisitor
Package
Description
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
-
Uses of DuplicatingStyleVisitor in org.geotools.renderer.lite
Subclasses of DuplicatingStyleVisitor in org.geotools.renderer.liteModifier and TypeClassDescriptionclass
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.gridcoverage2dModifier and TypeClassDescriptionclass
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.visitorModifier and TypeClassDescriptionclass
This is a style visitor that will produce a copy of the provided style.class
RenderingSelectorStyleVisitor implementation meant to be used when rendering legends *class
RenderingSelectorStyleVisitor implementation meant to be used when rendering maps *class
This abstract class applies the include VendorOptions to a Style eg.class
This is a style visitor that will produce a copy of the provided style rescaled by a provided factor.class
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.