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 classGraphicsAwareDpiRescaleStyleVisitorThis 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.gridcoverage2d Modifier and Type Class Description classChannelSelectionUpdateStyleVisitorChannelSelectionUpdateStyleVisitor 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.visitor Modifier and Type Class Description classDpiRescaleStyleVisitorThis is a style visitor that will produce a copy of the provided style.classFeatureStyleScaleStyleVisitor* This visitor applies the max and min scale denominators from the FeatureTypeStyle options to the copied Rules.classLegendRenderingSelectorStyleVisitorRenderingSelectorStyleVisitor implementation meant to be used when rendering legends *classMapRenderingSelectorStyleVisitorRenderingSelectorStyleVisitor implementation meant to be used when rendering maps *classRenderingSelectorStyleVisitorThis abstract class applies the include VendorOptions to a Style eg.classRescaleStyleVisitorThis is a style visitor that will produce a copy of the provided style rescaled by a provided factor.classUomRescaleStyleVisitorVisitor 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.
-