Package dev.zarr.zarrjava.core
Interface ArrayMetadata
- All Known Implementing Classes:
ArrayMetadata,ArrayMetadata
public interface ArrayMetadata
-
Method Details
-
ndim
int ndim() -
chunkShape
int[] chunkShape() -
shape
long[] shape() -
dataType
DataType dataType() -
allocateFillValueChunk
ucar.ma2.Array allocateFillValueChunk() -
chunkKeyEncoding
ChunkKeyEncoding chunkKeyEncoding() -
parsedFillValue
Object parsedFillValue() -
parseFillValue
- Throws:
ZarrException
-