public static final class LinearColorMap.LinearColorMapType extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_INTERVALS
Vales are grouped into classes in order to display each class with a single separate color.
|
static int |
TYPE_RAMP
Values are displayed using a gradual ramp of colors.
|
static int |
TYPE_VALUES
Each value in the raster layer is to be displayed individually as single separate color.
|
Constructor and Description |
---|
LinearColorMapType() |
Modifier and Type | Method and Description |
---|---|
static boolean |
validateColorMapTye(int linearColorMapType)
Validates the provided color map type.
|
public static final int TYPE_RAMP
public static final int TYPE_VALUES
public static final int TYPE_INTERVALS
Copyright © 2006–2018 GeoSolutions. All rights reserved.