|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorMap | |
org.geotools.renderer.shape | |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.visitor |
Uses of ColorMap in org.geotools.renderer.shape |
Methods in org.geotools.renderer.shape with parameters of type ColorMap | |
void |
OpacityFinder.visit(ColorMap arg0)
|
Uses of ColorMap in org.geotools.styling |
Classes in org.geotools.styling that implement ColorMap | |
class |
ColorMapImpl
A simple implementation of the color map interface. |
Methods in org.geotools.styling that return ColorMap | |
abstract ColorMap |
AbstractStyleFactory.createColorMap()
|
ColorMap |
StyleFactoryImpl.createColorMap()
|
ColorMap |
RasterSymbolizerImpl.getColorMap()
The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors. |
ColorMap |
StyleBuilder.createColorMap(java.lang.String[] labels,
double[] quantities,
java.awt.Color[] colors,
int type)
Creates a color map based on fixed quantities and colors. |
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.styling with parameters of type ColorMap | |
void |
XMLEncoder.visit(ColorMap arg0)
Deprecated. |
abstract RasterSymbolizer |
AbstractStyleFactory.createRasterSymbolizer(java.lang.String geometryPropertyName,
Expression opacity,
ChannelSelection channel,
Expression overlap,
ColorMap colorMap,
ContrastEnhancement ce,
ShadedRelief relief,
Symbolizer outline)
|
RasterSymbolizer |
StyleFactoryImpl.createRasterSymbolizer(java.lang.String geometryPropertyName,
Expression opacity,
ChannelSelection channel,
Expression overlap,
ColorMap colorMap,
ContrastEnhancement cenhancement,
ShadedRelief relief,
Symbolizer outline)
|
void |
StyleAttributeExtractor.visit(ColorMap map)
|
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. |
RasterSymbolizer |
StyleBuilder.createRasterSymbolizer(ColorMap colorMap,
double opacity)
Creates a raster symbolizer |
RasterSymbolizer |
StyleFactory.createRasterSymbolizer(java.lang.String geometryPropertyName,
Expression opacity,
ChannelSelection channel,
Expression overlap,
ColorMap colorMap,
ContrastEnhancement ce,
ShadedRelief relief,
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 map |
Uses of ColorMap in org.geotools.styling.visitor |
Methods in org.geotools.styling.visitor with parameters of type ColorMap | |
void |
DuplicatorStyleVisitor.visit(ColorMap arg0)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |