| 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,
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,
OutputStream uos)
Decomposes a VisAD MathType and lists out information
about its components
|
static void |
main(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, 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, 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(String[] args)
args - name of file or URL to read in and analyzeCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.