Package org.apache.sis.internal.storage
Class Resources.Keys
java.lang.Object
org.apache.sis.util.resources.KeyConstants
org.apache.sis.internal.storage.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.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
Name “{3}” is ambiguous because it can be understood as either “{1}” or “{2}” in the context of “{0}” data.static final short
Auxiliary file “{0}” seems too large.static final short
Cannot create resources based on the content of “{0}” directory.static final short
Cannot infer the feature type resulting from “{0}” filtering.static final short
Cannot get metadata common to “{0}” files.static final short
Cannot intersect “{0}” data with specified query.static final short
Cannot read “{0}” auxiliary file.static final short
Cannot read the Coordinate Reference System (CRS) Well Known Text (WKT) in “{0}”.static final short
Cannot read “{0}” directory.static final short
Cannot read “{1}” as a file in the {0} format.static final short
Cannot read line {2} of “{1}” as part of a file in the {0} format.static final short
Cannot read after column {3} of line {2} of “{1}” as part of a file in the {0} format.static final short
Cannot read pixel at ({0}, {1}) indices in the “{2}” file.static final short
Cannot read slice at index {0}.static final short
Cannot remove resource “{1}” from aggregate “{0}”.static final short
Cannot render an image for the “{0}” coverage.static final short
Cannot select a slice.static final short
Cannot save resources of type ‘{1}’ in a “{0}” store.static final short
Cannot write the “{0}” resource.static final short
This {0} reader is closed.static final short
This storage connector is closed.static final short
This {0} writer is closed.static final short
One or more read operations are in progress in the “{0}” data store.static final short
A write operation is in progress in the “{0}” data store.static final short
Whether to allow new data store creation if the source to open does not already exist.static final short
Character encoding used by the data store.static final short
Formatting conventions of dates and numbers.static final short
Data store location as a file or URL.static final short
Timezone of dates in the data store.static final short
Content of “{0}” directory.static final short
Name of the format to use for reading or writing the directory content.static final short
Query property “{0}” is duplicated at indices {1} and {2}.static final short
Sample dimension index {0} is duplicated.static final short
Exception occurred in a listener for events of type ‘{0}’.static final short
Header in the “{0}” file is too large.static final short
Character string in the “{0}” file is too long.static final short
A feature named “{1}” is already present in the “{0}” data store.static final short
Feature “{1}” has not been found in the “{0}” data store.static final short
A {1,choice,0#file|1#directory} already exists at “{0}”.static final short
The “{0}” file is not a directory of resources.static final short
Whether to assemble trajectory fragments (lines in CSV file) in a single feature instance.static final short
This resource should not fire events of type “{0}”.static final short
The {0} data store does not accept features of type “{1}”.static final short
The {0} reader does not accept inputs of type ‘{1}’.static final short
The {0} writer does not accept outputs of type ‘{1}’.static final short
All coverages must have the same grid geometry.static final short
Components of the “{1}” name are inconsistent with those of the name previously binded in “{0}” data store.(package private) static final Resources.Keys
The unique instance of key constants handler.static final short
Invalid or unsupported “{1}” expression at index {0}.static final short
Sample dimension index {1} is invalid.static final short
Loaded grid coverage between {1} – {2} and {3} – {4} from file “{0}” in {5} seconds.static final short
Marks are not supported on “{0}” stream.static final short
Resource “{0}” does not have an identifier.static final short
Missing scheme in “{0}” URI.static final short
No feature type is common to all the features to aggregate.static final short
Index {1} in dimension “{0}” maps to {2} slices.static final short
Extent in dimension “{0}” should be a slice, but {1} cells were specified.static final short
No directory of resources found at “{0}”.static final short
Resource “{1}” is not part of aggregate “{0}”.static final short
Resource “{0}” is not a writable feature set.static final short
Processing executed on {0}.static final short
The request [{3} … {4}] is outside the [{1} … {2}] domain for “{0}” axis.static final short
A resource already exists at “{0}”.static final short
More than one resource have the “{1}” identifier in the “{0}” data store.static final short
No resource found for the “{1}” identifier in the “{0}” data store.static final short
This resource has been removed from its data store.static final short
The “{0}” format does not support rotations.static final short
The “{1}” element must be declared before “{0}”.static final short
The “{0}” directory is used more than once because of symbolic links.static final short
Write operations are not supported.static final short
Stream has not mark.static final short
Cannot move backward in the “{0}” stream.static final short
Stream “{0}” is not readable.static final short
Stream “{0}” is not writable.static final short
The “{0}” data store can be read only once.static final short
Cannot modify previously written data in “{0}”.static final short
Query a subset of “{0}”.static final short
Cannot open {0} data store without “{1}” parameter.static final short
The “{0}” feature at {1} has a {3} coordinate values, while we expected a multiple of {2}.static final short
Unfiltered data.static final short
Format of “{0}” is not recognized.static final short
Used only if this information is not encoded with the data. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
The unique instance of key constants handler. -
AmbiguousName_4
public static final short AmbiguousName_4Name “{3}” is ambiguous because it can be understood as either “{1}” or “{2}” in the context of “{0}” data.- See Also:
-
AuxiliaryFileTooLarge_1
public static final short AuxiliaryFileTooLarge_1Auxiliary file “{0}” seems too large.- See Also:
-
CanNotCreateFolderStore_1
public static final short CanNotCreateFolderStore_1Cannot create resources based on the content of “{0}” directory.- See Also:
-
CanNotDeriveTypeFromFeature_1
public static final short CanNotDeriveTypeFromFeature_1Cannot infer the feature type resulting from “{0}” filtering.- See Also:
-
CanNotGetCommonMetadata_2
public static final short CanNotGetCommonMetadata_2Cannot get metadata common to “{0}” files. The reason is: {1}- See Also:
-
CanNotIntersectDataWithQuery_1
public static final short CanNotIntersectDataWithQuery_1Cannot intersect “{0}” data with specified query.- See Also:
-
CanNotReadAuxiliaryFile_1
public static final short CanNotReadAuxiliaryFile_1Cannot read “{0}” auxiliary file.- See Also:
-
CanNotReadCRS_WKT_1
public static final short CanNotReadCRS_WKT_1Cannot read the Coordinate Reference System (CRS) Well Known Text (WKT) in “{0}”.- See Also:
-
CanNotReadDirectory_1
public static final short CanNotReadDirectory_1Cannot read “{0}” directory.- See Also:
-
CanNotReadFile_2
public static final short CanNotReadFile_2Cannot read “{1}” as a file in the {0} format.- See Also:
-
CanNotReadFile_3
public static final short CanNotReadFile_3Cannot read line {2} of “{1}” as part of a file in the {0} format.- See Also:
-
CanNotReadFile_4
public static final short CanNotReadFile_4Cannot read after column {3} of line {2} of “{1}” as part of a file in the {0} format.- See Also:
-
CanNotReadPixel_3
public static final short CanNotReadPixel_3Cannot read pixel at ({0}, {1}) indices in the “{2}” file.- See Also:
-
CanNotReadSlice_1
public static final short CanNotReadSlice_1Cannot read slice at index {0}.- See Also:
-
CanNotRemoveResource_2
public static final short CanNotRemoveResource_2Cannot remove resource “{1}” from aggregate “{0}”.- See Also:
-
CanNotRenderImage_1
public static final short CanNotRenderImage_1Cannot render an image for the “{0}” coverage.- See Also:
-
CanNotSelectSlice
public static final short CanNotSelectSliceCannot select a slice.- See Also:
-
CanNotStoreResourceType_2
public static final short CanNotStoreResourceType_2Cannot save resources of type ‘{1}’ in a “{0}” store.- See Also:
-
CanNotWriteResource_1
public static final short CanNotWriteResource_1Cannot write the “{0}” resource.- See Also:
-
ClosedReader_1
public static final short ClosedReader_1This {0} reader is closed.- See Also:
-
ClosedStorageConnector
public static final short ClosedStorageConnectorThis storage connector is closed.- See Also:
-
ClosedWriter_1
public static final short ClosedWriter_1This {0} writer is closed.- See Also:
-
ConcurrentRead_1
public static final short ConcurrentRead_1One or more read operations are in progress in the “{0}” data store.- See Also:
-
ConcurrentWrite_1
public static final short ConcurrentWrite_1A write operation is in progress in the “{0}” data store.- See Also:
-
DataStoreCreate
public static final short DataStoreCreateWhether to allow new data store creation if the source to open does not already exist.- See Also:
-
DataStoreEncoding
public static final short DataStoreEncodingCharacter encoding used by the data store.- See Also:
-
DataStoreLocale
public static final short DataStoreLocaleFormatting conventions of dates and numbers.- See Also:
-
DataStoreLocation
public static final short DataStoreLocationData store location as a file or URL.- See Also:
-
DataStoreTimeZone
public static final short DataStoreTimeZoneTimezone of dates in the data store.- See Also:
-
DirectoryContentFormatName
public static final short DirectoryContentFormatNameName of the format to use for reading or writing the directory content.- See Also:
-
DirectoryContent_1
public static final short DirectoryContent_1Content of “{0}” directory.- See Also:
-
DuplicatedQueryProperty_3
public static final short DuplicatedQueryProperty_3Query property “{0}” is duplicated at indices {1} and {2}.- See Also:
-
DuplicatedSampleDimensionIndex_1
public static final short DuplicatedSampleDimensionIndex_1Sample dimension index {0} is duplicated.- See Also:
-
ExceptionInListener_1
public static final short ExceptionInListener_1Exception occurred in a listener for events of type ‘{0}’.- See Also:
-
ExcessiveHeaderSize_1
public static final short ExcessiveHeaderSize_1Header in the “{0}” file is too large.- See Also:
-
ExcessiveStringSize_3
public static final short ExcessiveStringSize_3Character string in the “{0}” file is too long. The string has {2} characters while the limit is {1}.- See Also:
-
FeatureAlreadyPresent_2
public static final short FeatureAlreadyPresent_2A feature named “{1}” is already present in the “{0}” data store.- See Also:
-
FeatureNotFound_2
public static final short FeatureNotFound_2Feature “{1}” has not been found in the “{0}” data store.- See Also:
-
FileAlreadyExists_2
public static final short FileAlreadyExists_2A {1,choice,0#file|1#directory} already exists at “{0}”.- See Also:
-
FileIsNotAResourceDirectory_1
public static final short FileIsNotAResourceDirectory_1The “{0}” file is not a directory of resources.- See Also:
-
FoliationRepresentation
public static final short FoliationRepresentationWhether to assemble trajectory fragments (lines in CSV file) in a single feature instance.- See Also:
-
IllegalEventType_1
public static final short IllegalEventType_1This resource should not fire events of type “{0}”.- See Also:
-
IllegalFeatureType_2
public static final short IllegalFeatureType_2The {0} data store does not accept features of type “{1}”.- See Also:
-
IllegalInputTypeForReader_2
public static final short IllegalInputTypeForReader_2The {0} reader does not accept inputs of type ‘{1}’.- See Also:
-
IllegalOutputTypeForWriter_2
public static final short IllegalOutputTypeForWriter_2The {0} writer does not accept outputs of type ‘{1}’.- See Also:
-
IncompatibleGridGeometry
public static final short IncompatibleGridGeometryAll coverages must have the same grid geometry.- See Also:
-
InconsistentNameComponents_2
public static final short InconsistentNameComponents_2Components of the “{1}” name are inconsistent with those of the name previously binded in “{0}” data store.- See Also:
-
InvalidExpression_2
public static final short InvalidExpression_2Invalid or unsupported “{1}” expression at index {0}.- See Also:
-
InvalidSampleDimensionIndex_2
public static final short InvalidSampleDimensionIndex_2Sample dimension index {1} is invalid. Expected an index from 0 to {0} inclusive.- See Also:
-
LoadedGridCoverage_6
public static final short LoadedGridCoverage_6Loaded grid coverage between {1} – {2} and {3} – {4} from file “{0}” in {5} seconds.- See Also:
-
MarkNotSupported_1
public static final short MarkNotSupported_1Marks are not supported on “{0}” stream.- See Also:
-
MissingResourceIdentifier_1
public static final short MissingResourceIdentifier_1Resource “{0}” does not have an identifier.- See Also:
-
MissingSchemeInURI_1
public static final short MissingSchemeInURI_1Missing scheme in “{0}” URI.- See Also:
-
NoCommonFeatureType
public static final short NoCommonFeatureTypeNo feature type is common to all the features to aggregate.- See Also:
-
NoSliceMapped_3
public static final short NoSliceMapped_3Index {1} in dimension “{0}” maps to {2} slices. This error can be avoided by specifying a merge strategy.- See Also:
-
NoSliceSpecified_2
public static final short NoSliceSpecified_2Extent in dimension “{0}” should be a slice, but {1} cells were specified.- See Also:
-
NoSuchResourceDirectory_1
public static final short NoSuchResourceDirectory_1No directory of resources found at “{0}”.- See Also:
-
NoSuchResourceInAggregate_2
public static final short NoSuchResourceInAggregate_2Resource “{1}” is not part of aggregate “{0}”.- See Also:
-
NotAWritableFeatureSet_1
public static final short NotAWritableFeatureSet_1Resource “{0}” is not a writable feature set.- See Also:
-
ProcessingExecutedOn_1
public static final short ProcessingExecutedOn_1Processing executed on {0}.- See Also:
-
RequestOutOfBounds_5
public static final short RequestOutOfBounds_5The request [{3} … {4}] is outside the [{1} … {2}] domain for “{0}” axis.- See Also:
-
ResourceAlreadyExists_1
public static final short ResourceAlreadyExists_1A resource already exists at “{0}”.- See Also:
-
ResourceIdentifierCollision_2
public static final short ResourceIdentifierCollision_2More than one resource have the “{1}” identifier in the “{0}” data store.- See Also:
-
ResourceNotFound_2
public static final short ResourceNotFound_2No resource found for the “{1}” identifier in the “{0}” data store.- See Also:
-
ResourceRemoved
public static final short ResourceRemovedThis resource has been removed from its data store.- See Also:
-
RotationNotSupported_1
public static final short RotationNotSupported_1The “{0}” format does not support rotations.- See Also:
-
ShallBeDeclaredBefore_2
public static final short ShallBeDeclaredBefore_2The “{1}” element must be declared before “{0}”.- See Also:
-
StoreIsReadOnly
public static final short StoreIsReadOnlyWrite operations are not supported.- See Also:
-
StreamHasNoMark
public static final short StreamHasNoMarkStream has not mark.- See Also:
-
StreamIsForwardOnly_1
public static final short StreamIsForwardOnly_1Cannot move backward in the “{0}” stream.- See Also:
-
StreamIsNotReadable_1
public static final short StreamIsNotReadable_1Stream “{0}” is not readable.- See Also:
-
StreamIsNotWritable_1
public static final short StreamIsNotWritable_1Stream “{0}” is not writable.- See Also:
-
StreamIsReadOnce_1
public static final short StreamIsReadOnce_1The “{0}” data store can be read only once.- See Also:
-
StreamIsWriteOnce_1
public static final short StreamIsWriteOnce_1Cannot modify previously written data in “{0}”.- See Also:
-
SubsetQuery_1
public static final short SubsetQuery_1Query a subset of “{0}”.- See Also:
-
UndefinedParameter_2
public static final short UndefinedParameter_2Cannot open {0} data store without “{1}” parameter.- See Also:
-
UnexpectedNumberOfCoordinates_4
public static final short UnexpectedNumberOfCoordinates_4The “{0}” feature at {1} has a {3} coordinate values, while we expected a multiple of {2}.- See Also:
-
UnfilteredData
public static final short UnfilteredDataUnfiltered data.- See Also:
-
UnknownFormatFor_1
public static final short UnknownFormatFor_1Format of “{0}” is not recognized.- See Also:
-
UsedOnlyIfNotEncoded
public static final short UsedOnlyIfNotEncodedUsed only if this information is not encoded with the data.- See Also:
-
-
Constructor Details
-
Keys
private Keys()ForINSTANCE
creation only.
-