public class DumpType
extends java.lang.Object
Data objects.| Constructor and Description |
|---|
DumpType() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpDataType(Data d)
Decomposes a VisAD Data object and lists out information
about its components.
|
static void |
dumpDataType(Data d,
java.io.OutputStream uos)
Decomposes a VisAD Data object and lists out information
about its components.
|
static void |
dumpMathType(MathType t)
Decomposes a VisAD MathType and lists out information
about its components
|
static void |
dumpMathType(MathType t,
java.io.OutputStream uos)
Decomposes a VisAD MathType and lists out information
about its components
|
static void |
main(java.lang.String[] args)
Test this class by running 'java visad.jmet.DumpType'.
|
public static void dumpDataType(Data d)
d - the VisAD Data object to analyzepublic static void dumpDataType(Data d, java.io.OutputStream uos)
d - the VisAD Data object to analyzeuos - the OutputStream to send the text output to
(usually use "System.out")public static void dumpMathType(MathType t)
t - MathType to dumppublic static void dumpMathType(MathType t, java.io.OutputStream uos)
t - the VisAD MathType object to analyzeuos - the OutputStream to send the text output to
(usually use "System.out")public static void main(java.lang.String[] args)
args - name of file or URL to read in and analyze