public class FunctionFormFamily extends FormFamily
forms
Constructor and Description |
---|
FunctionFormFamily(String name) |
Modifier and Type | Method and Description |
---|---|
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.
|
addFormNode, getForms
public FunctionFormFamily(String name)
public void save(String id, Data data, boolean replace) throws BadFormException, RemoteException, IOException, VisADException
save
in class FormFamily
BadFormException
RemoteException
IOException
VisADException
public void add(String id, Data data, boolean replace) throws BadFormException
add
in class FormFamily
BadFormException
public DataImpl open(String id) throws BadFormException, VisADException
open
in class FormFamily
BadFormException
VisADException
public DataImpl open(URL url) throws BadFormException, IOException, VisADException
open
in class FormFamily
BadFormException
IOException
VisADException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.