Class StoreProvider

java.lang.Object
org.apache.sis.storage.DataStoreProvider
org.apache.sis.internal.storage.folder.StoreProvider

public final class StoreProvider extends DataStoreProvider
The provider of Store instances. This provider is intentionally registered with lowest priority because it will open any directory, which may conflict with other providers opening only directory with some specific content.
Since:
0.8
Version:
1.1
  • Field Details

    • NAME

      static final String NAME
      A short name or abbreviation for the data format.
      See Also:
    • LOCALE

      private static final org.opengis.parameter.ParameterDescriptor<Locale> LOCALE
      Description of the parameter for formatting conventions of dates and numbers.
    • TIMEZONE

      private static final org.opengis.parameter.ParameterDescriptor<TimeZone> TIMEZONE
      Description of the parameter for timezone of dates in the data store.
    • ENCODING

      private static final org.opengis.parameter.ParameterDescriptor<Charset> ENCODING
      Description of the parameter for character encoding used by the data store.
    • FORMAT

      private static final org.opengis.parameter.ParameterDescriptor<String> FORMAT
      Description of the parameter for name of format or DataStoreProvider to use for reading or writing the directory content.
    • PARAMETERS

      static final org.opengis.parameter.ParameterDescriptorGroup PARAMETERS
      The group of parameter descriptors to be returned by getOpenParameters().
  • Constructor Details

    • StoreProvider

      public StoreProvider()
      Creates a new provider.
  • Method Details