Package org.apache.sis.internal.feature
Class Resources.Keys
java.lang.Object
org.apache.sis.util.resources.KeyConstants
org.apache.sis.internal.feature.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:
- 1.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
Feature type ‘{0}’ is abstract.static final short
Cannot assign characteristics to the “{0}” property.static final short
Cannot build the grid coverage.static final short
Cannot compute tile ({0}, {1}).static final short
Cannot create a two-dimensional reference system from the “{0}” system.static final short
Cannot enumerate values in the {0} range.static final short
Property “{0}” is not a type that can be instantiated.static final short
Some envelope dimensions cannot be mapped to grid dimensions.static final short
Cannot process tile ({0}, {1}).static final short
Cannot set a value of type ‘{1}’ to characteristic “{0}”.static final short
Cannot set this derived grid property after a call to “{0}” method.static final short
Type of the “{0}” property does not allow to set a value.static final short
Cannot simplify transfer function of sample dimension “{0}”.static final short
Cannot update tile ({0}, {1}).static final short
Cannot visit a “{1}” {0,choice,0#filter|1#expression}.static final short
The two categories “{0}” and “{2}” have overlapping ranges: {1} and {3} respectively.static final short
Characteristics “{1}” already exists in attribute “{0}”.static final short
No characteristics named “{1}” has been found in “{0}” attribute.static final short
Conversions from coverage CRS to grid cell indices.static final short
Operation “{0}” requires a “{1}” property, but no such property has been found in “{2}”.static final short
Image has zero pixel.static final short
Empty tile or image region.static final short
Indices ({3}) are outside grid coverage.static final short
The grid envelope must have at least {0} dimensions.static final short
The specified grid extent is outside the domain.static final short
Sample value range {1} for “{0}” category is illegal.static final short
Expected an instance of ‘{1}’ for the “{0}” characteristics, but got an instance of ‘{2}’.static final short
Association “{0}” does not accept features of type ‘{2}’.static final short
Illegal grid envelope [{1,number} … {2,number}] for dimension {0}.static final short
Cannot create a grid geometry with the given “{0}” component.static final short
Type or result of “{0}” property cannot be ‘{1}’ for this operation.static final short
Property “{0}” does not accept values of type ‘{2}’.static final short
Illegal transfer function for “{0}” category.static final short
Image allows transparency.static final short
Image has alpha channel.static final short
Image is opaque.static final short
The ({0}, {1}) tile has an unexpected size, number of bands or sample layout.(package private) static final Resources.Keys
The unique instance of key constants handler.static final short
Data buffer capacity is insufficient for a grid of {0} cells × {1} bands.static final short
Iteration is finished.static final short
Iteration did not started.static final short
Image number of bands {0,number} does not match the number of sample dimensions ({1,number}).static final short
The bands have different number of sample values.static final short
The bands store sample values using different data types.static final short
The two images have different size or pixel coordinates.static final short
Image {0,choice,0#width|1#height} ({1,number} pixels) does not match the grid extent size ({2,number} cells).static final short
Mismatched type for “{0}” property.static final short
The two images use different sample models.static final short
The two images have different tile grid.static final short
An attribute for ‘{1}’ values where expected, but the “{0}” attribute specifies values of type ‘{2}’.static final short
No category for value {0}.static final short
Cannot infer a {0}-dimensional slice from the grid envelope.static final short
non-linear in {0} dimension{0,choice,1#|2#s}:static final short
Value provided by first expression is not a geometry.static final short
Property “{0}” contains more than one value.static final short
The specified dimensions are not in strictly ascending order.static final short
This operation requires an image with only one band.static final short
The {0} optional library is not available.static final short
The ({0,number}, {1,number}) pixel coordinate is outside iterator domain.static final short
Point ({0}) is outside the coverage domain.static final short
Property “{1}” already exists in feature “{0}”.static final short
No property named “{1}” has been found in “{0}” feature.static final short
Tile ({0}, {1}) is unavailable because of error in a previous calculation attempt.static final short
Tile ({0}, {1}) is not writable.static final short
Too many qualitative categories.static final short
Coordinate operation depends on grid dimension {0}.static final short
The {0} geometry library is not available in current runtime environment.static final short
Cannot convert grid coordinate {1} to type ‘{0}’.static final short
Cannot convert sample values.static final short
Expected {0} bands but got {1}.static final short
The “{1}” value given to “{0}” property should be separable in {2} components, but we got {3}.static final short
Raster data type ‘{0}’ is unknown or unsupported.static final short
Function “{0}” is unknown or unsupported.static final short
Feature named “{0}” has not yet been resolved.static final short
Coordinate reference system is unspecified.static final short
Grid extent is unspecified.static final short
Raster data are unspecified.static final short
Coordinates transform is unspecified.static final short
Unsupported geometry {0}D object.static final short
Sample type with a size of {0} bits cannot have ‘{1}’ = “{2}” characteristic. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
The unique instance of key constants handler. -
AbstractFeatureType_1
public static final short AbstractFeatureType_1Feature type ‘{0}’ is abstract.- See Also:
-
CanNotAssignCharacteristics_1
public static final short CanNotAssignCharacteristics_1Cannot assign characteristics to the “{0}” property.- See Also:
-
CanNotBuildGridCoverage
public static final short CanNotBuildGridCoverageCannot build the grid coverage.- See Also:
-
CanNotComputeTile_2
public static final short CanNotComputeTile_2Cannot compute tile ({0}, {1}).- See Also:
-
CanNotCreateTwoDimensionalCRS_1
public static final short CanNotCreateTwoDimensionalCRS_1Cannot create a two-dimensional reference system from the “{0}” system.- See Also:
-
CanNotEnumerateValuesInRange_1
public static final short CanNotEnumerateValuesInRange_1Cannot enumerate values in the {0} range.- See Also:
-
CanNotInstantiateProperty_1
public static final short CanNotInstantiateProperty_1Property “{0}” is not a type that can be instantiated.- See Also:
-
CanNotMapToGridDimensions
public static final short CanNotMapToGridDimensionsSome envelope dimensions cannot be mapped to grid dimensions.- See Also:
-
CanNotProcessTile_2
public static final short CanNotProcessTile_2Cannot process tile ({0}, {1}).- See Also:
-
CanNotSetCharacteristics_2
public static final short CanNotSetCharacteristics_2Cannot set a value of type ‘{1}’ to characteristic “{0}”.- See Also:
-
CanNotSetDerivedGridProperty_1
public static final short CanNotSetDerivedGridProperty_1Cannot set this derived grid property after a call to “{0}” method.- See Also:
-
CanNotSetPropertyValue_1
public static final short CanNotSetPropertyValue_1Type of the “{0}” property does not allow to set a value.- See Also:
-
CanNotSimplifyTransferFunction_1
public static final short CanNotSimplifyTransferFunction_1Cannot simplify transfer function of sample dimension “{0}”.- See Also:
-
CanNotUpdateTile_2
public static final short CanNotUpdateTile_2Cannot update tile ({0}, {1}).- See Also:
-
CanNotVisit_2
public static final short CanNotVisit_2Cannot visit a “{1}” {0,choice,0#filter|1#expression}.- See Also:
-
CategoryRangeOverlap_4
public static final short CategoryRangeOverlap_4The two categories “{0}” and “{2}” have overlapping ranges: {1} and {3} respectively.- See Also:
-
CharacteristicsAlreadyExists_2
public static final short CharacteristicsAlreadyExists_2Characteristics “{1}” already exists in attribute “{0}”.- See Also:
-
CharacteristicsNotFound_2
public static final short CharacteristicsNotFound_2No characteristics named “{1}” has been found in “{0}” attribute.- See Also:
-
CrsToGridConversion
public static final short CrsToGridConversionConversions from coverage CRS to grid cell indices.- See Also:
-
DependencyNotFound_3
public static final short DependencyNotFound_3Operation “{0}” requires a “{1}” property, but no such property has been found in “{2}”.- See Also:
-
EmptyImage
public static final short EmptyImageImage has zero pixel.- See Also:
-
EmptyTileOrImageRegion
public static final short EmptyTileOrImageRegionEmpty tile or image region.- See Also:
-
GridCoordinateOutsideCoverage_4
public static final short GridCoordinateOutsideCoverage_4Indices ({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_1The grid envelope must have at least {0} dimensions.- See Also:
-
GridExtentsAreDisjoint_5
public static final short GridExtentsAreDisjoint_5The 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_2Sample value range {1} for “{0}” category is illegal.- See Also:
-
IllegalCharacteristicsType_3
public static final short IllegalCharacteristicsType_3Expected an instance of ‘{1}’ for the “{0}” characteristics, but got an instance of ‘{2}’.- See Also:
-
IllegalFeatureType_3
public static final short IllegalFeatureType_3Association “{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_3Illegal grid envelope [{1,number} … {2,number}] for dimension {0}.- See Also:
-
IllegalGridGeometryComponent_1
public static final short IllegalGridGeometryComponent_1Cannot create a grid geometry with the given “{0}” component.- See Also:
-
IllegalPropertyType_2
public static final short IllegalPropertyType_2Type or result of “{0}” property cannot be ‘{1}’ for this operation.- See Also:
-
IllegalPropertyValueClass_3
public static final short IllegalPropertyValueClass_3Property “{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_1Illegal transfer function for “{0}” category.- See Also:
-
ImageAllowsTransparency
public static final short ImageAllowsTransparencyImage allows transparency.- See Also:
-
ImageHasAlphaChannel
public static final short ImageHasAlphaChannelImage has alpha channel.- See Also:
-
ImageIsOpaque
public static final short ImageIsOpaqueImage is opaque.- See Also:
-
IncompatibleTile_2
public static final short IncompatibleTile_2The ({0}, {1}) tile has an unexpected size, number of bands or sample layout.- See Also:
-
InsufficientBufferCapacity_3
public static final short InsufficientBufferCapacity_3Data buffer capacity is insufficient for a grid of {0} cells × {1} bands. Missing {2} elements.- See Also:
-
IterationIsFinished
public static final short IterationIsFinishedIteration is finished.- See Also:
-
IterationNotStarted
public static final short IterationNotStartedIteration did not started.- See Also:
-
MismatchedBandCount_2
public static final short MismatchedBandCount_2Image number of bands {0,number} does not match the number of sample dimensions ({1,number}).- See Also:
-
MismatchedBandSize
public static final short MismatchedBandSizeThe bands have different number of sample values.- See Also:
-
MismatchedDataType
public static final short MismatchedDataTypeThe bands store sample values using different data types.- See Also:
-
MismatchedImageLocation
public static final short MismatchedImageLocationThe two images have different size or pixel coordinates.- See Also:
-
MismatchedImageSize_3
public static final short MismatchedImageSize_3Image {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_1Mismatched type for “{0}” property.- See Also:
-
MismatchedSampleModel
public static final short MismatchedSampleModelThe two images use different sample models.- See Also:
-
MismatchedTileGrid
public static final short MismatchedTileGridThe two images have different tile grid.- See Also:
-
MismatchedValueClass_3
public static final short MismatchedValueClass_3An attribute for ‘{1}’ values where expected, but the “{0}” attribute specifies values of type ‘{2}’.- See Also:
-
NoCategoryForValue_1
public static final short NoCategoryForValue_1No category for value {0}.- See Also:
-
NoNDimensionalSlice_3
public static final short NoNDimensionalSlice_3Cannot infer a {0}-dimensional slice from the grid envelope. Dimension {1} has {2,number} cells.- See Also:
-
NonLinearInDimensions_1
public static final short NonLinearInDimensions_1non-linear in {0} dimension{0,choice,1#|2#s}:- See Also:
-
NotAGeometryAtFirstExpression
public static final short NotAGeometryAtFirstExpressionValue provided by first expression is not a geometry.- See Also:
-
NotASingleton_1
public static final short NotASingleton_1Property “{0}” contains more than one value.- See Also:
-
NotStrictlyOrderedDimensions
public static final short NotStrictlyOrderedDimensionsThe specified dimensions are not in strictly ascending order.- See Also:
-
OperationRequiresSingleBand
public static final short OperationRequiresSingleBandThis operation requires an image with only one band.- See Also:
-
OptionalLibraryNotFound_2
public static final short OptionalLibraryNotFound_2The {0} optional library is not available. Geometric operations will ignore that library. Cause is {1}.- See Also:
-
OutOfIteratorDomain_2
public static final short OutOfIteratorDomain_2The ({0,number}, {1,number}) pixel coordinate is outside iterator domain.- See Also:
-
PointOutsideCoverageDomain_1
public static final short PointOutsideCoverageDomain_1Point ({0}) is outside the coverage domain.- See Also:
-
PropertyAlreadyExists_2
public static final short PropertyAlreadyExists_2Property “{1}” already exists in feature “{0}”.- See Also:
-
PropertyNotFound_2
public static final short PropertyNotFound_2No property named “{1}” has been found in “{0}” feature.- See Also:
-
TileErrorFlagSet_2
public static final short TileErrorFlagSet_2Tile ({0}, {1}) is unavailable because of error in a previous calculation attempt.- See Also:
-
TileNotWritable_2
public static final short TileNotWritable_2Tile ({0}, {1}) is not writable.- See Also:
-
TooManyQualitatives
public static final short TooManyQualitativesToo many qualitative categories.- See Also:
-
TransformDependsOnDimension_1
public static final short TransformDependsOnDimension_1Coordinate operation depends on grid dimension {0}.- See Also:
-
UnconvertibleGridCoordinate_2
public static final short UnconvertibleGridCoordinate_2Cannot convert grid coordinate {1} to type ‘{0}’.- See Also:
-
UnconvertibleSampleValues
public static final short UnconvertibleSampleValuesCannot convert sample values.- See Also:
-
UnexpectedNumberOfBands_2
public static final short UnexpectedNumberOfBands_2Expected {0} bands but got {1}.- See Also:
-
UnexpectedNumberOfComponents_4
public static final short UnexpectedNumberOfComponents_4The “{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_1Raster data type ‘{0}’ is unknown or unsupported.- See Also:
-
UnknownFunction_1
public static final short UnknownFunction_1Function “{0}” is unknown or unsupported.- See Also:
-
UnresolvedFeatureName_1
public static final short UnresolvedFeatureName_1Feature named “{0}” has not yet been resolved.- See Also:
-
UnspecifiedCRS
public static final short UnspecifiedCRSCoordinate reference system is unspecified.- See Also:
-
UnspecifiedGridExtent
public static final short UnspecifiedGridExtentGrid extent is unspecified.- See Also:
-
UnspecifiedRasterData
public static final short UnspecifiedRasterDataRaster data are unspecified.- See Also:
-
UnspecifiedTransform
public static final short UnspecifiedTransformCoordinates transform is unspecified.- See Also:
-
UnsupportedGeometryObject_1
public static final short UnsupportedGeometryObject_1Unsupported geometry {0}D object.- See Also:
-
UnsupportedSampleType_3
public static final short UnsupportedSampleType_3Sample type with a size of {0} bits cannot have ‘{1}’ = “{2}” characteristic.- See Also:
-
-
Constructor Details
-
Keys
private Keys()ForINSTANCE
creation only.
-