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.Geometryobjects 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.styleMethods in org.geotools.api.style that return ColorMap Modifier and Type Method Description ColorMapStyleFactory. colorMap(Expression propertyName, Expression... mapping)Wrap up a "Categorize" function using the provided expressions.ColorMapStyleFactory. createColorMap()ColorMapRasterSymbolizer. 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 RasterSymbolizerStyleFactory. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)RasterSymbolizerStyleFactory. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)voidRasterSymbolizer. 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.voidStyleVisitor. visit(ColorMap colorMap)Called when accept is called on a raster color mapObjectTraversingStyleVisitor. visit(ColorMap colorMap, Object data)Called when accept is called on a raster color map
- 
Uses of ColorMap in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return ColorMap Modifier and Type Method Description ColorMapColorMapBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type ColorMap Modifier and Type Method Description ColorMapBuilderColorMapBuilder. reset(ColorMap original)
- 
Uses of ColorMap in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type ColorMap Modifier and Type Method Description voidMetaBufferEstimator. visit(ColorMap map)voidOpacityFinder. visit(ColorMap cm)
- 
Uses of ColorMap in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d that return ColorMap Modifier and Type Method Description ColorMapGradientColorMapGenerator. generateColorMap(double min, double max)Generate aColorMapobject, 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 voidStyleVisitorAdapter. visit(ColorMap colorMap)
- 
Uses of ColorMap in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type ColorMap Modifier and Type Method Description voidStyleAttributeExtractor. visit(ColorMap map)
- 
Uses of ColorMap in org.geotools.stylingClasses in org.geotools.styling that implement ColorMap Modifier and Type Class Description classColorMapImplA simple implementation of the color map interface.Methods in org.geotools.styling that return ColorMap Modifier and Type Method Description ColorMapStyleFactoryImpl. colorMap(Expression propertyName, Expression... mapping)abstract ColorMapAbstractStyleFactory. createColorMap()ColorMapStyleBuilder. createColorMap(String[] labels, double[] quantities, Color[] colors, int type)Creates a color map based on fixed quantities and colors.ColorMapStyleFactoryImpl. createColorMap()Methods in org.geotools.styling with parameters of type ColorMap Modifier and Type Method Description abstract RasterSymbolizerAbstractStyleFactory. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)RasterSymbolizerStyleBuilder. createRasterSymbolizer(ColorMap colorMap, double opacity)Creates a raster symbolizerRasterSymbolizerStyleFactoryImpl. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement cenhancement, ShadedRelief relief, Symbolizer outline)RasterSymbolizerStyleFactoryImpl. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)RasterSymbolizerImplStyleFactoryImpl2. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)voidRasterSymbolizerImpl. 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.voidAbstractStyleVisitor. visit(ColorMap colorMap)
- 
Uses of ColorMap in org.geotools.styling.visitorMethods in org.geotools.styling.visitor that return ColorMap Modifier and Type Method Description protected ColorMapDuplicatingStyleVisitor. copy(ColorMap colorMap)Methods in org.geotools.styling.visitor with parameters of type ColorMap Modifier and Type Method Description protected ColorMapDuplicatingStyleVisitor. copy(ColorMap colorMap)voidDuplicatingStyleVisitor. visit(ColorMap colorMap)
- 
Uses of ColorMap in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return ColorMap Modifier and Type Method Description protected ColorMapSLDParser. parseColorMap(Node root)Internal parse method - made protected for unit testing
- 
Uses of ColorMap in org.geotools.ysld.parseMethods in org.geotools.ysld.parse with parameters of type ColorMap Modifier and Type Method Description protected abstract voidColorMapParser. colorMap(ColorMap colorMap)
 
-