Methods in org.geotools.styling that return ColorMap |
ColorMap |
StyleFactoryImpl.colorMap(org.opengis.filter.expression.Expression propertyName,
org.opengis.filter.expression.Expression... mapping)
|
ColorMap |
StyleFactory.colorMap(org.opengis.filter.expression.Expression propertyName,
org.opengis.filter.expression.Expression... mapping)
Wrap up a "Categorize" function using the provided expressions. |
ColorMap |
StyleFactoryImpl.createColorMap()
|
abstract ColorMap |
AbstractStyleFactory.createColorMap()
|
ColorMap |
StyleFactory.createColorMap()
|
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 |
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. |
protected ColorMap |
SLDParser.parseColorMap(org.w3c.dom.Node root)
Internal parse method - made protected for unit testing |
Methods in org.geotools.styling with parameters of type ColorMap |
RasterSymbolizer |
StyleBuilder.createRasterSymbolizer(ColorMap colorMap,
double opacity)
Creates a raster symbolizer |
RasterSymbolizer |
StyleFactoryImpl.createRasterSymbolizer(java.lang.String geometryPropertyName,
org.opengis.filter.expression.Expression opacity,
ChannelSelection channel,
org.opengis.filter.expression.Expression overlap,
ColorMap colorMap,
ContrastEnhancement cenhancement,
ShadedRelief relief,
Symbolizer outline)
|
abstract RasterSymbolizer |
AbstractStyleFactory.createRasterSymbolizer(java.lang.String geometryPropertyName,
org.opengis.filter.expression.Expression opacity,
ChannelSelection channel,
org.opengis.filter.expression.Expression overlap,
ColorMap colorMap,
ContrastEnhancement ce,
ShadedRelief relief,
Symbolizer outline)
|
RasterSymbolizer |
StyleFactory.createRasterSymbolizer(java.lang.String geometryPropertyName,
org.opengis.filter.expression.Expression opacity,
ChannelSelection channel,
org.opengis.filter.expression.Expression overlap,
ColorMap colorMap,
ContrastEnhancement ce,
ShadedRelief relief,
Symbolizer outline)
|
void |
StyleAttributeExtractor.visit(ColorMap map)
|
void |
StyleVisitor.visit(ColorMap colorMap)
Called when accept is called on a raster color map |