Uses of Interface
org.geotools.api.style.ColorMap
-
Packages that use ColorMap Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling org.geotools.ysld.parse Parser for YSLD into style objects. -
-
Uses of ColorMap in org.geotools.api.style
Methods in org.geotools.api.style that return ColorMap Modifier and Type Method Description ColorMap
StyleFactory. colorMap(Expression propertyName, Expression... mapping)
Wrap up a "Categorize" function using the provided expressions.ColorMap
StyleFactory. createColorMap()
ColorMap
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 ColorMap Modifier and Type Method Description RasterSymbolizer
StyleFactory. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
RasterSymbolizer
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
StyleVisitor. visit(ColorMap colorMap)
Called when accept is called on a raster color mapObject
TraversingStyleVisitor. visit(ColorMap colorMap, Object data)
Called 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 ColorMap Modifier and Type Method Description ColorMap
ColorMapBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type ColorMap Modifier and Type Method Description ColorMapBuilder
ColorMapBuilder. reset(ColorMap original)
-
Uses of ColorMap in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type ColorMap Modifier and Type Method Description void
MetaBufferEstimator. visit(ColorMap map)
void
OpacityFinder. visit(ColorMap cm)
-
Uses of ColorMap in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d that return ColorMap Modifier and Type Method Description ColorMap
GradientColorMapGenerator. 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 Modifier and Type Method Description void
StyleVisitorAdapter. visit(ColorMap colorMap)
-
Uses of ColorMap in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ColorMap Modifier and Type Method Description void
StyleAttributeExtractor. visit(ColorMap map)
-
Uses of ColorMap in org.geotools.styling
Classes in org.geotools.styling that implement ColorMap Modifier and Type Class Description class
ColorMapImpl
A simple implementation of the color map interface.Methods in org.geotools.styling that return ColorMap Modifier and Type Method Description ColorMap
StyleFactoryImpl. colorMap(Expression propertyName, Expression... mapping)
abstract ColorMap
AbstractStyleFactory. createColorMap()
ColorMap
StyleBuilder. createColorMap(String[] labels, double[] quantities, Color[] colors, int type)
Creates a color map based on fixed quantities and colors.ColorMap
StyleFactoryImpl. createColorMap()
Methods in org.geotools.styling with parameters of type ColorMap Modifier and Type Method Description abstract RasterSymbolizer
AbstractStyleFactory. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
RasterSymbolizer
StyleBuilder. createRasterSymbolizer(ColorMap colorMap, double opacity)
Creates a raster symbolizerRasterSymbolizer
StyleFactoryImpl. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement cenhancement, ShadedRelief relief, Symbolizer outline)
RasterSymbolizer
StyleFactoryImpl. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
RasterSymbolizerImpl
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
AbstractStyleVisitor. visit(ColorMap colorMap)
-
Uses of ColorMap in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return ColorMap Modifier and Type Method Description protected ColorMap
DuplicatingStyleVisitor. copy(ColorMap colorMap)
Methods in org.geotools.styling.visitor with parameters of type ColorMap Modifier and Type Method Description protected ColorMap
DuplicatingStyleVisitor. copy(ColorMap colorMap)
void
DuplicatingStyleVisitor. visit(ColorMap colorMap)
-
Uses of ColorMap in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return ColorMap Modifier and Type Method Description protected 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 Modifier and Type Method Description protected abstract void
ColorMapParser. colorMap(ColorMap colorMap)
-