Package org.geotools.metadata.i18n
Class DescriptionKeys
Object
DescriptionKeys
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Data distributed over a gridstatic final int
Matrix in text filestatic final int
Raw binary filestatic final int
Count: {0} Minimum: {1} Maximum: {2} Mean: {3} RMS: {4} Standard deviation: {5} -
Method Summary
-
Field Details
-
CODEC_GRID
public static final int CODEC_GRIDData distributed over a grid- See Also:
-
CODEC_MATRIX
public static final int CODEC_MATRIXMatrix in text file- See Also:
-
CODEC_RAW
public static final int CODEC_RAWRaw binary file- See Also:
-
STATISTICS_TO_STRING_$6
public static final int STATISTICS_TO_STRING_$6Count: {0} Minimum: {1} Maximum: {2} Mean: {3} RMS: {4} Standard deviation: {5}- See Also:
-