Package ucar.nc2.filter
Class Filters.Keys
- java.lang.Object
-
- ucar.nc2.filter.Filters.Keys
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATA
key mapping to client data used by filterstatic String
ELEM_SIZE
key mapping to element sizestatic String
ID
key for a numeric id (e.g.static String
NAME
key for a String id/name (e.g.static String
OPTIONAL
key for property indicating whether filter is optional, i.e.
-
Constructor Summary
Constructors Constructor Description Keys()
-
-
-
Field Detail
-
NAME
public static final String NAME
key for a String id/name (e.g. Zarr filters)- See Also:
- Constant Field Values
-
ID
public static final String ID
key for a numeric id (e.g. HDF5 filters)- See Also:
- Constant Field Values
-
OPTIONAL
public static final String OPTIONAL
key for property indicating whether filter is optional, i.e. whether it should continue or throw if it fails- See Also:
- Constant Field Values
-
DATA
public static final String DATA
key mapping to client data used by filter- See Also:
- Constant Field Values
-
ELEM_SIZE
public static final String ELEM_SIZE
key mapping to element size- See Also:
- Constant Field Values
-
-