Package ucar.nc2.iosp.zarr
Class ZarrKeys
- java.lang.Object
-
- ucar.nc2.iosp.zarr.ZarrKeys
-
public final class ZarrKeys extends Object
Zarr object names as String constants
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHUNKS
static String
COMPRESSOR
static String
DIMENSION_SEPARATOR
static String
DTYPE
static String
FILL_VALUE
static String
FILTERS
static String
ORDER
static String
SHAPE
static String
ZARRAY
static String
ZATTRS
static String
ZGROUP
static String
ZMETADATA
-
Constructor Summary
Constructors Constructor Description ZarrKeys()
-
-
-
Field Detail
-
ZARRAY
public static final String ZARRAY
- See Also:
- Constant Field Values
-
ZATTRS
public static final String ZATTRS
- See Also:
- Constant Field Values
-
ZGROUP
public static final String ZGROUP
- See Also:
- Constant Field Values
-
ZMETADATA
public static final String ZMETADATA
- See Also:
- Constant Field Values
-
SHAPE
public static final String SHAPE
- See Also:
- Constant Field Values
-
CHUNKS
public static final String CHUNKS
- See Also:
- Constant Field Values
-
DTYPE
public static final String DTYPE
- See Also:
- Constant Field Values
-
COMPRESSOR
public static final String COMPRESSOR
- See Also:
- Constant Field Values
-
FILL_VALUE
public static final String FILL_VALUE
- See Also:
- Constant Field Values
-
ORDER
public static final String ORDER
- See Also:
- Constant Field Values
-
FILTERS
public static final String FILTERS
- See Also:
- Constant Field Values
-
DIMENSION_SEPARATOR
public static final String DIMENSION_SEPARATOR
- See Also:
- Constant Field Values
-
-