|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RasterSymbolizerSupport.RECOLOR_MODE_TYPE>
org.geotools.renderer.lite.gridcoverage2d.RasterSymbolizerSupport.RECOLOR_MODE_TYPE
public static enum RasterSymbolizerSupport.RECOLOR_MODE_TYPE
Types for the recoloring process.
Enum Constant Summary | |
---|---|
GT_CLASSIC
The way of geotools 2.4.4. |
|
MS_EXTENTION
Alternative way of Martin Schmitz. |
Method Summary | |
---|---|
static RasterSymbolizerSupport.RECOLOR_MODE_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RasterSymbolizerSupport.RECOLOR_MODE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RasterSymbolizerSupport.RECOLOR_MODE_TYPE GT_CLASSIC
(Grid)SampleDimensions
already defined
in the GridCoverage2D
.
public static final RasterSymbolizerSupport.RECOLOR_MODE_TYPE MS_EXTENTION
GridCoverage2D
is resampled accordingly to the given color map.
Method Detail |
---|
public static RasterSymbolizerSupport.RECOLOR_MODE_TYPE[] values()
for (RasterSymbolizerSupport.RECOLOR_MODE_TYPE c : RasterSymbolizerSupport.RECOLOR_MODE_TYPE.values()) System.out.println(c);
public static RasterSymbolizerSupport.RECOLOR_MODE_TYPE valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |