Package org.geotools.metadata.i18n
Class DescriptionKeys
- Object
-
- DescriptionKeys
-
public final class DescriptionKeys extends Object
Resource keys. This class is used when compiling sources, but no dependencies toResourceKeys
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
Fields Modifier and Type Field Description static int
CODEC_GRID
Data distributed over a gridstatic int
CODEC_MATRIX
Matrix in text filestatic int
CODEC_RAW
Raw binary filestatic int
STATISTICS_TO_STRING_$6
Count: {0} Minimum: {1} Maximum: {2} Mean: {3} RMS: {4} Standard deviation: {5}
-
-
-
Field Detail
-
CODEC_GRID
public static final int CODEC_GRID
Data distributed over a grid- See Also:
- Constant Field Values
-
CODEC_MATRIX
public static final int CODEC_MATRIX
Matrix in text file- See Also:
- Constant Field Values
-
CODEC_RAW
public static final int CODEC_RAW
Raw binary file- See Also:
- Constant Field Values
-
STATISTICS_TO_STRING_$6
public static final int STATISTICS_TO_STRING_$6
Count: {0} Minimum: {1} Maximum: {2} Mean: {3} RMS: {4} Standard deviation: {5}- See Also:
- Constant Field Values
-
-