visad.data.netcdf
Class InputNetcdf

java.lang.Object
  extended by visad.data.netcdf.InputNetcdf
All Implemented Interfaces:
java.io.Serializable

public class InputNetcdf
extends java.lang.Object
implements java.io.Serializable

A Java bean for importing a netCDF file.

See Also:
Serialized Form

Constructor Summary
InputNetcdf()
          Construct.
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener p)
          Add a property change listener.
 DataImpl getData()
          Get the VisAD data object property.
 java.lang.String getPathname()
          Get the dataset pathname property.
 void removePropertyChangeListener(java.beans.PropertyChangeListener p)
          Remove a property change listener.
 void setPathname(java.lang.String pathname)
          Set the dataset pathname property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputNetcdf

public InputNetcdf()
Construct.

Method Detail

setPathname

public void setPathname(java.lang.String pathname)
                 throws java.io.IOException,
                        VisADException,
                        BadFormException
Set the dataset pathname property.

Throws:
java.io.IOException
VisADException
BadFormException

getPathname

public java.lang.String getPathname()
Get the dataset pathname property.


getData

public DataImpl getData()
Get the VisAD data object property.


addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener p)
Add a property change listener.


removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener p)
Remove a property change listener.