Uses of Package
org.geotools.renderer.lite.gridcoverage2d
Packages that use org.geotools.renderer.lite.gridcoverage2d
Package
Description
SLD 1.0 and SE RasterSymbolizer support classes
-
Classes in org.geotools.renderer.lite.gridcoverage2d used by org.geotools.renderer.lite.gridcoverage2dClassDescriptionBase implementation of a
CoverageProcessingNode
.Starting with version 14.x,ContrastEnhancement
can be customized to support differentContrastMethod
s algorithm and parameters.Basic interface for Coverage Processing as used by SLD 1.0.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);...Builder facility for creating aLinearColorMap
using elements fromRasterSymbolizer
ColorMapTransform
element.Simple empty implementation for theStyleVisitor
interface.This class implements an adapter to allow aCoverageProcessingNode
to feed itself by visiting an SLDStyle
.Helper class that implements a subchain.