visad.jmet
Class DumpType
- java.lang.Object
-
- visad.jmet.DumpType
-
public class DumpType extends java.lang.ObjectClass of static methods for printing out information about VisADDataobjects.
-
-
Constructor Summary
Constructors Constructor and Description DumpType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voiddumpDataType(Data d)Decomposes a VisAD Data object and lists out information about its components.static voiddumpDataType(Data d, java.io.OutputStream uos)Decomposes a VisAD Data object and lists out information about its components.static voiddumpMathType(MathType t)Decomposes a VisAD MathType and lists out information about its componentsstatic voiddumpMathType(MathType t, java.io.OutputStream uos)Decomposes a VisAD MathType and lists out information about its componentsstatic voidmain(java.lang.String[] args)Test this class by running 'java visad.jmet.DumpType'.
-
-
-
Method Detail
-
dumpDataType
public static void dumpDataType(Data d)
Decomposes a VisAD Data object and lists out information about its components.- Parameters:
d- the VisAD Data object to analyze
-
dumpDataType
public static void dumpDataType(Data d, java.io.OutputStream uos)
Decomposes a VisAD Data object and lists out information about its components.- Parameters:
d- the VisAD Data object to analyzeuos- the OutputStream to send the text output to (usually use "System.out")
-
dumpMathType
public static void dumpMathType(MathType t)
Decomposes a VisAD MathType and lists out information about its components- Parameters:
t- MathType to dump
-
dumpMathType
public static void dumpMathType(MathType t, java.io.OutputStream uos)
Decomposes a VisAD MathType and lists out information about its components- Parameters:
t- the VisAD MathType object to analyzeuos- the OutputStream to send the text output to (usually use "System.out")
-
main
public static void main(java.lang.String[] args)
Test this class by running 'java visad.jmet.DumpType'. Reads in a data file using the default VisAD data reader family and dumps out the type of the data object.- Parameters:
args- name of file or URL to read in and analyze
-
-
DMelt 3.0 © DataMelt by jWork.ORG