|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinearColorMapElement | |
---|---|
org.geotools.renderer.lite.gridcoverage2d | SLD 1.0 and SE RasterSymbolizer support classes |
Uses of LinearColorMapElement in org.geotools.renderer.lite.gridcoverage2d |
---|
Methods in org.geotools.renderer.lite.gridcoverage2d that return LinearColorMapElement | |
---|---|
static LinearColorMapElement |
LinearColorMapElement.create(CharSequence name,
Color[] colors,
NumberRange<? extends Number> valueRange,
NumberRange<? extends Number> sampleRange)
|
static LinearColorMapElement |
LinearColorMapElement.create(CharSequence name,
Color color,
double value,
int sample)
|
static LinearColorMapElement |
LinearColorMapElement.create(CharSequence name,
Color color,
float value,
int sample)
|
static LinearColorMapElement |
LinearColorMapElement.create(CharSequence name,
Color color,
int value,
int sample)
|
static LinearColorMapElement |
LinearColorMapElement.create(CharSequence name,
Color color,
NumberRange<? extends Number> inRange,
int outVal)
|
static LinearColorMapElement |
LinearColorMapElement.create(CharSequence name,
Color color,
short value,
int sample)
|
LinearColorMapElement |
LinearColorMap.findDomainElement(double sample)
|
LinearColorMapElement |
LinearColorMap.get(int index)
|
LinearColorMapElement[] |
LinearColorMap.getDomainElements()
|
Constructors in org.geotools.renderer.lite.gridcoverage2d with parameters of type LinearColorMapElement | |
---|---|
LinearColorMap(CharSequence name,
LinearColorMapElement[] standardElements)
Constructor which creates a LinearColorMap without a
NoDataCategory . |
|
LinearColorMap(CharSequence name,
LinearColorMapElement[] standardElements,
Color defColor)
|
|
LinearColorMap(CharSequence name,
LinearColorMapElement[] standardElements,
LinearColorMapElement[] preFilteringElements,
Color defaultColor)
|
|
LinearColorMap(CharSequence name,
LinearColorMapElement[] standardElements,
LinearColorMapElement[] preFilteringElements,
Color defaultColor)
|
|
LinearColorMap(String string,
LinearColorMapElement[] linearColorMapElements,
LinearColorMapElement[] linearColorMapElements2)
|
|
LinearColorMap(String string,
LinearColorMapElement[] linearColorMapElements,
LinearColorMapElement[] linearColorMapElements2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |