Documentation of 'visad.data.amanda.F2000Form' Java class
F2000Form
visad.data.amanda

Class F2000Form

  • All Implemented Interfaces:
    FormFileInformer


    public class F2000Form
    extends Form
    implements FormFileInformer
    F2000Form is the VisAD data format adapter for F2000 files for Amanda events.

    • Constructor Summary

      Constructors 
      Constructor and Description
      F2000Form() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void add(java.lang.String id, Data data, boolean replace)
      Add data to an existing data object.
      java.lang.String[] getDefaultSuffixes()
      Get default suffixes for files/URLs handeled by this form.
      FormNode getForms(Data data)
      Return the data forms that are compatible with a data object.
      double getXMax() 
      double getXMin() 
      double getYMax() 
      double getYMin() 
      double getZMax() 
      double getZMin() 
      boolean isThisType(byte[] block)
      Check to see if the block contains the magic number for this form.
      boolean isThisType(java.lang.String name)
      Check to see if the file name might be right for this form.
      DataImpl open(java.lang.String id)
      Open an existing data object.
      DataImpl open(java.net.URL url)
      Open a data object specified as a URL.
      void save(java.lang.String id, Data data, boolean replace)
      Save a VisAD data object in this form.
      • Methods inherited from class java.lang.Object

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

      • F2000Form

        public F2000Form()
    • Method Detail

      • getDefaultSuffixes

        public java.lang.String[] getDefaultSuffixes()
        Description copied from interface: FormFileInformer
        Get default suffixes for files/URLs handeled by this form.
        Specified by:
        getDefaultSuffixes in interface FormFileInformer
        Returns:
        array of suffixes
      • getForms

        public FormNode getForms(Data data)
        Description copied from class: FormNode
        Return the data forms that are compatible with a data object.
        Specified by:
        getForms in class FormNode
      • getXMax

        public final double getXMax()
      • getXMin

        public final double getXMin()
      • getYMax

        public final double getYMax()
      • getYMin

        public final double getYMin()
      • getZMax

        public final double getZMax()
      • getZMin

        public final double getZMin()
      • isThisType

        public boolean isThisType(java.lang.String name)
        Description copied from interface: FormFileInformer
        Check to see if the file name might be right for this form.
        Specified by:
        isThisType in interface FormFileInformer
        Parameters:
        name - name of the file
        Returns:
        true if the name is right for this type of form
      • isThisType

        public boolean isThisType(byte[] block)
        Description copied from interface: FormFileInformer
        Check to see if the block contains the magic number for this form.
        Specified by:
        isThisType in interface FormFileInformer
        Parameters:
        block - block of bytes from file
        Returns:
        true if the magic number is right

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.