Package org.apache.sis.internal.geotiff
Class Resources.Keys
java.lang.Object
org.apache.sis.util.resources.KeyConstants
org.apache.sis.internal.geotiff.Resources.Keys
- Enclosing class:
Resources
Resource keys. This class is used when compiling sources, but no dependencies to
Keys
should appear in any resulting class files. Since the Java compiler
inlines final integer values, using long identifiers will not bloat the constant
pools of compiled classes.- Since:
- 0.8
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
Cannot compute the grid geometry of “{0}” GeoTIFF file.static final short
TIFF file “{0}” has circular references in its chain of images.static final short
No value specified for the “{0}” TIFF tag.static final short
Apache SIS implementation requires that all “{0}” elements have the same value, but the element found in “{1}” are {2}.static final short
Unexpected data for “{1}” compression in the “{0}” file.static final short
No value specified for the “{0}” TIFF tag.static final short
An ordered dither or halftone technique has been applied to the image data.static final short
The following GeoTIFF keys have been ignored: {0}static final short
The “{0}” TIFF tag has been ignored.static final short
Map projection parameter “{2}” will be ignored because its value ({3}) is inconsistent with the “{0} = {1}” parameter.static final short
TIFF image “{0}” shall be either tiled or organized into strips.(package private) static final Resources.Keys
The unique instance of key constants handler.static final short
“{1}” is not a valid value for the “{0}” GeoTIFF key.static final short
TIFF tag “{0}” shall contain at least {1} values but found only {2}.static final short
TIFF tag “{0}” has a list of {2} elements, but {3} elements were expected according tag “{1}”.static final short
No value has been found for the “{0}” GeoTIFF key.static final short
Cannot read TIFF image from “{0}” because the “{1}” tag is missing.static final short
The file defines “{2}” with value {3}{4}, but that value should be {1}{4} according parent definition ({0}).static final short
A randomized process such as error diffusion has been applied to the image data.static final short
The “{0}” GeoTIFF file does not specify the values format.static final short
A single value was expected for the “{0}” key but {1} values have been found.static final short
The “{1}” parameter was not expected for the “{0}” projection method.static final short
Found {2} tiles or strips in the “{0}” file while {1} were expected.static final short
Tile has an unexpected length: {1} bytes while {0} were expected.static final short
TIFF file “{0}” uses an unknown coordinate reference system.static final short
Compression method “{0}” is unsupported.static final short
Coordinate system kind {0} is unsupported.static final short
Version {0} of GeoTIFF key directory is not supported.static final short
Unsupported storage location for the “{0}” GeoTIFF value.static final short
Differencing predictor “{0}” is unsupported.static final short
TIFF file “{0}” uses an unsupported map projection.static final short
Unsupported value “{1}” for TIFF tag “{0}”. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
The unique instance of key constants handler. -
CanNotComputeGridGeometry_1
public static final short CanNotComputeGridGeometry_1Cannot compute the grid geometry of “{0}” GeoTIFF file.- See Also:
-
CircularImageReference_1
public static final short CircularImageReference_1TIFF file “{0}” has circular references in its chain of images.- See Also:
-
ComputedValueForAttribute_2
public static final short ComputedValueForAttribute_2No value specified for the “{0}” TIFF tag. Computed the {1} value from other tags.- See Also:
-
ConstantValueRequired_3
public static final short ConstantValueRequired_3Apache SIS implementation requires that all “{0}” elements have the same value, but the element found in “{1}” are {2}.- See Also:
-
CorruptedCompression_2
public static final short CorruptedCompression_2Unexpected data for “{1}” compression in the “{0}” file.- See Also:
-
DefaultValueForAttribute_2
public static final short DefaultValueForAttribute_2No value specified for the “{0}” TIFF tag. The {1} default value will be used.- See Also:
-
DitheringOrHalftoningApplied_2
public static final short DitheringOrHalftoningApplied_2An ordered dither or halftone technique has been applied to the image data. The dithering or halftoning matrix size is {0}×{1}.- See Also:
-
IgnoredGeoKeys_1
public static final short IgnoredGeoKeys_1The following GeoTIFF keys have been ignored: {0}- See Also:
-
IgnoredTag_1
public static final short IgnoredTag_1The “{0}” TIFF tag has been ignored.- See Also:
-
InconsistentMapProjParameter_4
public static final short InconsistentMapProjParameter_4Map projection parameter “{2}” will be ignored because its value ({3}) is inconsistent with the “{0} = {1}” parameter.- See Also:
-
InconsistentTileStrip_1
public static final short InconsistentTileStrip_1TIFF image “{0}” shall be either tiled or organized into strips.- See Also:
-
InvalidGeoValue_2
public static final short InvalidGeoValue_2“{1}” is not a valid value for the “{0}” GeoTIFF key.- See Also:
-
ListTooShort_3
public static final short ListTooShort_3TIFF tag “{0}” shall contain at least {1} values but found only {2}.- See Also:
-
MismatchedLength_4
public static final short MismatchedLength_4TIFF tag “{0}” has a list of {2} elements, but {3} elements were expected according tag “{1}”.- See Also:
-
MissingGeoValue_1
public static final short MissingGeoValue_1No value has been found for the “{0}” GeoTIFF key.- See Also:
-
MissingValue_2
public static final short MissingValue_2Cannot read TIFF image from “{0}” because the “{1}” tag is missing.- See Also:
-
NotTheEpsgValue_5
public static final short NotTheEpsgValue_5The file defines “{2}” with value {3}{4}, but that value should be {1}{4} according parent definition ({0}).- See Also:
-
RandomizedProcessApplied
public static final short RandomizedProcessAppliedA randomized process such as error diffusion has been applied to the image data.- See Also:
-
UndefinedDataFormat_1
public static final short UndefinedDataFormat_1The “{0}” GeoTIFF file does not specify the values format.- See Also:
-
UnexpectedListOfValues_2
public static final short UnexpectedListOfValues_2A single value was expected for the “{0}” key but {1} values have been found.- See Also:
-
UnexpectedParameter_2
public static final short UnexpectedParameter_2The “{1}” parameter was not expected for the “{0}” projection method.- See Also:
-
UnexpectedTileCount_3
public static final short UnexpectedTileCount_3Found {2} tiles or strips in the “{0}” file while {1} were expected.- See Also:
-
UnexpectedTileLength_2
public static final short UnexpectedTileLength_2Tile has an unexpected length: {1} bytes while {0} were expected.- See Also:
-
UnknownCRS_1
public static final short UnknownCRS_1TIFF file “{0}” uses an unknown coordinate reference system.- See Also:
-
UnsupportedCompressionMethod_1
public static final short UnsupportedCompressionMethod_1Compression method “{0}” is unsupported.- See Also:
-
UnsupportedCoordinateSystemKind_1
public static final short UnsupportedCoordinateSystemKind_1Coordinate system kind {0} is unsupported.- See Also:
-
UnsupportedGeoKeyDirectory_1
public static final short UnsupportedGeoKeyDirectory_1Version {0} of GeoTIFF key directory is not supported.- See Also:
-
UnsupportedGeoKeyStorage_1
public static final short UnsupportedGeoKeyStorage_1Unsupported storage location for the “{0}” GeoTIFF value.- See Also:
-
UnsupportedPredictor_1
public static final short UnsupportedPredictor_1Differencing predictor “{0}” is unsupported.- See Also:
-
UnsupportedProjectionMethod_1
public static final short UnsupportedProjectionMethod_1TIFF file “{0}” uses an unsupported map projection.- See Also:
-
UnsupportedTagValue_2
public static final short UnsupportedTagValue_2Unsupported value “{1}” for TIFF tag “{0}”.- See Also:
-
-
Constructor Details
-
Keys
private Keys()ForINSTANCE
creation only.
-