| Package | Description |
|---|---|
| visad.data |
Provides for importing data to and exporting data from VisAD.
|
| visad.data.amanda | |
| visad.data.avi | |
| visad.data.bio |
Provides data forms for handling common microscopy formats.
|
| visad.data.dods |
Supports read-only access to datasets on DODS servers by
importing such datasets as VisAD data objects.
|
| visad.data.fits |
Provides for importing a FITS dataset into VisAD.
|
| visad.data.gif |
Provides for importing GIF, JPEG and PNG files into VisAD.
|
| visad.data.gis | |
| visad.data.hdf5 | |
| visad.data.hdfeos |
Provides for importing an HDF-EOS dataset into VisAD.
|
| visad.data.hrit | |
| visad.data.jai | |
| visad.data.mcidas |
Provides for importing McIDAS AREA files
and McIDAS base map (OUTL) files into VisAD.
|
| visad.data.netcdf |
Provides for importing a netCDF dataset into VisAD and for exporting a VisAD
data object to a netCDF dataset.
|
| visad.data.qt | |
| visad.data.text | |
| visad.data.tiff | |
| visad.data.vis5d |
Provides for importing a Vis5D dataset into VisAD.
|
| visad.data.visad |
Provides for importing and exporting serialized Java object files
into and out of VisAD.
|
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFamily
A container for all the officially supported VisAD datatypes.
|
class |
Form
A leaf-node in the data form hierarchy for the storage of
persistent data objects.
|
class |
FormFamily
A interior node in the data form hierarchy for the storage of
persistent data objects.
|
class |
FunctionFormFamily |
| Modifier and Type | Field and Description |
|---|---|
protected FormNode |
Repository.forms
The data forms supported by this repository.
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
Repository.getForms()
Return the forms of data that are supported by this repository.
|
FormNode |
Repository.getForms(Data data)
Return the forms of data that are both supported by this repository
and compatible with a data object.
|
abstract FormNode |
FormNode.getForms(Data data)
Return the data forms that are compatible with a data object.
|
FormNode |
FormFamily.getForms(Data data)
Return the data forms that are compatible with a data object.
|
| Modifier and Type | Method and Description |
|---|---|
FormFamily |
FormFamily.addFormNode(FormNode node)
Add a child node to this family of data forms.
|
static void |
DefaultFamily.addFormToList(FormNode form)
Add a Form to the list of supported VisAD datatype Forms.
|
void |
Repository.save(String id,
Data data,
FormNode form,
boolean replace)
Save a data object in a particular form.
|
| Modifier and Type | Class and Description |
|---|---|
class |
F2000Form
F2000Form is the VisAD data format adapter for
F2000 files for Amanda events.
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
F2000Form.getForms(Data data) |
| Modifier and Type | Class and Description |
|---|---|
class |
AVIForm
Deprecated.
Use visad.data.bio.LociForm with
loci.formats.in.AVIReader and loci.formats.out.AVIWriter
|
| Modifier and Type | Class and Description |
|---|---|
class |
BioRadForm
Deprecated.
Use LociForm with loci.formats.in.BioRadReader
|
class |
DeltavisionForm
Deprecated.
Use LociForm with loci.formats.in.DeltavisionReader
|
class |
FluoviewTiffForm
Deprecated.
Use LociForm with loci.formats.in.FluoviewReader
|
class |
GatanForm
Deprecated.
Use LociForm with loci.formats.in.GatanReader
|
class |
ICSForm
Deprecated.
Use LociForm with loci.formats.in.ICSReader
|
class |
ImageProSeqForm
Deprecated.
Use LociForm with loci.formats.in.SEQReader
|
class |
IPLabForm
Deprecated.
Use LociForm with loci.formats.in.IPLabReader
|
class |
IPWForm
Deprecated.
Use LociForm with loci.formats.in.IPWReader
|
class |
LegacyZVIForm
Deprecated.
Use LociForm with loci.formats.in.LegacyZVIReader
|
class |
LeicaForm
Deprecated.
Use LociForm with loci.formats.in.LeicaReader
|
class |
LociForm
LociForm is the VisAD data adapter for images handled by the Bio-Formats
package (loci.formats).
|
class |
MetamorphForm
Deprecated.
Use LociForm with loci.formats.in.MetamorphReader
|
class |
OpenlabForm
Deprecated.
Use LociForm with loci.formats.in.OpenlabReader
|
class |
PerkinElmerForm
Deprecated.
Use LociForm with loci.formats.in.PerkinElmerReader
|
class |
ZeissForm
Deprecated.
Use LociForm with loci.formats.in.ZeissLSMReader
|
class |
ZVIForm
Deprecated.
Use LociForm with loci.formats.in.ZeissZVIReader
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
LociForm.getForms(Data data)
Returns the data forms that are compatible with a data object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DODSForm
Provides support for accessing the DODS form of data from VisAD.
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
DODSForm.getForms(Data data)
Returns
null. |
| Modifier and Type | Class and Description |
|---|---|
class |
FitsForm |
| Modifier and Type | Method and Description |
|---|---|
FormNode |
FitsForm.getForms(Data data) |
| Modifier and Type | Class and Description |
|---|---|
class |
GIFForm |
| Modifier and Type | Method and Description |
|---|---|
FormNode |
GIFForm.getForms(Data data) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArcAsciiGridForm
ArcAsciiGridForm is the ARC/INFO ASCIIGRID data format adapter for
serialized visad.Data objects.
|
class |
DemFamily
A container for all the supported DEM types.
|
class |
UsgsDemForm
UsgsDemForm is the USGS DEM data format adapter for
serialized visad.Data objects.
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
UsgsDemForm.getForms(Data data)
Return the data forms that are compatible with a data object
|
FormNode |
ArcAsciiGridForm.getForms(Data data)
Return the data forms that are compatible with a data object
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DemFamily.addFormToList(FormNode form)
Add to the family of the supported map datatype Forms
|
| Modifier and Type | Class and Description |
|---|---|
class |
HDF5Form
HDF5Form is a data form adapter for HDF5 files.
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
HDF5Form.getForms(Data data) |
| Modifier and Type | Class and Description |
|---|---|
class |
Hdfeos |
class |
HdfeosAdaptedForm |
class |
HdfeosForm |
| Modifier and Type | Method and Description |
|---|---|
FormNode |
HdfeosForm.getForms(Data data) |
| Modifier and Type | Class and Description |
|---|---|
class |
HRITForm
to allow determination of whether a data file is of type HRIT
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
HRITForm.getForms(Data data)
not implemented yet
|
| Modifier and Type | Class and Description |
|---|---|
class |
JAIForm
JAIForm is the VisAD data form for image formats supported by the Java
Advanced Imaging API: BMP, GIF, FlashPix, JPEG, PNG, PNM, and TIFF.
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
JAIForm.getForms(Data data) |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaForm
to allow determination of whether a file is of type McIDAS
'area'.
|
class |
MapForm
MapForm is the Map data format adapter for
serialized visad.Data objects.
|
class |
PointForm
to allow determination of whether a data request is for
McIDAS ADDE for point type data
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
PointForm.getForms(Data data)
not implemented yet
|
FormNode |
MapForm.getForms(Data data)
Return the data forms that are compatible with a data object
|
FormNode |
AreaForm.getForms(Data data)
not implemented yet
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetCDF
The NetCDF class provides an abstract class for the family of netCDF
data forms for files in a local directory.
|
class |
Plain
A moderately stupid implementation of a netCDF data form for the
storage of persistent data objects on local disk.
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
Plain.getForms(Data data)
Return the data forms that are compatible with a data object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PictForm
Deprecated.
Use visad.data.bio.LociForm with loci.formats.in.PictReader
|
class |
QTForm
Deprecated.
Use visad.data.bio.LociForm with
loci.formats.in.QTReader and loci.formats.out.QTWriter
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextForm
Defines the form of text data files for VisAD
These may have filename extentions of:
.csv - comma-separated values
.tsv - tab-separated values
.bsv - blank-separated values
.txt - (delimiter chosen from the characters: tab, comma, blank
in that order)
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
TextForm.getForms(Data data) |
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyTiffForm
Deprecated.
Use TiffForm, or visad.data.bio.LociForm
with loci.formats.in.TiffReader and loci.formats.out.TiffWriter
|
class |
TiffForm
TiffForm is the VisAD data adapter for the TIFF file format.
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
LegacyTiffForm.getForms(Data data)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Vis5DAdaptedForm |
class |
Vis5DFamily
A container for Vis5D file types - regular using
Vis5DAdaptedForm and Vis5D TOPO files.
|
class |
Vis5DForm
Vis5DForm is the VisAD data format adapter for Vis5D files.
|
class |
Vis5DTopoForm
Vis5DTopoForm is the VisAD data format adapter for Vis5D topography files.
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
Vis5DTopoForm.getForms(Data data)
Return the data forms that are compatible with a data object.
|
FormNode |
Vis5DForm.getForms(Data data) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Vis5DFamily.addFormToList(FormNode form)
Add to the family of the supported map datatype Forms
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisADCachingForm
VisADCachingForm is the VisAD data format adapter
for large binary visad.Data objects which may not
fit in memory.
|
class |
VisADForm
VisADForm is the VisAD data format adapter for
binary visad.Data objects.
|
class |
VisADSerialForm
VisADSerialForm is the VisAD data format adapter for
serialized visad.Data objects.
|
| Modifier and Type | Method and Description |
|---|---|
FormNode |
VisADForm.getForms(Data data) |
| Modifier and Type | Method and Description |
|---|---|
protected File |
DataConverter.doDialog(FormNode form,
boolean save) |
protected void |
DataConverter.exportData(FormNode form) |
protected String[] |
DataConverter.getSuffixes(FormNode form) |
protected void |
DataConverter.importData(FormNode form) |