01: /*
02: * GeoTools - OpenSource mapping toolkit
03: * http://geotools.org
04: * (C) 2003-2007, Geotools Project Managment Committee (PMC)
05: *
06: * This library is free software; you can redistribute it and/or
07: * modify it under the terms of the GNU Lesser General Public
08: * License as published by the Free Software Foundation; either
09: * version 2.1 of the License, or (at your option) any later version.
10: *
11: * This library is distributed in the hope that it will be useful,
12: * but WITHOUT ANY WARRANTY; without even the implied warranty of
13: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14: * Lesser General Public License for more details.
15: *
16: * THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT EDIT!
17: * Generated with: org.geotools.resources.IndexedResourceCompiler
18: */
19: package org.geotools.resources.i18n;
20:
21: /**
22: * Resource keys. This class is used when compiling sources, but
23: * no dependencies to {@code ResourceKeys} should appear in any
24: * resulting class files. Since Java compiler inlines final integer
25: * values, using long identifiers will not bloat constant pools of
26: * classes compiled against the interface, provided that no class
27: * implements this interface.
28: *
29: * @see org.geotools.resources.IndexedResourceBundle
30: * @see org.geotools.resources.IndexedResourceCompiler
31: * @source $URL: http://svn.geotools.org/geotools/tags/2.4.1/modules/library/metadata/src/main/java/org/geotools/resources/i18n/DescriptionKeys.java $
32: */
33: public final class DescriptionKeys {
34: private DescriptionKeys() {
35: }
36:
37: /**
38: * Data distributed over a grid
39: */
40: public static final int CODEC_GRID = 0;
41:
42: /**
43: * Matrix in text file
44: */
45: public static final int CODEC_MATRIX = 1;
46:
47: /**
48: * Raw binary file
49: */
50: public static final int CODEC_RAW = 2;
51:
52: /**
53: * Count: {0}
54: Minimum: {1}
55: Maximum: {2}
56: Mean: {3}
57: RMS: {4}
58: Standard deviation: {5}
59: */
60: public static final int STATISTICS_TO_STRING_$6 = 3;
61: }
|