Class Resources.Keys

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

    • INSTANCE

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

      public static final short AmbiguousName_4
      Name “{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_1
      Auxiliary file “{0}” seems too large.
      See Also:
    • CanNotCreateFolderStore_1

      public static final short CanNotCreateFolderStore_1
      Cannot create resources based on the content of “{0}” directory.
      See Also:
    • CanNotDeriveTypeFromFeature_1

      public static final short CanNotDeriveTypeFromFeature_1
      Cannot infer the feature type resulting from “{0}” filtering.
      See Also:
    • CanNotGetCommonMetadata_2

      public static final short CanNotGetCommonMetadata_2
      Cannot get metadata common to “{0}” files. The reason is: {1}
      See Also:
    • CanNotIntersectDataWithQuery_1

      public static final short CanNotIntersectDataWithQuery_1
      Cannot intersect “{0}” data with specified query.
      See Also:
    • CanNotReadAuxiliaryFile_1

      public static final short CanNotReadAuxiliaryFile_1
      Cannot read “{0}” auxiliary file.
      See Also:
    • CanNotReadCRS_WKT_1

      public static final short CanNotReadCRS_WKT_1
      Cannot read the Coordinate Reference System (CRS) Well Known Text (WKT) in “{0}”.
      See Also:
    • CanNotReadDirectory_1

      public static final short CanNotReadDirectory_1
      Cannot read “{0}” directory.
      See Also:
    • CanNotReadFile_2

      public static final short CanNotReadFile_2
      Cannot read “{1}” as a file in the {0} format.
      See Also:
    • CanNotReadFile_3

      public static final short CanNotReadFile_3
      Cannot read line {2} of “{1}” as part of a file in the {0} format.
      See Also:
    • CanNotReadFile_4

      public static final short CanNotReadFile_4
      Cannot 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_3
      Cannot read pixel at ({0}, {1}) indices in the “{2}” file.
      See Also:
    • CanNotReadSlice_1

      public static final short CanNotReadSlice_1
      Cannot read slice at index {0}.
      See Also:
    • CanNotRemoveResource_2

      public static final short CanNotRemoveResource_2
      Cannot remove resource “{1}” from aggregate “{0}”.
      See Also:
    • CanNotRenderImage_1

      public static final short CanNotRenderImage_1
      Cannot render an image for the “{0}” coverage.
      See Also:
    • CanNotSelectSlice

      public static final short CanNotSelectSlice
      Cannot select a slice.
      See Also:
    • CanNotStoreResourceType_2

      public static final short CanNotStoreResourceType_2
      Cannot save resources of type ‘{1}’ in a “{0}” store.
      See Also:
    • CanNotWriteResource_1

      public static final short CanNotWriteResource_1
      Cannot write the “{0}” resource.
      See Also:
    • ClosedReader_1

      public static final short ClosedReader_1
      This {0} reader is closed.
      See Also:
    • ClosedStorageConnector

      public static final short ClosedStorageConnector
      This storage connector is closed.
      See Also:
    • ClosedWriter_1

      public static final short ClosedWriter_1
      This {0} writer is closed.
      See Also:
    • ConcurrentRead_1

      public static final short ConcurrentRead_1
      One or more read operations are in progress in the “{0}” data store.
      See Also:
    • ConcurrentWrite_1

      public static final short ConcurrentWrite_1
      A write operation is in progress in the “{0}” data store.
      See Also:
    • DataStoreCreate

      public static final short DataStoreCreate
      Whether to allow new data store creation if the source to open does not already exist.
      See Also:
    • DataStoreEncoding

      public static final short DataStoreEncoding
      Character encoding used by the data store.
      See Also:
    • DataStoreLocale

      public static final short DataStoreLocale
      Formatting conventions of dates and numbers.
      See Also:
    • DataStoreLocation

      public static final short DataStoreLocation
      Data store location as a file or URL.
      See Also:
    • DataStoreTimeZone

      public static final short DataStoreTimeZone
      Timezone of dates in the data store.
      See Also:
    • DirectoryContentFormatName

      public static final short DirectoryContentFormatName
      Name of the format to use for reading or writing the directory content.
      See Also:
    • DirectoryContent_1

      public static final short DirectoryContent_1
      Content of “{0}” directory.
      See Also:
    • DuplicatedQueryProperty_3

      public static final short DuplicatedQueryProperty_3
      Query property “{0}” is duplicated at indices {1} and {2}.
      See Also:
    • DuplicatedSampleDimensionIndex_1

      public static final short DuplicatedSampleDimensionIndex_1
      Sample dimension index {0} is duplicated.
      See Also:
    • ExceptionInListener_1

      public static final short ExceptionInListener_1
      Exception occurred in a listener for events of type ‘{0}’.
      See Also:
    • ExcessiveHeaderSize_1

      public static final short ExcessiveHeaderSize_1
      Header in the “{0}” file is too large.
      See Also:
    • ExcessiveStringSize_3

      public static final short ExcessiveStringSize_3
      Character 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_2
      A feature named “{1}” is already present in the “{0}” data store.
      See Also:
    • FeatureNotFound_2

      public static final short FeatureNotFound_2
      Feature “{1}” has not been found in the “{0}” data store.
      See Also:
    • FileAlreadyExists_2

      public static final short FileAlreadyExists_2
      A {1,choice,0#file|1#directory} already exists at “{0}”.
      See Also:
    • FileIsNotAResourceDirectory_1

      public static final short FileIsNotAResourceDirectory_1
      The “{0}” file is not a directory of resources.
      See Also:
    • FoliationRepresentation

      public static final short FoliationRepresentation
      Whether to assemble trajectory fragments (lines in CSV file) in a single feature instance.
      See Also:
    • IllegalEventType_1

      public static final short IllegalEventType_1
      This resource should not fire events of type “{0}”.
      See Also:
    • IllegalFeatureType_2

      public static final short IllegalFeatureType_2
      The {0} data store does not accept features of type “{1}”.
      See Also:
    • IllegalInputTypeForReader_2

      public static final short IllegalInputTypeForReader_2
      The {0} reader does not accept inputs of type ‘{1}’.
      See Also:
    • IllegalOutputTypeForWriter_2

      public static final short IllegalOutputTypeForWriter_2
      The {0} writer does not accept outputs of type ‘{1}’.
      See Also:
    • IncompatibleGridGeometry

      public static final short IncompatibleGridGeometry
      All coverages must have the same grid geometry.
      See Also:
    • InconsistentNameComponents_2

      public static final short InconsistentNameComponents_2
      Components 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_2
      Invalid or unsupported “{1}” expression at index {0}.
      See Also:
    • InvalidSampleDimensionIndex_2

      public static final short InvalidSampleDimensionIndex_2
      Sample dimension index {1} is invalid. Expected an index from 0 to {0} inclusive.
      See Also:
    • LoadedGridCoverage_6

      public static final short LoadedGridCoverage_6
      Loaded grid coverage between {1} – {2} and {3} – {4} from file “{0}” in {5} seconds.
      See Also:
    • MarkNotSupported_1

      public static final short MarkNotSupported_1
      Marks are not supported on “{0}” stream.
      See Also:
    • MissingResourceIdentifier_1

      public static final short MissingResourceIdentifier_1
      Resource “{0}” does not have an identifier.
      See Also:
    • MissingSchemeInURI_1

      public static final short MissingSchemeInURI_1
      Missing scheme in “{0}” URI.
      See Also:
    • NoCommonFeatureType

      public static final short NoCommonFeatureType
      No feature type is common to all the features to aggregate.
      See Also:
    • NoSliceMapped_3

      public static final short NoSliceMapped_3
      Index {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_2
      Extent in dimension “{0}” should be a slice, but {1} cells were specified.
      See Also:
    • NoSuchResourceDirectory_1

      public static final short NoSuchResourceDirectory_1
      No directory of resources found at “{0}”.
      See Also:
    • NoSuchResourceInAggregate_2

      public static final short NoSuchResourceInAggregate_2
      Resource “{1}” is not part of aggregate “{0}”.
      See Also:
    • NotAWritableFeatureSet_1

      public static final short NotAWritableFeatureSet_1
      Resource “{0}” is not a writable feature set.
      See Also:
    • ProcessingExecutedOn_1

      public static final short ProcessingExecutedOn_1
      Processing executed on {0}.
      See Also:
    • RequestOutOfBounds_5

      public static final short RequestOutOfBounds_5
      The request [{3} … {4}] is outside the [{1} … {2}] domain for “{0}” axis.
      See Also:
    • ResourceAlreadyExists_1

      public static final short ResourceAlreadyExists_1
      A resource already exists at “{0}”.
      See Also:
    • ResourceIdentifierCollision_2

      public static final short ResourceIdentifierCollision_2
      More than one resource have the “{1}” identifier in the “{0}” data store.
      See Also:
    • ResourceNotFound_2

      public static final short ResourceNotFound_2
      No resource found for the “{1}” identifier in the “{0}” data store.
      See Also:
    • ResourceRemoved

      public static final short ResourceRemoved
      This resource has been removed from its data store.
      See Also:
    • RotationNotSupported_1

      public static final short RotationNotSupported_1
      The “{0}” format does not support rotations.
      See Also:
    • ShallBeDeclaredBefore_2

      public static final short ShallBeDeclaredBefore_2
      The “{1}” element must be declared before “{0}”.
      See Also:
    • SharedDirectory_1

      public static final short SharedDirectory_1
      The “{0}” directory is used more than once because of symbolic links.
      See Also:
    • StoreIsReadOnly

      public static final short StoreIsReadOnly
      Write operations are not supported.
      See Also:
    • StreamHasNoMark

      public static final short StreamHasNoMark
      Stream has not mark.
      See Also:
    • StreamIsForwardOnly_1

      public static final short StreamIsForwardOnly_1
      Cannot move backward in the “{0}” stream.
      See Also:
    • StreamIsNotReadable_1

      public static final short StreamIsNotReadable_1
      Stream “{0}” is not readable.
      See Also:
    • StreamIsNotWritable_1

      public static final short StreamIsNotWritable_1
      Stream “{0}” is not writable.
      See Also:
    • StreamIsReadOnce_1

      public static final short StreamIsReadOnce_1
      The “{0}” data store can be read only once.
      See Also:
    • StreamIsWriteOnce_1

      public static final short StreamIsWriteOnce_1
      Cannot modify previously written data in “{0}”.
      See Also:
    • SubsetQuery_1

      public static final short SubsetQuery_1
      Query a subset of “{0}”.
      See Also:
    • UndefinedParameter_2

      public static final short UndefinedParameter_2
      Cannot open {0} data store without “{1}” parameter.
      See Also:
    • UnexpectedNumberOfCoordinates_4

      public static final short UnexpectedNumberOfCoordinates_4
      The “{0}” feature at {1} has a {3} coordinate values, while we expected a multiple of {2}.
      See Also:
    • UnfilteredData

      public static final short UnfilteredData
      Unfiltered data.
      See Also:
    • UnknownFormatFor_1

      public static final short UnknownFormatFor_1
      Format of “{0}” is not recognized.
      See Also:
    • UsedOnlyIfNotEncoded

      public static final short UsedOnlyIfNotEncoded
      Used only if this information is not encoded with the data.
      See Also:
  • Constructor Details

    • Keys

      private Keys()
      For INSTANCE creation only.