org.geotools.renderer.lite.gridcoverage2d
Class LinearColorMap.LinearColorMapType
Object
LinearColorMap.LinearColorMapType
- Enclosing class:
- LinearColorMap
public static final class LinearColorMap.LinearColorMapType
- extends Object
Field Summary |
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. |
Method Summary |
static boolean |
validateColorMapTye(int linearColorMapType)
Validates the provided color map type. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_RAMP
public static final int TYPE_RAMP
- Values are displayed using a gradual ramp of colors.
- See Also:
- Constant Field Values
TYPE_VALUES
public static final int TYPE_VALUES
- Each value in the raster layer is to be displayed individually as
single separate color.
- See Also:
- Constant Field Values
TYPE_INTERVALS
public static final int TYPE_INTERVALS
- Vales are grouped into classes in order to display each class with a
single separate color.
- See Also:
- Constant Field Values
LinearColorMap.LinearColorMapType
public LinearColorMap.LinearColorMapType()
validateColorMapTye
public static boolean validateColorMapTye(int linearColorMapType)
- Validates the provided color map type.
- Parameters:
linearColorMapType
-
- Returns:
false
if we cannot valid the provided type, true
otherwise.
Copyright © 1996-2009 Geotools. All Rights Reserved.