|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.renderer.lite.gridcoverage2d.LinearColorMap.LinearColorMapType
public static final class LinearColorMap.LinearColorMapType
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. |
Constructor Summary | |
---|---|
LinearColorMap.LinearColorMapType()
|
Method Summary | |
---|---|
static boolean |
validateColorMapTye(int linearColorMapType)
Validates the provided color map type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_RAMP
public static final int TYPE_VALUES
public static final int TYPE_INTERVALS
Constructor Detail |
---|
public LinearColorMap.LinearColorMapType()
Method Detail |
---|
public static boolean validateColorMapTye(int linearColorMapType)
linearColorMapType
-
false
if we cannot valid the provided type, true
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |