visad.data
Class FunctionFormFamily
java.lang.Object
visad.data.FormNode
visad.data.FormFamily
visad.data.FunctionFormFamily
- Direct Known Subclasses:
- DefaultFamily, DemFamily, Vis5DFamily
public class FunctionFormFamily
- extends FormFamily
Method Summary |
void |
add(String id,
Data data,
boolean replace)
Add data to an existing data object using the first appropriate Form. |
DataImpl |
open(String id)
Open a local data object using the first appropriate Form. |
DataImpl |
open(URL url)
Open a remote data object using the first appropriate Form. |
void |
save(String id,
Data data,
boolean replace)
Save a Data object using the first appropriate Form. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionFormFamily
public FunctionFormFamily(String name)
save
public void save(String id,
Data data,
boolean replace)
throws BadFormException,
RemoteException,
IOException,
VisADException
- Save a Data object using the first appropriate Form.
- Overrides:
save
in class FormFamily
- Throws:
BadFormException
RemoteException
IOException
VisADException
add
public void add(String id,
Data data,
boolean replace)
throws BadFormException
- Add data to an existing data object using the first appropriate Form.
- Overrides:
add
in class FormFamily
- Throws:
BadFormException
open
public DataImpl open(String id)
throws BadFormException,
VisADException
- Open a local data object using the first appropriate Form.
- Overrides:
open
in class FormFamily
- Throws:
BadFormException
VisADException
open
public DataImpl open(URL url)
throws BadFormException,
IOException,
VisADException
- Open a remote data object using the first appropriate Form.
- Overrides:
open
in class FormFamily
- Throws:
BadFormException
IOException
VisADException