public class CompareArrayToMa2 extends Object
| Constructor and Description |
|---|
CompareArrayToMa2() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
compareData(Formatter f,
String name,
Array org,
Array<?> array,
boolean justOne,
boolean testTypes) |
static boolean |
compareFiles(NetcdfFile ma2File,
NetcdfFile arrayFile) |
static boolean |
compareFiles(NetcdfFile ma2File,
NetcdfFile arrayFile,
boolean justOne) |
static boolean |
compareSequence(Formatter f,
String name,
StructureDataIterator org,
Iterator<StructureData> array) |
static boolean |
compareVariable(NetcdfFile ma2File,
NetcdfFile arrayFile,
String varName,
boolean justOne) |
public static boolean compareFiles(NetcdfFile ma2File, NetcdfFile arrayFile) throws IOException
IOExceptionpublic static boolean compareFiles(NetcdfFile ma2File, NetcdfFile arrayFile, boolean justOne) throws IOException
IOExceptionpublic static boolean compareVariable(NetcdfFile ma2File, NetcdfFile arrayFile, String varName, boolean justOne) throws IOException
IOExceptionpublic static boolean compareData(Formatter f, String name, Array org, Array<?> array, boolean justOne, boolean testTypes) throws IOException
IOExceptionpublic static boolean compareSequence(Formatter f, String name, StructureDataIterator org, Iterator<StructureData> array) throws IOException
IOException