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 TypeClassDescriptionclassThis class extendsDpiRescaleStyleVisitorto 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 TypeClassDescriptionclassChannelSelectionUpdateStyleVisitor is aDuplicatingStyleVisitorthat 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 TypeClassDescriptionclassThis is a style visitor that will produce a copy of the provided style.class* This visitor applies the max and min scale denominators from the FeatureTypeStyle options to the copied Rules.classRenderingSelectorStyleVisitor implementation meant to be used when rendering legends *classRenderingSelectorStyleVisitor implementation meant to be used when rendering maps *classThis abstract class applies the include VendorOptions to a Style eg.classThis is a style visitor that will produce a copy of the provided style rescaled by a provided factor.classVisitor 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.