visad.jmet
Class DumpType

java.lang.Object
  extended by visad.jmet.DumpType

public class DumpType
extends java.lang.Object


Constructor Summary
DumpType()
           
 
Method Summary
static void dumpDataType(Data d)
           
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)
           
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpType

public DumpType()
Method Detail

dumpDataType

public static void dumpDataType(Data d)

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 - is the VisAD Data object to analyze
uos - is the OutputStream to send the text output to (usually use "System.out")

dumpMathType

public static void dumpMathType(MathType t)

dumpMathType

public static void dumpMathType(MathType t,
                                java.io.OutputStream uos)
Decomposes a VisAD MathType and lists out information about its components

Parameters:
t - is the VisAD MathType object to analyze
uos - is the OutputStream to send the text output to (usually use "System.out")

main

public static void main(java.lang.String[] args)