visad.data.hdfeos
Class HdfeosForm
- java.lang.Object
-
- visad.data.FormNode
-
- visad.data.Form
-
- visad.data.hdfeos.Hdfeos
-
- visad.data.hdfeos.HdfeosForm
-
- All Implemented Interfaces:
- FormFileInformer
- Direct Known Subclasses:
- HdfeosAdaptedForm
public class HdfeosForm extends Hdfeos
-
-
Constructor Summary
Constructors Constructor and Description HdfeosForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidadd(java.lang.String id, Data data, boolean replace)Add data to an existing data object.FormNodegetForms(Data data)Return the data forms that are compatible with a data object.DataImplopen(java.lang.String file_path)Open an existing data object.DataImplopen(java.net.URL url)Open a data object specified as a URL.voidsave(java.lang.String id, Data data, boolean replace)Save a VisAD data object in this form.-
Methods inherited from class visad.data.hdfeos.Hdfeos
getDefaultSuffixes, isThisType, isThisType
-
Methods inherited from class visad.data.Form
getMathType
-
-
-
-
Method Detail
-
open
public DataImpl open(java.lang.String file_path) throws VisADException, java.rmi.RemoteException
Description copied from class:FormNodeOpen an existing data object.- Specified by:
openin classHdfeos- Throws:
VisADExceptionjava.rmi.RemoteException
-
open
public DataImpl open(java.net.URL url) throws VisADException
Description copied from class:FormNodeOpen a data object specified as a URL.- Specified by:
openin classFormNode- Throws:
VisADException
-
add
public void add(java.lang.String id, Data data, boolean replace) throws BadFormExceptionDescription copied from class:FormNodeAdd data to an existing data object.- Specified by:
addin classFormNode- Throws:
BadFormException
-
save
public void save(java.lang.String id, Data data, boolean replace) throws BadFormException, java.rmi.RemoteException, VisADExceptionDescription copied from class:FormNodeSave a VisAD data object in this form.- Specified by:
savein classFormNode- Throws:
BadFormExceptionjava.rmi.RemoteExceptionVisADException
-
-
DMelt 3.0 © DataMelt by jWork.ORG