| Package | Description |
|---|---|
| visad.data |
Provides for importing data to and exporting data from VisAD.
|
| visad.data.amanda | |
| 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.in |
Supports the creation of form-specific, read-only, data-access packages
that import external dataset into VisAD as VisaD data objects.
|
| 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.netcdf.in |
Provides for importing a netCDF dataset into VisAD.
|
| visad.data.netcdf.out |
Provides for exporting a VisAD data object to a netCDF dataset.
|
| 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.ss |
Provides a spreadsheet user interface for VisAD that can import data from
any form VisAD supports and compute new data objects using formulas by
utilizing the visad.formula package.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DataVisitor |
DataNode.accept(DataVisitor visitor)
Accept a visitor and traverse the data object.
|
abstract void |
FormNode.add(java.lang.String id,
Data data,
boolean replace)
Add data to an existing data object.
|
void |
FunctionFormFamily.add(java.lang.String id,
Data data,
boolean replace)
Add data to an existing data object using the first appropriate Form.
|
void |
FormFamily.add(java.lang.String id,
Data data,
boolean replace)
Add data to an existing data object.
|
void |
FormBlockReader.close()
Closes any open files.
|
int |
FormBlockReader.getBlockCount(java.lang.String id)
Determines the number of blocks in the given file.
|
java.util.Hashtable |
MetadataReader.getMetadata(java.lang.String id)
Obtains a hashtable containing all metadata field/value pairs from
the given file.
|
java.lang.Object |
MetadataReader.getMetadataValue(java.lang.String id,
java.lang.String field)
Obtains the specified metadata field's value for the given file.
|
static void |
DefaultFamily.main(java.lang.String[] args)
Test the DefaultFamily class
|
abstract DataImpl |
FormNode.open(java.lang.String id)
Open an existing data object.
|
DataImpl |
FunctionFormFamily.open(java.lang.String id)
Open a local data object using the first appropriate Form.
|
DataImpl |
FormFamily.open(java.lang.String id)
Open an existing data object.
|
DataImpl |
FormBlockReader.open(java.lang.String id,
int block_number)
Obtains the specified block from the given file.
|
abstract DataImpl |
FormNode.open(java.net.URL url)
Open a data object specified as a URL.
|
DataImpl |
FunctionFormFamily.open(java.net.URL url)
Open a remote data object using the first appropriate Form.
|
DataImpl |
FormFamily.open(java.net.URL url)
Open an existing data object specified as a URL.
|
abstract void |
FormNode.save(java.lang.String id,
Data data,
boolean replace)
Save a VisAD data object in this form.
|
void |
FunctionFormFamily.save(java.lang.String id,
Data data,
boolean replace)
Save a Data object using the first appropriate Form.
|
void |
FormFamily.save(java.lang.String id,
Data data,
boolean replace)
Save a VisAD data object.
|
boolean |
DataVisitor.visit(FlatField field)
Visit a VisAD FlatField.
|
boolean |
DataVisitor.visit(TupleIface tuple)
Visit a VisAD Tuple.
|
| Modifier and Type | Method and Description |
|---|---|
void |
F2000Form.add(java.lang.String id,
Data data,
boolean replace) |
DataImpl |
F2000Form.open(java.lang.String id) |
DataImpl |
F2000Form.open(java.net.URL url) |
void |
F2000Form.save(java.lang.String id,
Data data,
boolean replace) |
| Constructor and Description |
|---|
AmandaFile(java.lang.String id) |
AmandaFile(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
LociForm.add(java.lang.String id,
Data data,
boolean replace)
Adds data to an existing image file.
|
void |
LociForm.close()
Closes any open files.
|
int |
LociForm.getBlockCount(java.lang.String id)
Determines the number of images in the given image file.
|
java.util.Hashtable |
LociForm.getMetadata(java.lang.String id)
Obtains the hashtable containing the metadata field/value pairs from
the given image file.
|
java.lang.Object |
LociForm.getMetadataValue(java.lang.String id,
java.lang.String field)
Obtains the specified metadata field's value for the given file.
|
java.lang.Object |
OMEReader.getOMENode(java.lang.String id)
Obtains a loci.ome.xml.OMENode object representing the
file's metadata as an OME-XML DOM structure.
|
void |
LociForm.initHandler(loci.formats.IFormatHandler h,
java.lang.String id) |
DataImpl |
LociForm.open(java.lang.String id)
Opens an existing image file from the given filename.
|
DataImpl |
LociForm.open(java.lang.String id,
int block_number)
Obtains the specified image from the given image file.
|
DataImpl |
LociForm.open(java.net.URL url)
Opens an existing image file from the given URL.
|
void |
LociForm.save(java.lang.String id,
Data data,
boolean replace)
Saves a VisAD Data object at the given location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DODSForm.add(java.lang.String id,
Data data,
boolean replace)
Throws an exception.
|
AttributeAdapter |
AttributeAdapterFactory.attributeAdapter(java.lang.String name,
dods.dap.Attribute attr)
Returns an adapter of a DODS attribute.
|
DataImpl |
VariableAdapter.data(dods.dap.BaseType baseType,
boolean copy)
Returns the VisAD
DataImpl corresponding to the data of a DODS
variable and the metaData of the DODS variable used during construction
of this instance. |
DataImpl |
DataFactory.data(dods.dap.BaseType var,
dods.dap.DAS das,
boolean copy)
Returns the VisAD data object corresponding to a DODS variable.
|
DataImpl |
StructureVariableAdapter.data(dods.dap.DStructure structure,
boolean copy)
Returns the VisAD
DataImpl corresponding to the values of a DODS
DStructure and the DODS variable used during construction of this
instance. |
DataImpl |
DataFactory.data(java.lang.String name,
dods.dap.Attribute attribute,
boolean copy)
Returns the VisAD data object corresponding to a DODS attribute.
|
protected static double |
Valuator.decode(java.lang.String name,
dods.dap.AttributeTable table,
int index)
Decodes an attribute for a DODS variable.
|
DataImpl |
DODSForm.open(java.lang.String id)
Opens an existing DODS dataset.
|
void |
DODSSource.open(java.lang.String spec)
Opens an existing DODS dataset.
|
DataImpl |
DODSForm.open(java.net.URL url)
Opens an existing data object.
|
protected DataImpl |
DODSSource.readAttribute(java.lang.String name)
Returns a VisAD data object corresponding to the next DODS global
attribute in the currently open dataset.
|
protected DataImpl |
DODSSource.readVariable()
Returns a VisAD data object corresponding to the next DODS variable in
the currently open dataset.
|
void |
DODSForm.save(java.lang.String id,
Data data,
boolean replace)
Throws an exception.
|
static StructureVariableAdapter |
StructureVariableAdapter.structureVariableAdapter(dods.dap.DStructure structure,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns an instance of this class corresponding to a DODS
DStructure. |
static Valuator |
UInt16Valuator.valuator(dods.dap.AttributeTable table)
Returns an instance of this class corresponding to the attributes for a
DODS variable.
|
static Valuator |
Float32Valuator.valuator(dods.dap.AttributeTable table)
Returns an instance of this class corresponding to the attributes for a
DODS variable.
|
static Valuator |
UByteValuator.valuator(dods.dap.AttributeTable table)
Returns an instance of this class corresponding to the attributes for a
DODS variable.
|
static Valuator |
Int16Valuator.valuator(dods.dap.AttributeTable table)
Returns an instance of this class corresponding to the attributes for a
DODS variable.
|
static Valuator |
ByteValuator.valuator(dods.dap.AttributeTable table)
Returns an instance of this class corresponding to the attributes for a
DODS variable.
|
static Valuator |
UInt32Valuator.valuator(dods.dap.AttributeTable table)
Returns an instance of this class corresponding to the attributes for a
DODS variable.
|
static Valuator |
Float64Valuator.valuator(dods.dap.AttributeTable table)
Returns an instance of this class corresponding to the attributes for a
DODS variable.
|
static Valuator |
Int32Valuator.valuator(dods.dap.AttributeTable table)
Returns an instance of this class corresponding to the attributes for a
DODS variable.
|
static Valuator |
Valuator.valuator(dods.dap.AttributeTable table,
int type)
Returns an instance of this class corresponding to the attributes for a
DODS variable.
|
static ValueRanger |
Valuator.valueRanger(dods.dap.AttributeTable table)
Returns an instance of a value ranger corresponding to the attributes of
a DODS variable.
|
static ValueUnpacker |
Valuator.valueUnpacker(dods.dap.AttributeTable table)
Returns an instance of a value unpacker corresponding to the attributes
of a DODS variable.
|
static ValueVetter |
Valuator.valueVetter(dods.dap.AttributeTable table)
Returns an instance of a value vetter corresponding to the attributes
of a DODS variable.
|
VariableAdapter |
VariableAdapterFactory.variableAdapter(dods.dap.BaseType var,
dods.dap.DAS das)
Returns the adapter corresponding to a DODS variable.
|
| Constructor and Description |
|---|
FloatVectorAdapter(dods.dap.PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
Int32VectorAdapter(dods.dap.Int32PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
IntValuator(dods.dap.AttributeTable table,
long lower,
long upper)
Constructs from the attributes of a DODS integer variable.
|
NumericVectorAdapter(dods.dap.PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
UInt16VectorAdapter(dods.dap.UInt16PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
UIntValuator(dods.dap.AttributeTable table,
long upper)
Constructs from the attributes of a DODS variable.
|
Valuator(dods.dap.AttributeTable table)
Constructs from the attributes of a DODS variable.
|
VectorAdapter(dods.dap.PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FitsForm.add(java.lang.String id,
Data data,
boolean replace) |
DataImpl |
FitsForm.open(java.lang.String path) |
DataImpl |
FitsForm.open(java.net.URL url) |
void |
FitsForm.save(java.lang.String id,
Data data,
boolean replace) |
| Modifier and Type | Method and Description |
|---|---|
void |
GIFForm.add(java.lang.String id,
Data data,
boolean replace) |
DataImpl |
GIFForm.open(java.lang.String path) |
DataImpl |
GIFForm.open(java.net.URL url) |
void |
GIFForm.save(java.lang.String id,
Data data,
boolean replace) |
| Modifier and Type | Method and Description |
|---|---|
void |
UsgsDemForm.add(java.lang.String id,
Data data,
boolean replace)
Add data to an existing data object
|
void |
ArcAsciiGridForm.add(java.lang.String id,
Data data,
boolean replace)
Add data to an existing data object
|
static void |
DemFamily.main(java.lang.String[] args)
Test the DemFamily class
run java visad.data.gis.DemFamily dem1 dem2 ... demn
|
DataImpl |
DemFamily.open(java.lang.String id)
Open a local data object using the first appropriate map form.
|
DataImpl |
UsgsDemForm.open(java.lang.String id)
Open the file specified by the string
|
DataImpl |
ArcAsciiGridForm.open(java.lang.String id)
Open the file specified by the string
|
DataImpl |
DemFamily.open(java.net.URL url)
Open a remote data object using the first appropriate map form.
|
DataImpl |
UsgsDemForm.open(java.net.URL url)
Open the file specified by the URL
|
DataImpl |
ArcAsciiGridForm.open(java.net.URL url)
Open the file specified by the URL
|
void |
UsgsDemForm.save(java.lang.String id,
Data data,
boolean replace)
Save a VisAD data object in this form
|
void |
ArcAsciiGridForm.save(java.lang.String id,
Data data,
boolean replace)
Save a VisAD data object in this form
|
| Modifier and Type | Method and Description |
|---|---|
void |
HDF5Form.add(java.lang.String id,
Data data,
boolean replace) |
void |
HDF5Form.save(java.lang.String filename,
Data data,
boolean replace) |
| Modifier and Type | Method and Description |
|---|---|
void |
HdfeosForm.add(java.lang.String id,
Data data,
boolean replace) |
abstract DataImpl |
Hdfeos.open(java.lang.String file_path) |
void |
HdfeosForm.save(java.lang.String id,
Data data,
boolean replace) |
| Modifier and Type | Method and Description |
|---|---|
void |
HRITForm.add(java.lang.String id,
Data data,
boolean replace)
This has not been implemented
|
DataImpl |
HRITForm.open(java.lang.String path)
read the HRIT file from local disk, and return the HRIT data
as a DataImpl object (a FlatField).
|
DataImpl |
HRITForm.open(java.net.URL url)
read the HRIT file from a URL, and return the HRIT file
as a DataImpl object (a FlatField).
|
void |
HRITForm.save(java.lang.String id,
Data data,
boolean replace)
save the file back to disk
This has not been implemented yet
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataInputSource.open(java.lang.String spec)
Opens an existing dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JAIForm.add(java.lang.String id,
Data data,
boolean replace)
Adds data to an existing JAI image file.
|
DataImpl |
JAIForm.open(java.lang.String id)
Opens an existing JAI image file from the given location.
|
DataImpl |
JAIForm.open(java.net.URL url)
Opens an existing JAI image file from the given URL.
|
void |
JAIForm.save(java.lang.String id,
Data data,
boolean replace)
Saves a VisAD Data object to a JAI image format at the given location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PointForm.add(java.lang.String id,
Data data,
boolean replace)
This has not been implemented
|
void |
AreaForm.add(java.lang.String id,
Data data,
boolean replace)
This has not been implemented
|
void |
MapForm.add(java.lang.String id,
Data data,
boolean replace)
Add data to an existing data object
|
DataImpl |
PointForm.open(java.lang.String filename)
cannot read the point file locally.
|
DataImpl |
AreaForm.open(java.lang.String path)
read the area file from local disk, and return the Area file
as a DataImpl object (a FlatField).
|
DataImpl |
MapForm.open(java.lang.String id)
Open the file specified by the string
|
DataImpl |
PointForm.open(java.net.URL url)
read the point file from a URL, and return the point data
as a DataImpl object (a FlatField).
|
DataImpl |
AreaForm.open(java.net.URL url)
read the area file from a URL, and return the Area file
as a DataImpl object (a FlatField).
|
DataImpl |
MapForm.open(java.net.URL url)
Open the file specified by the URL
|
void |
PointForm.save(java.lang.String id,
Data data,
boolean replace)
save the file back to disk
This has not been implemented yet
|
void |
AreaForm.save(java.lang.String id,
Data data,
boolean replace)
save the file back to disk
This has not been implemented yet
|
void |
MapForm.save(java.lang.String id,
Data data,
boolean replace)
Save a VisAD data object in this form
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plain.add(java.lang.String id,
Data data,
boolean replace)
Add data to an existing data object.
|
DataImpl |
Plain.open(java.lang.String spec)
Returns a VisAD data object corresponding to a netCDF dataset.
|
abstract DataImpl |
NetCDF.open(java.lang.String path)
Open an existing file.
|
DataImpl |
Plain.open(java.lang.String spec,
Strategy strategy)
Returns a VisAD data object corresponding to a netCDF dataset
and imported according to a given strategy.
|
DataImpl |
Plain.openProxy(java.lang.String path)
Open an existing netCDF file and return a proxy for a VisAD data object.
|
void |
Plain.save(java.lang.String path,
Data data,
boolean replace)
Save a VisAD data object in this form.
|
void |
NetcdfInBean.setPathname(java.lang.String pathname)
Set the dataset pathname property.
|
void |
InputNetcdf.setPathname(java.lang.String name)
Sets the dataset name property.
|
void |
InputNetcdf.setQuantityDB(QuantityDB db)
Set the quantity database property.
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
NetcdfAdapter.getData()
Gets the VisAD data object corresponding to the netCDF dataset.
|
DataImpl |
FileStrategy.getData(NetcdfAdapter adapter)
Returns a VisAD data object corresponding to the netCDF dataset.
|
abstract DataImpl |
Strategy.getData(NetcdfAdapter adapter)
Returns a VisAD data object corresponding to the netCDF dataset.
|
DataImpl |
CompositeStrategy.getData(NetcdfAdapter adapter)
Returns a VisAD data object corresponding to the netCDF dataset.
|
DataImpl |
InMemoryStrategy.getData(NetcdfAdapter adapter)
Returns a VisAD data object corresponding to the netCDF dataset.
|
DataImpl |
NetcdfAdapter.getData(Strategy strategy)
Gets the VisAD data object corresponding to the netCDF dataset using a
given strategy.
|
DataImpl |
NetcdfAdapter.getProxy()
Returns a proxy for the VisAD data object corresponding to the netCDF
dataset.
|
protected static DataImpl |
NetcdfAdapter.importData(View view,
Merger merger,
DataFactory dataFactory)
Returns the VisAD data object corresponding to the netCDF dataset.
|
VirtualData |
VirtualDataIterator.next()
Gets the next virtual VisAD data object.
|
| Constructor and Description |
|---|
NetcdfAdapter(ucar.netcdf.Netcdf netcdf,
QuantityDB quantityDB)
Constructs from a netCDF dataset.
|
NetcdfAdapter(ucar.netcdf.Netcdf netcdf,
QuantityDB quantityDB,
boolean charToText)
Constructs from a netCDF dataset.
|
| Modifier and Type | Method and Description |
|---|---|
protected ucar.netcdf.Dimension |
VisADAdapter.define1DDim(SampledSet set)
Define the netCDF dimension of a 1-D SampledSet.
|
protected ucar.netcdf.Dimension[] |
VisADAdapter.defineLinearSetDims(GriddedSet set)
Define the netCDF dimensions of a VisAD LinearSet, including any
necessary coordinate variables..
|
protected ucar.netcdf.Dimension |
VisADAdapter.defineNDDim(SampledSet set)
Define the netCDF dimension of a multi-dimensional SampledSet.
|
protected ucar.netcdf.Dimension |
VisADAdapter.defineSampledSetDim(SampledSet set)
Define the netCDF dimensions and variables of a VisAD SampledSet.
|
protected void |
VisADAdapter.visit(Data data,
visad.data.netcdf.out.VisADAccessor outerAccessor)
Visit a VisAD data object.
|
protected void |
VisADAdapter.visit(Field field,
visad.data.netcdf.out.VisADAccessor outerAccessor)
Define the netCDF dimensions and variables of a VisAD Field object.
|
protected void |
VisADAdapter.visit(Real real,
visad.data.netcdf.out.VisADAccessor outerAccessor)
Visit a VisAD Real object.
|
protected void |
VisADAdapter.visit(Text text,
visad.data.netcdf.out.VisADAccessor outerAccessor)
Visit a VisAD Text object.
|
| Constructor and Description |
|---|
VisADAdapter(Data data)
Construct from a generic VisAD data object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextForm.add(java.lang.String id,
Data data,
boolean replace) |
DataImpl |
TextForm.open(java.lang.String path) |
DataImpl |
TextForm.open(java.net.URL url) |
void |
TextForm.save(java.lang.String id,
Data data,
boolean replace) |
| Modifier and Type | Method and Description |
|---|---|
void |
LegacyTiffForm.add(java.lang.String id,
Data data,
boolean replace)
Deprecated.
Adds data to an existing TIFF file.
|
void |
LegacyTiffForm.close()
Deprecated.
|
int |
LegacyTiffForm.getBlockCount(java.lang.String id)
Deprecated.
|
DataImpl |
LegacyTiffForm.open(java.lang.String id)
Deprecated.
Opens an existing TIFF file from the given filename.
|
DataImpl |
LegacyTiffForm.open(java.lang.String id,
int block_number)
Deprecated.
|
DataImpl |
LegacyTiffForm.open(java.net.URL url)
Deprecated.
Opens an existing TIFF file from the given URL.
|
void |
LegacyTiffForm.save(java.lang.String id,
Data data,
boolean replace)
Deprecated.
Saves a VisAD Data object to an uncompressed TIFF file.
|
void |
TiffForm.saveImage(java.lang.String id,
FlatField image,
java.util.Hashtable ifd,
boolean last) |
| Modifier and Type | Method and Description |
|---|---|
void |
Vis5DTopoForm.add(java.lang.String id,
Data data,
boolean replace)
Add data to an existing data object.
|
void |
Vis5DForm.add(java.lang.String id,
Data data,
boolean replace) |
FlatField |
Vis5DForm.getFlatField(Vis5DFile v5dfile,
int time_idx) |
static void |
Vis5DFamily.main(java.lang.String[] args)
Test the Vis5DFamily class
run java visad.data.vis5d.Vis5DFamily v5dfile1 v5dfile2 ... v5dfilen
|
static FlatField |
Vis5DForm.makeFlatField(Vis5DFile v5dfile,
int time_idx) |
DataImpl |
Vis5DTopoForm.open(java.io.InputStream in)
Returns a VisAD data object corresponding to an input stream for
a Vis5DTopography file.
|
DataImpl |
Vis5DFamily.open(java.lang.String id)
Open a local data object using the first appropriate map form.
|
DataImpl |
Vis5DTopoForm.open(java.lang.String id)
Returns a VisAD data object corresponding to a Vis5D topography file.
|
DataImpl |
Vis5DForm.open(java.lang.String id) |
DataImpl |
Vis5DFamily.open(java.net.URL url)
Open a remote data object using the first appropriate map form.
|
DataImpl |
Vis5DTopoForm.open(java.net.URL url)
Returns a VisAD data object corresponding to a URL pointing to a
Vis5D topography file.
|
DataImpl |
Vis5DForm.open(java.net.URL url) |
void |
Vis5DTopoForm.save(java.lang.String id,
Data data,
boolean replace)
Save a VisAD data object in this form.
|
void |
Vis5DForm.save(java.lang.String id,
Data data,
boolean replace) |
static V5DStruct |
V5DStruct.v5d_open(byte[] name,
int name_length,
int[] sizes,
int[] n_levels,
java.lang.String[] var_names,
java.lang.String[] var_units,
int[] map_proj,
float[] projargs,
int[] vert_sys,
float[] vert_args,
double[] times)
Open a Vis5D file
|
void |
V5DStruct.v5d_read(int time,
int vr,
float[] ranges,
float[] data)
Read from a Vis5D file
|
| Modifier and Type | Method and Description |
|---|---|
void |
VisADForm.add(java.lang.String id,
Data data,
boolean replace) |
DataImpl |
VisADForm.open(java.lang.String id) |
DataImpl |
VisADCachingForm.open(java.lang.String id) |
DataImpl |
VisADForm.open(java.net.URL url) |
DataImpl |
VisADCachingForm.open(java.net.URL url) |
void |
VisADForm.save(java.lang.String id,
Data data,
boolean replace)
Save a Data object.
|
void |
VisADForm.save(java.lang.String id,
Data data,
boolean replace,
boolean bigObject)
Save a Data object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicSSCell.saveData(java.io.File f,
boolean netcdf)
Deprecated.
Use saveData(String, Form) instead.
|
void |
BasicSSCell.saveData(java.io.File f,
Form form)
Deprecated.
Use saveData(String, Form) instead.
|
void |
BasicSSCell.saveData(java.lang.String varName,
java.lang.String location,
Form form)
Exports a Data object to the given location, using the given Data form.
|