public class HdfeosForm extends Hdfeos
Constructor and Description |
---|
HdfeosForm() |
Modifier and Type | Method and Description |
---|---|
void |
add(String id,
Data data,
boolean replace)
Add data to an existing data object.
|
FormNode |
getForms(Data data)
Return the data forms that are compatible with a data object.
|
DataImpl |
open(String file_path)
Open an existing data object.
|
DataImpl |
open(URL url)
Open a data object specified as a URL.
|
void |
save(String id,
Data data,
boolean replace)
Save a VisAD data object in this form.
|
getDefaultSuffixes, isThisType, isThisType
getMathType
public DataImpl open(String file_path) throws VisADException, RemoteException
FormNode
open
in class Hdfeos
VisADException
RemoteException
public DataImpl open(URL url) throws VisADException
FormNode
open
in class FormNode
VisADException
public void add(String id, Data data, boolean replace) throws BadFormException
FormNode
add
in class FormNode
BadFormException
public void save(String id, Data data, boolean replace) throws BadFormException, RemoteException, VisADException
FormNode
save
in class FormNode
BadFormException
RemoteException
VisADException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.