visad.data.in
Interface DataInputSource
- All Superinterfaces:
- DataInputStream
- All Known Implementing Classes:
- DODSSource
public interface DataInputSource
- extends DataInputStream
Interface for sources of VisAD data objects.
|
Method Summary |
void |
open(java.lang.String spec)
Opens an existing dataset. |
open
void open(java.lang.String spec)
throws BadFormException,
java.rmi.RemoteException,
VisADException
- Opens an existing dataset.
- Parameters:
spec - The specification of the existing dataset.
- Throws:
BadFormException - The DODS dataset is corrupt.
VisADException - VisAD failure.
java.rmi.RemoteException - Java RMI failure.