Uses of Interface
org.geotools.api.style.ColorMap
Packages that use ColorMap
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Allows for symbolization of geospatial data.
Parser for YSLD into style objects.
-
Uses of ColorMap in org.geotools.api.style
Methods in org.geotools.api.style that return ColorMapModifier and TypeMethodDescriptionStyleFactory.colorMap
(Expression propertyName, Expression... mapping) Wrap up a "Categorize" function using the provided expressions.StyleFactory.createColorMap()
RasterSymbolizer.getColorMap()
The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors.Methods in org.geotools.api.style with parameters of type ColorMapModifier and TypeMethodDescriptionStyleFactory.createRasterSymbolizer
(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline) StyleFactory.rasterSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline) void
RasterSymbolizer.setColorMap
(ColorMap colorMap) The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors.void
Called when accept is called on a raster color mapCalled when accept is called on a raster color map -
Uses of ColorMap in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return ColorMapMethods in org.geotools.brewer.styling.builder with parameters of type ColorMap -
Uses of ColorMap in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type ColorMap -
Uses of ColorMap in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d that return ColorMapModifier and TypeMethodDescriptionGradientColorMapGenerator.generateColorMap
(double min, double max) Generate aColorMap
object, by updating the ColorMapEntries quantities on top of the min and max values reported here.Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ColorMap -
Uses of ColorMap in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ColorMap -
Uses of ColorMap in org.geotools.styling
Classes in org.geotools.styling that implement ColorMapModifier and TypeClassDescriptionclass
A simple implementation of the color map interface.Methods in org.geotools.styling that return ColorMapModifier and TypeMethodDescriptionStyleFactoryImpl.colorMap
(Expression propertyName, Expression... mapping) abstract ColorMap
AbstractStyleFactory.createColorMap()
StyleBuilder.createColorMap
(String[] labels, double[] quantities, Color[] colors, int type) Creates a color map based on fixed quantities and colors.StyleFactoryImpl.createColorMap()
Methods in org.geotools.styling with parameters of type ColorMapModifier and TypeMethodDescriptionabstract RasterSymbolizer
AbstractStyleFactory.createRasterSymbolizer
(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline) StyleBuilder.createRasterSymbolizer
(ColorMap colorMap, double opacity) Creates a raster symbolizerStyleFactoryImpl.createRasterSymbolizer
(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement cenhancement, ShadedRelief relief, Symbolizer outline) StyleFactoryImpl.rasterSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline) StyleFactoryImpl2.rasterSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline) void
RasterSymbolizerImpl.setColorMap
(ColorMap colorMap) The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors.void
-
Uses of ColorMap in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return ColorMapMethods in org.geotools.styling.visitor with parameters of type ColorMap -
Uses of ColorMap in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return ColorMapModifier and TypeMethodDescriptionprotected ColorMap
SLDParser.parseColorMap
(Node root) Internal parse method - made protected for unit testing -
Uses of ColorMap in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type ColorMap