Package org.geotools.renderer.lite.gridcoverage2d
SLD 1.0 and SE RasterSymbolizer support classes
-
Interface Summary Interface Description CoverageProcessingNode Basic interface for Coverage Processing as used by SLD 1.0. -
Class Summary Class Description BaseCoverageProcessingNode Base implementation of aCoverageProcessingNode
.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.GradientColorMapGenerator A class mainly used to parse an SVG file and create a ColorMap on top of the LinearGradientEntry contained on it, or create a ColorMap on top of a ";" separated values list of colors such as: rgb(0,0,255);rgb(0,255,0);rgb(255,0,0);... or #0000FF;#00FF00;#FF0000 as an instanceGridCoverageReaderHelper Support class that performs the actions needed to read a GridCoverage for the task of rendering it at a given resolution, on a given area, taking into account projection oddities, dateline crossing, and the likeGridCoverageRenderer A helper class for renderingGridCoverage
objects.GridCoverageRendererUtilities MathTransformationAdapter Adapter class forMathTransform1D
.RasterSymbolizerHelper A helper class for renderingGridCoverage
objects.SLDColorMapBuilder Builder facility for creating aLinearColorMap
using elements fromRasterSymbolizer
ColorMapTransform
element.StyleVisitorAdapter Simple empty implementation for theStyleVisitor
interface.StyleVisitorCoverageProcessingNodeAdapter This class implements an adapter to allow aCoverageProcessingNode
to feed itself by visiting an SLDStyle
.SubchainStyleVisitorCoverageProcessingAdapter Helper class that implements a subchain.ZeroImageNode Returns a constant image with the same data type, size and layout as the first source -
Enum Summary Enum Description ContrastEnhancementType Starting with version 14.x,ContrastEnhancement
can be customized to support differentContrastMethod
s algorithm and parameters.