Package edu.wisc.ssec.mcidasv.data.hydra
Interface MultiDimensionReader
- All Known Implementing Classes:
GranuleAggregation,NetCDFFile
public interface MultiDimensionReader
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getArrayAttribute(String arrayName, String attrName) getArrayType(String name) byte[]getByteArray(String name, int[] start, int[] count, int[] stride) int[]getDimensionLengths(String arrayName) String[]getDimensionNames(String arrayName) double[]getDoubleArray(String name, int[] start, int[] count, int[] stride) float[]getFloatArray(String name, int[] start, int[] count, int[] stride) getGlobalAttribute(String attrName) int[]getIntArray(String name, int[] start, int[] count, int[] stride) short[]getShortArray(String name, int[] start, int[] count, int[] stride)
-
Method Details
-
getFloatArray
- Throws:
Exception
-
getDoubleArray
- Throws:
Exception
-
getIntArray
- Throws:
Exception
-
getShortArray
- Throws:
Exception
-
getByteArray
- Throws:
Exception
-
getArray
- Throws:
Exception
-
getArrayType
-
getDimensionNames
-
getDimensionLengths
-
getGlobalAttribute
- Throws:
Exception
-
getArrayAttribute
- Throws:
Exception
-
close
- Throws:
Exception
-