Class Resources.Keys

java.lang.Object
org.apache.sis.util.resources.KeyConstants
org.apache.sis.internal.feature.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:
1.1
  • Field Details

    • INSTANCE

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

      public static final short AbstractFeatureType_1
      Feature type ‘{0}’ is abstract.
      See Also:
    • CanNotAssignCharacteristics_1

      public static final short CanNotAssignCharacteristics_1
      Cannot assign characteristics to the “{0}” property.
      See Also:
    • CanNotBuildGridCoverage

      public static final short CanNotBuildGridCoverage
      Cannot build the grid coverage.
      See Also:
    • CanNotComputeTile_2

      public static final short CanNotComputeTile_2
      Cannot compute tile ({0}, {1}).
      See Also:
    • CanNotCreateTwoDimensionalCRS_1

      public static final short CanNotCreateTwoDimensionalCRS_1
      Cannot create a two-dimensional reference system from the “{0}” system.
      See Also:
    • CanNotEnumerateValuesInRange_1

      public static final short CanNotEnumerateValuesInRange_1
      Cannot enumerate values in the {0} range.
      See Also:
    • CanNotInstantiateProperty_1

      public static final short CanNotInstantiateProperty_1
      Property “{0}” is not a type that can be instantiated.
      See Also:
    • CanNotMapToGridDimensions

      public static final short CanNotMapToGridDimensions
      Some envelope dimensions cannot be mapped to grid dimensions.
      See Also:
    • CanNotProcessTile_2

      public static final short CanNotProcessTile_2
      Cannot process tile ({0}, {1}).
      See Also:
    • CanNotSetCharacteristics_2

      public static final short CanNotSetCharacteristics_2
      Cannot set a value of type ‘{1}’ to characteristic “{0}”.
      See Also:
    • CanNotSetDerivedGridProperty_1

      public static final short CanNotSetDerivedGridProperty_1
      Cannot set this derived grid property after a call to “{0}” method.
      See Also:
    • CanNotSetPropertyValue_1

      public static final short CanNotSetPropertyValue_1
      Type of the “{0}” property does not allow to set a value.
      See Also:
    • CanNotSimplifyTransferFunction_1

      public static final short CanNotSimplifyTransferFunction_1
      Cannot simplify transfer function of sample dimension “{0}”.
      See Also:
    • CanNotUpdateTile_2

      public static final short CanNotUpdateTile_2
      Cannot update tile ({0}, {1}).
      See Also:
    • CanNotVisit_2

      public static final short CanNotVisit_2
      Cannot visit a “{1}” {0,choice,0#filter|1#expression}.
      See Also:
    • CategoryRangeOverlap_4

      public static final short CategoryRangeOverlap_4
      The two categories “{0}” and “{2}” have overlapping ranges: {1} and {3} respectively.
      See Also:
    • CharacteristicsAlreadyExists_2

      public static final short CharacteristicsAlreadyExists_2
      Characteristics “{1}” already exists in attribute “{0}”.
      See Also:
    • CharacteristicsNotFound_2

      public static final short CharacteristicsNotFound_2
      No characteristics named “{1}” has been found in “{0}” attribute.
      See Also:
    • CrsToGridConversion

      public static final short CrsToGridConversion
      Conversions from coverage CRS to grid cell indices.
      See Also:
    • DependencyNotFound_3

      public static final short DependencyNotFound_3
      Operation “{0}” requires a “{1}” property, but no such property has been found in “{2}”.
      See Also:
    • EmptyImage

      public static final short EmptyImage
      Image has zero pixel.
      See Also:
    • EmptyTileOrImageRegion

      public static final short EmptyTileOrImageRegion
      Empty tile or image region.
      See Also:
    • GridCoordinateOutsideCoverage_4

      public static final short GridCoordinateOutsideCoverage_4
      Indices ({3}) are outside grid coverage. The value in dimension {0} shall be between {1,number} and {2,number} inclusive.
      See Also:
    • GridEnvelopeMustBeNDimensional_1

      public static final short GridEnvelopeMustBeNDimensional_1
      The grid envelope must have at least {0} dimensions.
      See Also:
    • GridExtentsAreDisjoint_5

      public static final short GridExtentsAreDisjoint_5
      The specified grid extent is outside the domain. Indices [{3,number} … {4,number}] specified in dimension {0} do not intersect the [{1,number} … {2,number}] grid extent.
      See Also:
    • IllegalCategoryRange_2

      public static final short IllegalCategoryRange_2
      Sample value range {1} for “{0}” category is illegal.
      See Also:
    • IllegalCharacteristicsType_3

      public static final short IllegalCharacteristicsType_3
      Expected an instance of ‘{1}’ for the “{0}” characteristics, but got an instance of ‘{2}’.
      See Also:
    • IllegalFeatureType_3

      public static final short IllegalFeatureType_3
      Association “{0}” does not accept features of type ‘{2}’. Expected an instance of ‘{1}’ or derived type.
      See Also:
    • IllegalGridEnvelope_3

      public static final short IllegalGridEnvelope_3
      Illegal grid envelope [{1,number} … {2,number}] for dimension {0}.
      See Also:
    • IllegalGridGeometryComponent_1

      public static final short IllegalGridGeometryComponent_1
      Cannot create a grid geometry with the given “{0}” component.
      See Also:
    • IllegalPropertyType_2

      public static final short IllegalPropertyType_2
      Type or result of “{0}” property cannot be ‘{1}’ for this operation.
      See Also:
    • IllegalPropertyValueClass_3

      public static final short IllegalPropertyValueClass_3
      Property “{0}” does not accept values of type ‘{2}’. Expected an instance of ‘{1}’ or derived type.
      See Also:
    • IllegalTransferFunction_1

      public static final short IllegalTransferFunction_1
      Illegal transfer function for “{0}” category.
      See Also:
    • ImageAllowsTransparency

      public static final short ImageAllowsTransparency
      Image allows transparency.
      See Also:
    • ImageHasAlphaChannel

      public static final short ImageHasAlphaChannel
      Image has alpha channel.
      See Also:
    • ImageIsOpaque

      public static final short ImageIsOpaque
      Image is opaque.
      See Also:
    • IncompatibleTile_2

      public static final short IncompatibleTile_2
      The ({0}, {1}) tile has an unexpected size, number of bands or sample layout.
      See Also:
    • InsufficientBufferCapacity_3

      public static final short InsufficientBufferCapacity_3
      Data buffer capacity is insufficient for a grid of {0} cells × {1} bands. Missing {2} elements.
      See Also:
    • IterationIsFinished

      public static final short IterationIsFinished
      Iteration is finished.
      See Also:
    • IterationNotStarted

      public static final short IterationNotStarted
      Iteration did not started.
      See Also:
    • MismatchedBandCount_2

      public static final short MismatchedBandCount_2
      Image number of bands {0,number} does not match the number of sample dimensions ({1,number}).
      See Also:
    • MismatchedBandSize

      public static final short MismatchedBandSize
      The bands have different number of sample values.
      See Also:
    • MismatchedDataType

      public static final short MismatchedDataType
      The bands store sample values using different data types.
      See Also:
    • MismatchedImageLocation

      public static final short MismatchedImageLocation
      The two images have different size or pixel coordinates.
      See Also:
    • MismatchedImageSize_3

      public static final short MismatchedImageSize_3
      Image {0,choice,0#width|1#height} ({1,number} pixels) does not match the grid extent size ({2,number} cells).
      See Also:
    • MismatchedPropertyType_1

      public static final short MismatchedPropertyType_1
      Mismatched type for “{0}” property.
      See Also:
    • MismatchedSampleModel

      public static final short MismatchedSampleModel
      The two images use different sample models.
      See Also:
    • MismatchedTileGrid

      public static final short MismatchedTileGrid
      The two images have different tile grid.
      See Also:
    • MismatchedValueClass_3

      public static final short MismatchedValueClass_3
      An attribute for ‘{1}’ values where expected, but the “{0}” attribute specifies values of type ‘{2}’.
      See Also:
    • NoCategoryForValue_1

      public static final short NoCategoryForValue_1
      No category for value {0}.
      See Also:
    • NoNDimensionalSlice_3

      public static final short NoNDimensionalSlice_3
      Cannot infer a {0}-dimensional slice from the grid envelope. Dimension {1} has {2,number} cells.
      See Also:
    • NonLinearInDimensions_1

      public static final short NonLinearInDimensions_1
      non-linear in {0} dimension{0,choice,1#|2#s}:
      See Also:
    • NotAGeometryAtFirstExpression

      public static final short NotAGeometryAtFirstExpression
      Value provided by first expression is not a geometry.
      See Also:
    • NotASingleton_1

      public static final short NotASingleton_1
      Property “{0}” contains more than one value.
      See Also:
    • NotStrictlyOrderedDimensions

      public static final short NotStrictlyOrderedDimensions
      The specified dimensions are not in strictly ascending order.
      See Also:
    • OperationRequiresSingleBand

      public static final short OperationRequiresSingleBand
      This operation requires an image with only one band.
      See Also:
    • OptionalLibraryNotFound_2

      public static final short OptionalLibraryNotFound_2
      The {0} optional library is not available. Geometric operations will ignore that library. Cause is {1}.
      See Also:
    • OutOfIteratorDomain_2

      public static final short OutOfIteratorDomain_2
      The ({0,number}, {1,number}) pixel coordinate is outside iterator domain.
      See Also:
    • PointOutsideCoverageDomain_1

      public static final short PointOutsideCoverageDomain_1
      Point ({0}) is outside the coverage domain.
      See Also:
    • PropertyAlreadyExists_2

      public static final short PropertyAlreadyExists_2
      Property “{1}” already exists in feature “{0}”.
      See Also:
    • PropertyNotFound_2

      public static final short PropertyNotFound_2
      No property named “{1}” has been found in “{0}” feature.
      See Also:
    • TileErrorFlagSet_2

      public static final short TileErrorFlagSet_2
      Tile ({0}, {1}) is unavailable because of error in a previous calculation attempt.
      See Also:
    • TileNotWritable_2

      public static final short TileNotWritable_2
      Tile ({0}, {1}) is not writable.
      See Also:
    • TooManyQualitatives

      public static final short TooManyQualitatives
      Too many qualitative categories.
      See Also:
    • TransformDependsOnDimension_1

      public static final short TransformDependsOnDimension_1
      Coordinate operation depends on grid dimension {0}.
      See Also:
    • UnavailableGeometryLibrary_1

      public static final short UnavailableGeometryLibrary_1
      The {0} geometry library is not available in current runtime environment.
      See Also:
    • UnconvertibleGridCoordinate_2

      public static final short UnconvertibleGridCoordinate_2
      Cannot convert grid coordinate {1} to type ‘{0}’.
      See Also:
    • UnconvertibleSampleValues

      public static final short UnconvertibleSampleValues
      Cannot convert sample values.
      See Also:
    • UnexpectedNumberOfBands_2

      public static final short UnexpectedNumberOfBands_2
      Expected {0} bands but got {1}.
      See Also:
    • UnexpectedNumberOfComponents_4

      public static final short UnexpectedNumberOfComponents_4
      The “{1}” value given to “{0}” property should be separable in {2} components, but we got {3}.
      See Also:
    • UnknownDataType_1

      public static final short UnknownDataType_1
      Raster data type ‘{0}’ is unknown or unsupported.
      See Also:
    • UnknownFunction_1

      public static final short UnknownFunction_1
      Function “{0}” is unknown or unsupported.
      See Also:
    • UnresolvedFeatureName_1

      public static final short UnresolvedFeatureName_1
      Feature named “{0}” has not yet been resolved.
      See Also:
    • UnspecifiedCRS

      public static final short UnspecifiedCRS
      Coordinate reference system is unspecified.
      See Also:
    • UnspecifiedGridExtent

      public static final short UnspecifiedGridExtent
      Grid extent is unspecified.
      See Also:
    • UnspecifiedRasterData

      public static final short UnspecifiedRasterData
      Raster data are unspecified.
      See Also:
    • UnspecifiedTransform

      public static final short UnspecifiedTransform
      Coordinates transform is unspecified.
      See Also:
    • UnsupportedGeometryObject_1

      public static final short UnsupportedGeometryObject_1
      Unsupported geometry {0}D object.
      See Also:
    • UnsupportedSampleType_3

      public static final short UnsupportedSampleType_3
      Sample type with a size of {0} bits cannot have ‘{1}’ = “{2}” characteristic.
      See Also:
  • Constructor Details

    • Keys

      private Keys()
      For INSTANCE creation only.