org.geotools.resources.i18n
Class DescriptionKeys

java.lang.Object
  extended byorg.geotools.resources.i18n.DescriptionKeys

public final class DescriptionKeys
extends java.lang.Object

Resource keys. This class is used when compiling sources, but no dependencies to 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:
ResourceBundle, ResourceCompiler

Field Summary
static int CODEC_GRID
           
static int CODEC_MATRIX
           
static int CODEC_RAW
           
static int STATISTICS_TO_STRING_$6
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODEC_GRID

public static final int CODEC_GRID
See Also:
Constant Field Values

CODEC_MATRIX

public static final int CODEC_MATRIX
See Also:
Constant Field Values

CODEC_RAW

public static final int CODEC_RAW
See Also:
Constant Field Values

STATISTICS_TO_STRING_$6

public static final int STATISTICS_TO_STRING_$6
See Also:
Constant Field Values


Copyright © GeoTools. All Rights Reserved.