Documentation of 'visad.data.vis5d.Vis5DFamily' Java class
Vis5DFamily
visad.data.vis5d

Class Vis5DFamily



  • public class Vis5DFamily
    extends FunctionFormFamily
    A container for Vis5D file types - regular using Vis5DAdaptedForm and Vis5D TOPO files. To read a Data object from a file or URL:
        Data data = new Vis5DFamily("vis5d").open(string);
     
    See Also:
    Vis5DAdaptedForm, Vis5DTopoForm
    • Constructor Summary

      Constructors 
      Constructor and Description
      Vis5DFamily(java.lang.String name)
      Construct a family of the supported map datatype Forms
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static void addFormToList(FormNode form)
      Add to the family of the supported map datatype Forms
      static void main(java.lang.String[] args)
      Test the Vis5DFamily class run java visad.data.vis5d.Vis5DFamily v5dfile1 v5dfile2 ...
      DataImpl open(java.lang.String id)
      Open a local data object using the first appropriate map form.
      DataImpl open(java.net.URL url)
      Open a remote data object using the first appropriate map form.
      • Methods inherited from class java.lang.Object

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

      • Vis5DFamily

        public Vis5DFamily(java.lang.String name)
        Construct a family of the supported map datatype Forms
        Parameters:
        name - name of the family
    • Method Detail

      • addFormToList

        public static void addFormToList(FormNode form)
                                  throws java.lang.ArrayIndexOutOfBoundsException
        Add to the family of the supported map datatype Forms
        Parameters:
        form - FormNode to add to the list
        Throws:
        java.lang.ArrayIndexOutOfBoundsException - If there is no more room in the list.
      • main

        public static void main(java.lang.String[] args)
                         throws BadFormException,
                                java.io.IOException,
                                java.rmi.RemoteException,
                                VisADException
        Test the Vis5DFamily class run java visad.data.vis5d.Vis5DFamily v5dfile1 v5dfile2 ... v5dfilen
        Throws:
        BadFormException
        java.io.IOException
        java.rmi.RemoteException
        VisADException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.