Class Resources.Keys

java.lang.Object
org.apache.sis.util.resources.KeyConstants
org.apache.sis.internal.geotiff.Resources.Keys
Enclosing class:
Resources

public static final class Resources.Keys extends KeyConstants
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 Details

    • INSTANCE

      static final Resources.Keys INSTANCE
      The unique instance of key constants handler.
    • CanNotComputeGridGeometry_1

      public static final short CanNotComputeGridGeometry_1
      Cannot compute the grid geometry of “{0}” GeoTIFF file.
      See Also:
    • CircularImageReference_1

      public static final short CircularImageReference_1
      TIFF file “{0}” has circular references in its chain of images.
      See Also:
    • ComputedValueForAttribute_2

      public static final short ComputedValueForAttribute_2
      No value specified for the “{0}” TIFF tag. Computed the {1} value from other tags.
      See Also:
    • ConstantValueRequired_3

      public static final short ConstantValueRequired_3
      Apache 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_2
      Unexpected data for “{1}” compression in the “{0}” file.
      See Also:
    • DefaultValueForAttribute_2

      public static final short DefaultValueForAttribute_2
      No value specified for the “{0}” TIFF tag. The {1} default value will be used.
      See Also:
    • DitheringOrHalftoningApplied_2

      public static final short DitheringOrHalftoningApplied_2
      An 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_1
      The following GeoTIFF keys have been ignored: {0}
      See Also:
    • IgnoredTag_1

      public static final short IgnoredTag_1
      The “{0}” TIFF tag has been ignored.
      See Also:
    • InconsistentMapProjParameter_4

      public static final short InconsistentMapProjParameter_4
      Map 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_1
      TIFF 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_3
      TIFF tag “{0}” shall contain at least {1} values but found only {2}.
      See Also:
    • MismatchedLength_4

      public static final short MismatchedLength_4
      TIFF 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_1
      No value has been found for the “{0}” GeoTIFF key.
      See Also:
    • MissingValue_2

      public static final short MissingValue_2
      Cannot read TIFF image from “{0}” because the “{1}” tag is missing.
      See Also:
    • NotTheEpsgValue_5

      public static final short NotTheEpsgValue_5
      The 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 RandomizedProcessApplied
      A randomized process such as error diffusion has been applied to the image data.
      See Also:
    • UndefinedDataFormat_1

      public static final short UndefinedDataFormat_1
      The “{0}” GeoTIFF file does not specify the values format.
      See Also:
    • UnexpectedListOfValues_2

      public static final short UnexpectedListOfValues_2
      A single value was expected for the “{0}” key but {1} values have been found.
      See Also:
    • UnexpectedParameter_2

      public static final short UnexpectedParameter_2
      The “{1}” parameter was not expected for the “{0}” projection method.
      See Also:
    • UnexpectedTileCount_3

      public static final short UnexpectedTileCount_3
      Found {2} tiles or strips in the “{0}” file while {1} were expected.
      See Also:
    • UnexpectedTileLength_2

      public static final short UnexpectedTileLength_2
      Tile has an unexpected length: {1} bytes while {0} were expected.
      See Also:
    • UnknownCRS_1

      public static final short UnknownCRS_1
      TIFF file “{0}” uses an unknown coordinate reference system.
      See Also:
    • UnsupportedCompressionMethod_1

      public static final short UnsupportedCompressionMethod_1
      Compression method “{0}” is unsupported.
      See Also:
    • UnsupportedCoordinateSystemKind_1

      public static final short UnsupportedCoordinateSystemKind_1
      Coordinate system kind {0} is unsupported.
      See Also:
    • UnsupportedGeoKeyDirectory_1

      public static final short UnsupportedGeoKeyDirectory_1
      Version {0} of GeoTIFF key directory is not supported.
      See Also:
    • UnsupportedGeoKeyStorage_1

      public static final short UnsupportedGeoKeyStorage_1
      Unsupported storage location for the “{0}” GeoTIFF value.
      See Also:
    • UnsupportedPredictor_1

      public static final short UnsupportedPredictor_1
      Differencing predictor “{0}” is unsupported.
      See Also:
    • UnsupportedProjectionMethod_1

      public static final short UnsupportedProjectionMethod_1
      TIFF file “{0}” uses an unsupported map projection.
      See Also:
    • UnsupportedTagValue_2

      public static final short UnsupportedTagValue_2
      Unsupported value “{1}” for TIFF tag “{0}”.
      See Also:
  • Constructor Details

    • Keys

      private Keys()
      For INSTANCE creation only.