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, isThisTypegetMathTypepublic DataImpl open(String file_path) throws VisADException, RemoteException
FormNodeopen in class HdfeosVisADExceptionRemoteExceptionpublic DataImpl open(URL url) throws VisADException
FormNodeopen in class FormNodeVisADExceptionpublic void add(String id, Data data, boolean replace) throws BadFormException
FormNodeadd in class FormNodeBadFormExceptionpublic void save(String id, Data data, boolean replace) throws BadFormException, RemoteException, VisADException
FormNodesave in class FormNodeBadFormExceptionRemoteExceptionVisADExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.