Uses of Class
org.geotools.styling.AbstractContrastMethodStrategy
-
Packages that use AbstractContrastMethodStrategy Package Description org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.styling Allows for symbolization of geospatial data. -
-
Uses of AbstractContrastMethodStrategy in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type AbstractContrastMethodStrategy Modifier and Type Method Description static ContrastEnhancementType
ContrastEnhancementType. getType(AbstractContrastMethodStrategy method)
Return a properContrastEnhancementType
instance depending on the providedAbstractContrastMethodStrategy
. -
Uses of AbstractContrastMethodStrategy in org.geotools.styling
Subclasses of AbstractContrastMethodStrategy in org.geotools.styling Modifier and Type Class Description class
ExponentialContrastMethodStrategy
class
HistogramContrastMethodStrategy
class
LogarithmicContrastMethodStrategy
class
NormalizeContrastMethodStrategy
-