org.geotools.renderer.lite.gridcoverage2d
Class LinearColorMap.LinearColorMapType

Object
  extended by 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.
 
Constructor Summary
LinearColorMap.LinearColorMapType()
           
 
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
 

Field Detail

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
Constructor Detail

LinearColorMap.LinearColorMapType

public LinearColorMap.LinearColorMapType()
Method Detail

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-2010 Geotools. All Rights Reserved.