org.geotools.renderer.i18n
Class VocabularyKeys

Object
  extended by VocabularyKeys

public final class VocabularyKeys
extends Object

Resource keys. This class is used when compiling sources, but no dependencies to ResourceKeys should appear in any resulting class files. Since Java compiler inlines final integer values, using long identifiers will not bloat constant pools of classes compiled against the interface, provided that no class implements this interface.

See Also:
IndexedResourceBundle, IndexedResourceCompiler

Field Summary
static int BAND_MERGE
          Band Merge
static int BAND_SELECTION
          Band Selection
static int BASE_COVERAGE_PROCESSING
          Base Coverage Processing
static int CHANNEL_SELECTION
          Channel Selection
static int COLOR_MAP
          Color Map
static int CONTRAST_ENHANCEMENT
          Contrast Enhancement
static int COVERAGE_PROCESSING
          Coverage Processing
static int RASTER_SYMBOLIZER_HELPER
          Raster Symbolizer Helper
static int ROOT_NODE
          Root Node
static int UNTITLED
          Untitled
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BAND_MERGE

public static final int BAND_MERGE
Band Merge

See Also:
Constant Field Values

BAND_SELECTION

public static final int BAND_SELECTION
Band Selection

See Also:
Constant Field Values

BASE_COVERAGE_PROCESSING

public static final int BASE_COVERAGE_PROCESSING
Base Coverage Processing

See Also:
Constant Field Values

CHANNEL_SELECTION

public static final int CHANNEL_SELECTION
Channel Selection

See Also:
Constant Field Values

COLOR_MAP

public static final int COLOR_MAP
Color Map

See Also:
Constant Field Values

CONTRAST_ENHANCEMENT

public static final int CONTRAST_ENHANCEMENT
Contrast Enhancement

See Also:
Constant Field Values

COVERAGE_PROCESSING

public static final int COVERAGE_PROCESSING
Coverage Processing

See Also:
Constant Field Values

RASTER_SYMBOLIZER_HELPER

public static final int RASTER_SYMBOLIZER_HELPER
Raster Symbolizer Helper

See Also:
Constant Field Values

ROOT_NODE

public static final int ROOT_NODE
Root Node

See Also:
Constant Field Values

UNTITLED

public static final int UNTITLED
Untitled

See Also:
Constant Field Values


Copyright © 1996-2014 Geotools. All Rights Reserved.