Documentation of 'visad.jmet.DumpType' Java class
DumpType
visad.jmet

Class DumpType



  • public class DumpType
    extends java.lang.Object
    Class of static methods for printing out information about VisAD Data objects.
    • Constructor Summary

      Constructors 
      Constructor and Description
      DumpType() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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'.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DumpType

        public 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 analyze
        uos - 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 analyze
        uos - 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

You see the box below because you did not login.