Package ucar.nc2.iosp.zarr
Class ZArray
- java.lang.Object
-
- ucar.nc2.iosp.zarr.ZArray
-
public class ZArray extends Object
Java representation of .zarray metadata
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZArray.OrderColumn or row order
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_SEPARATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteOrdergetByteOrder()int[]getChunks()ucar.nc2.filter.FiltergetCompressor()ucar.ma2.DataTypegetDataType()StringgetDtype()ObjectgetFillValue()List<ucar.nc2.filter.Filter>getFilters()ZArray.OrdergetOrder()StringgetSeparator()int[]getShape()
-
-
-
Field Detail
-
DEFAULT_SEPARATOR
public static final String DEFAULT_SEPARATOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ZArray
public ZArray(int[] shape, int[] chunks, Object fill_value, String dtype, ucar.nc2.filter.Filter compressor, String order, List<ucar.nc2.filter.Filter> filters, String separator) throws ZarrFormatException- Throws:
ZarrFormatException
-
-
Method Detail
-
getShape
public int[] getShape()
-
getChunks
public int[] getChunks()
-
getCompressor
public ucar.nc2.filter.Filter getCompressor()
-
getFilters
public List<ucar.nc2.filter.Filter> getFilters()
-
getFillValue
public Object getFillValue()
-
getOrder
public ZArray.Order getOrder()
-
getSeparator
public String getSeparator()
-
getDtype
public String getDtype()
-
getDataType
public ucar.ma2.DataType getDataType()
-
getByteOrder
public ByteOrder getByteOrder()
-
-