public class FormFamily extends FormNode
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
forms
The children of this interior node.
|
| Constructor and Description |
|---|
FormFamily(String name)
Construct an interior data-form node with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String id,
Data data,
boolean replace)
Add data to an existing data object.
|
FormFamily |
addFormNode(FormNode node)
Add a child node to this family of data forms.
|
FormNode |
getForms(Data data)
Return the data forms that are compatible with a data object.
|
DataImpl |
open(String id)
Open an existing data object.
|
DataImpl |
open(URL url)
Open an existing data object specified as a URL.
|
void |
save(String id,
Data data,
boolean replace)
Save a VisAD data object.
|
protected Vector forms
public FormFamily(String name)
public void save(String id, Data data, boolean replace) throws BadFormException, RemoteException, IOException, VisADException
save in class FormNodeBadFormExceptionRemoteExceptionIOExceptionVisADExceptionpublic void add(String id, Data data, boolean replace) throws BadFormException
add in class FormNodeBadFormExceptionpublic DataImpl open(String id) throws BadFormException, IOException, VisADException
open in class FormNodeBadFormExceptionIOExceptionVisADExceptionpublic DataImpl open(URL url) throws BadFormException, IOException, VisADException
open in class FormNodeBadFormExceptionIOExceptionVisADExceptionpublic FormNode getForms(Data data) throws RemoteException, VisADException, IOException
getForms in class FormNodeRemoteExceptionVisADExceptionIOExceptionpublic FormFamily addFormNode(FormNode node)
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.