| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| visad.cluster | |
| 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.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.data.visad.object | |
| visad.georef |
Provides classes for geo-referencing.
|
| visad.gifts | |
| visad.jmet | |
| visad.matrix | |
| visad.meteorology |
Provides classes that are useful in the field of meteorology.
|
| visad.python | |
| visad.sounder | |
| 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.
|
| 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 |
DateTime
DateTime is a class of objects for holding date and time information.
|
class |
DoubleSet
DoubleSet represents the finite (but large) set of samples of
R^dimension made by vectors of IEEE double precision floating
point numbers.
|
class |
DoubleStringTuple
This provides a LoCal Tuple that can hold numeric and string values without
taking the hit that having slots and lots of Real and Text objects around.
|
class |
DoubleTuple
This provides a LoCal RealTuple that can hold numeric values without
taking the hit that having lots and lots of Real objects around.
|
class |
FieldImpl
FieldImpl is the VisAD class for finite samplings of functions
from R^n to a range type, where n>0.
|
class |
FlatField
FlatField is the VisAD class for finite samplings of functions whose
range type and range coordinate systems are simple enough to allow
efficient representation.
|
class |
FloatSet
FloatSet represents the finite (but large) set of samples of
R^dimension made by vectors of IEEE single precision floating
point numbers.
|
class |
FunctionImpl
FunctionImpl is the abstract superclass for approximate
implmentations of mathematical functions.
|
class |
Gridded1DDoubleSet
Gridded1DDoubleSet is a Gridded1DSet with double-precision samples.
|
class |
Gridded1DSet
Gridded1DSet represents a finite set of samples of R.
|
class |
Gridded2DDoubleSet
Gridded2DDoubleSet is a Gridded2DSet with double-precision samples.
|
class |
Gridded2DSet
Gridded2DSet represents a finite set of samples of R^2.
|
class |
Gridded3DDoubleSet
Gridded3DDoubleSet is a Gridded3DSet with double-precision samples.
|
class |
Gridded3DSet
Gridded3DSet represents a finite set of samples of R^3.
|
class |
GriddedLatLonSet |
class |
GriddedSet
GriddedSet is implemented by those Set sub-classes whose samples
lie on a rectangular grid topology (but note the geometry need
not be rectangular).
|
class |
ImageFlatField
ImageFlatField is a VisAD FlatField backed by a java.awt.image.BufferedImage
object, instead of the usual float[][] or double[][] samples array.
|
class |
Integer1DSet
Integer1DSet represents a finite set of samples of R at
an integer lattice based at the origin (i.e, 0, 1, 2, ..., length-1).
|
class |
Integer2DSet
Integer2DSet represents a finite set of samples of R^2 at
an integer lattice based at the origin.
|
class |
Integer3DSet
Integer3DSet represents a finite set of samples of R^3 at
an integer lattice based at the origin.
|
class |
IntegerNDSet
IntegerNDSet represents a finite set of samples of R^n at
an integer lattice based at the origin.
|
class |
Irregular1DSet
Irregular1DSet represents a finite set of samples of R.
|
class |
Irregular2DSet
IrregularSet for a finite number of samples of R. |
class |
Irregular3DSet
Irregular3DSet represents a finite set of samples of R^3.
|
class |
IrregularSet
IrregularSet is implemented by those Set sub-classes whose samples
do not form any ordered pattern.
|
class |
Linear1DSet
Linear1DSet represents a finite set of samples of R in
an arithmetic progression.
|
class |
Linear2DSet
Linear2DSet represents a finite set of samples of R^2 in
a cross product of two arithmetic progressions.
|
class |
Linear3DSet
Linear3DSet represents a finite set of samples of R^3 in
a cross product of three arithmetic progressions.
|
class |
LinearLatLonSet
LinearLatLonSet represents a finite set of samples of
(Latitude, Longitude) in a cross product of two
arithmetic progressions.
|
class |
LinearNDSet
LinearNDSet represents a finite set of samples of R^Dimension
in a cross product of arithmetic progressions.
|
class |
List1DDoubleSet
List1DDoubleSet is the class for Set-s containing lists of
1-D double values with no topology.
|
class |
List1DSet
List1DSet is the class for Set-s containing lists of
1-D values with no topology.
|
class |
ProductSet
ProductSet is the cross-product of an array of SampledSets.
|
class |
Real
Real is the class of VisAD scalar data for real numbers represented
as double precision floating point values.
|
class |
RealTuple
RealTuple is the VisAD data class for vectors in R^n for n>0.
|
class |
SampledSet
SampledSet is the abstract superclass of GriddedSets, PolyCells and MultiCells.
|
class |
Scalar
Scalar is the superclass of the VisAD hierarchy of scalar data.
|
class |
Set
Set is the abstract superclass of the VisAD hierarchy of sets.
|
class |
SimpleSet
SimpleSet is the abstract superclass of Sets with a unique ManifoldDimension.
|
class |
SingletonSet
SingletonSet is the class for Set-s containing one member.
|
class |
Text
Text is the class of VisAD scalar data for text strings.
|
class |
Tuple
Tuple is the general VisAD data class for vectors.
|
class |
UnionSet
UnionSet is the union of an array of SampledSets.
|
class |
XTrackScanLatLonSet |
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
DataImpl.local() |
DataImpl |
Data.local() |
DataImpl |
RemoteDataImpl.local() |
| Constructor and Description |
|---|
RemoteDataImpl(DataImpl data)
construct a RemoteDataImpl adapting local data
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserDummyDataImpl
RemoteClientData is the class for cluster client
VisAD data objects.
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
RemoteClusterDataImpl.local() |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaImageCacheAdapter
Adapts a
FlatField backed by a AreaImageAccessor to work
with a FlatFieldCache. |
class |
CachedFlatField
This is a FloatField that caches to disk its float array.
|
class |
FileField |
class |
FileFlatField |
| Modifier and Type | Method and Description |
|---|---|
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 |
Repository.open(java.lang.String id)
Open an existing data object in the repository.
|
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.
|
DataImpl |
Repository.open(java.net.URL url)
Open a data object specified as a URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataProcessor.process(DataImpl data,
java.lang.Object token) |
void |
BaseDataProcessor.process(DataImpl di,
java.lang.Object token)
Write the Data object using the most appropriate
DataProcessor method. |
void |
EmptyDataProcessor.processUnknownData(DataImpl data,
java.lang.Object token) |
void |
DataProcessor.processUnknownData(DataImpl data,
java.lang.Object token) |
abstract void |
BaseDataProcessor.processUnknownData(DataImpl data,
java.lang.Object token) |
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
F2000Form.open(java.lang.String id) |
DataImpl |
F2000Form.open(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
UnknownAttributeAdapter.data(boolean copy)
Returns
null. |
DataImpl |
ContainerAttributeAdapter.data(boolean copy)
Returns the VisAD data object corresponding to this instance.
|
DataImpl |
NumericAttributeAdapter.data(boolean copy)
Returns the VisAD data object corresponding to this instance.
|
DataImpl |
StringAttributeAdapter.data(boolean copy)
Returns the VisAD data object corresponding to this instance.
|
abstract DataImpl |
AttributeAdapter.data(boolean copy)
Returns the VisAD data object corresponding to this instance.
|
DataImpl |
VariableAdapter.data(dods.dap.DArray var,
boolean copy)
Throws a
VisADException. |
DataImpl |
GridVariableMapAdapter.data(dods.dap.DArray array,
boolean copy)
Returns a VisAD data object corresponding to a map vector of a DODS grid.
|
DataImpl |
ArrayVariableAdapter.data(dods.dap.DArray array,
boolean copy)
Returns the VisAD
DataImpl corresponding to a DODS DArray. |
DataImpl |
VariableAdapter.data(dods.dap.DBoolean var,
boolean copy)
Throws a
VisADException. |
DataImpl |
BooleanVariableAdapter.data(dods.dap.DBoolean var,
boolean copy)
Returns a VisAD data object corresponding to a DODS
DBoolean. |
DataImpl |
VariableAdapter.data(dods.dap.DByte var,
boolean copy)
Throws a
VisADException. |
DataImpl |
ByteVariableAdapter.data(dods.dap.DByte var,
boolean copy)
Returns a VisAD data object corresponding to a DODS
DByte. |
DataImpl |
VariableAdapter.data(dods.dap.DFloat32 var,
boolean copy)
Throws a
VisADException. |
DataImpl |
Float32VariableAdapter.data(dods.dap.DFloat32 var,
boolean copy)
Returns the VisAD
DataImpl corresponding to a DODS DFloat32. |
DataImpl |
Float64VariableAdapter.data(dods.dap.DFloat64 var,
boolean copy)
Returns the VisAD
DataImpl corresponding to a DODS DFloat64. |
DataImpl |
VariableAdapter.data(dods.dap.DFloat64 var,
boolean copy)
Throws a
VisADException. |
DataImpl |
GridVariableAdapter.data(dods.dap.DGrid grid,
boolean copy)
Returns the VisAD
DataImpl corresponding to a DODS DGrid. |
DataImpl |
VariableAdapter.data(dods.dap.DGrid var,
boolean copy)
Throws a
VisADException. |
DataImpl |
VariableAdapter.data(dods.dap.DInt16 var,
boolean copy)
Throws a
VisADException. |
DataImpl |
Int16VariableAdapter.data(dods.dap.DInt16 var,
boolean copy)
Returns the VisAD
DataImpl corresponding to a DODS DInt16. |
DataImpl |
Int32VariableAdapter.data(dods.dap.DInt32 var,
boolean copy)
Returns the VisAD
DataImpl corresponding to a DODS DInt32. |
DataImpl |
VariableAdapter.data(dods.dap.DInt32 var,
boolean copy)
Throws a
VisADException. |
DataImpl |
ListVariableAdapter.data(dods.dap.DList list,
boolean copy)
Returns the VisAD
DataImpl corresponding to a DODS DList. |
DataImpl |
VariableAdapter.data(dods.dap.DList var,
boolean copy)
Throws a
VisADException. |
DataImpl |
VariableAdapter.data(dods.dap.DSequence var,
boolean copy)
Throws a
VisADException. |
DataImpl |
SequenceVariableAdapter.data(dods.dap.DSequence sequence,
boolean copy)
Returns the VisAD
DataImpl corresponding to a DODS DSequence. |
DataImpl |
VariableAdapter.data(dods.dap.DString var,
boolean copy)
Throws a
VisADException. |
DataImpl |
StringVariableAdapter.data(dods.dap.DString var,
boolean copy)
Returns the VisAD
DataImpl corresponding to a DODS DString. |
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 |
VariableAdapter.data(dods.dap.DStructure var,
boolean copy)
Throws a
VisADException. |
DataImpl |
VariableAdapter.data(dods.dap.DUInt16 var,
boolean copy)
Throws a
VisADException. |
DataImpl |
UInt16VariableAdapter.data(dods.dap.DUInt16 var,
boolean copy)
Returns the VisAD
DataImpl corresponding to the value of a DODS
DUInt16 and the DODS variable used during construction of this
instance. |
DataImpl |
VariableAdapter.data(dods.dap.DUInt32 var,
boolean copy)
Throws a
VisADException. |
DataImpl |
UInt32VariableAdapter.data(dods.dap.DUInt32 var,
boolean copy)
Returns the VisAD
DataImpl corresponding to the value of a DODS
DUInt16 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.
|
DataImpl |
DODSForm.open(java.lang.String id)
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.
|
DataImpl |
DODSSource.readData()
Returns the next VisAD data object from the DODS dataset.
|
protected DataImpl |
DODSSource.readVariable()
Returns a VisAD data object corresponding to the next DODS variable in
the currently open dataset.
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
FitsForm.open(java.lang.String path) |
DataImpl |
FitsForm.open(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
GIFForm.open(java.lang.String path) |
DataImpl |
GIFForm.open(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
HDF5DataAdaptable.getAdaptedData() |
DataImpl |
HDF5DatasetAdapted.getAdaptedData() |
DataImpl |
HDF5GroupAdapted.getAdaptedData() |
DataImpl |
HDF5DataAdaptable.getAdaptedData(int[] indexes) |
DataImpl |
HDF5DatasetAdapted.getAdaptedData(int[] indexes) |
DataImpl |
HDF5GroupAdapted.getAdaptedData(int[] indexes) |
DataImpl |
HDF5Form.getFileData(HDF5FileAdapted file) |
DataImpl |
HDF5Form.getVisADDataObject(HDF5DataAdaptable h_data) |
DataImpl |
HDF5Form.open(java.lang.String file_path) |
DataImpl |
HDF5Form.open(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
HdfeosField.getAdaptedData() |
DataImpl |
HdfeosTuple.getAdaptedData() |
DataImpl |
HdfeosFlatField.getAdaptedData() |
DataImpl |
HdfeosField.getAdaptedData(int[] indexes) |
DataImpl |
HdfeosTuple.getAdaptedData(int[] indexes) |
DataImpl |
HdfeosFlatField.getAdaptedData(int[] indexes) |
DataImpl |
HdfeosField.getData() |
DataImpl |
HdfeosTuple.getData() |
DataImpl |
HdfeosFlatField.getData() |
DataImpl |
HdfeosField.getData(int[] indexes) |
DataImpl |
HdfeosTuple.getData(int[] indexes) |
DataImpl |
HdfeosFlatField.getData(int[] indexes) |
DataImpl |
HdfeosForm.open(java.lang.String file_path) |
abstract DataImpl |
Hdfeos.open(java.lang.String file_path) |
DataImpl |
HdfeosForm.open(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
Consolidator.readData()
Returns the next VisAD data object in the input stream.
|
DataImpl |
DataInputStream.readData()
Returns the next VisAD data object in the input stream.
|
DataImpl |
TimeFactorer.readData()
Returns the next VisAD data object in the input stream.
|
DataImpl |
Selector.readData()
Returns the next VisAD data object in the input stream that satisfies
the selection condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OrCondition.isSatisfied(DataImpl data)
Indicates if a VisAD data object satisfies this condition.
|
boolean |
MathTypeCondition.isSatisfied(DataImpl data)
Indicates if a VisAD data object satisfies this condition.
|
boolean |
NotCondition.isSatisfied(DataImpl data)
Indicates if a VisAD data object satisfies this condition.
|
boolean |
AndCondition.isSatisfied(DataImpl data)
Indicates if a VisAD data object satisfies this condition.
|
abstract boolean |
Condition.isSatisfied(DataImpl data)
Indicates if a VisAD data object satisfies this condition.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
PointDataAdapter.getData()
Get the VisAD Data object that represents the output from the
request.
|
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
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
NetcdfInBean.getData()
Get the VisAD data object property.
|
DataImpl |
InputNetcdf.getData()
Returns the VisAD data object property.
|
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.open(java.net.URL url)
Returns a VisAD data object corresponding to a URL.
|
DataImpl |
Plain.openProxy(java.lang.String path)
Open an existing netCDF file and return a proxy for a VisAD data object.
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
NetcdfAdapter.getData()
Gets the VisAD data object corresponding to the netCDF dataset.
|
DataImpl |
VirtualData.getData()
Gets the VisAD data object corresponding to this top-level, virtual,
data object.
|
DataImpl |
VirtualFlatField.getData(Context context)
Gets the VisAD data object corresponding to this virtual, data
object.
|
DataImpl |
VirtualScalar.getData(Context context)
Gets the VisAD data object corresponding to this virtual, data
object.
|
DataImpl |
VirtualField.getData(Context context)
Gets the VisAD data object corresponding to this virtual, data
object.
|
abstract DataImpl |
VirtualData.getData(Context context)
Gets the VisAD data object corresponding to this virtual, data
object, in context.
|
DataImpl |
VirtualTuple.getData(Context context)
Gets the VisAD data object of this tuple, in context.
|
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.
|
DataImpl |
DataFactory.newData(Context context,
VirtualData virtualData)
Creates a VisAD Data object from a netCDF indicial context and a
VirtualData object.
|
DataImpl |
DataFactory.newData(Context context,
VirtualTuple virtualTuple)
Creates a VisAD Data object from a netCDF indicial context and a
VirtualTuple.
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
TextForm.open(java.lang.String path) |
DataImpl |
TextForm.open(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
BinaryReader.getData() |
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) |
DataImpl |
BinaryReader.readData() |
DataImpl |
VisADForm.readData(BinaryReader rdr) |
DataImpl |
VisADCachingForm.readData(BinaryReader rdr) |
DataImpl |
VisADForm.readSerial(java.io.InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.processUnknownData(DataImpl data,
java.lang.Object token) |
void |
BinarySizer.processUnknownData(DataImpl data,
java.lang.Object token) |
void |
BinaryWriter.save(DataImpl data)
Save a Data object to the file.
|
void |
BinaryWriter.save(DataImpl data,
boolean bigObject)
Save a big Data object to the file.
|
| Modifier and Type | Method and Description |
|---|---|
static DataImpl |
BinaryGeneric.read(BinaryReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static int |
BinaryUnknown.computeBytes(DataImpl data) |
static int |
BinaryGeneric.computeBytes(DataImpl data) |
static void |
BinaryUnknown.write(BinaryWriter writer,
DataImpl data,
java.lang.Object token) |
static void |
BinaryGeneric.write(BinaryWriter writer,
DataImpl data,
java.lang.Object token) |
| Modifier and Type | Class and Description |
|---|---|
class |
EarthLocationLite
This provides a LoCal EarthLocation that is much faster to create than the
EarthLocationTuple.
|
class |
EarthLocationTuple
RealTuple implementation of EarthLocation for representing a
location on the earth's surface in terms of latitude, longitude
and altitude above sea level.
|
class |
LatLonTuple
RealTuple implementation of LatLonPoint for defining lat/lon points
|
class |
NamedLocationTuple
Tuple implementation of NamedLocation for representing a
location on the earth's surface in terms of latitude, longitude
and altitude above sea level and some sort of identifier.
|
class |
UTMCoordinate
RealTuple implementation of a Universal Transverse Mercator
(UTM) coordinate
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
TextForm.open(java.lang.String file_path) |
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
MetGrid.getData()
return the DataImpl (FlatField) for this grid
|
| Modifier and Type | Class and Description |
|---|---|
class |
JamaCholeskyDecomposition
JamaCholeskyDecomposition is a VisAD wrapper for JAMA CholeskyDecompositions.
|
class |
JamaEigenvalueDecomposition
JamaEigenvalueDecomposition is a VisAD wrapper for JAMA
EigenvalueDecompositions.
|
class |
JamaLUDecomposition
JamaLUDecomposition is a VisAD wrapper for JAMA LUDecompositions.
|
class |
JamaMatrix
JamaMatrix is a VisAD wrapper for JAMA matrices.
|
class |
JamaQRDecomposition
JamaQRDecomposition is a VisAD wrapper for JAMA QRDecompositions.
|
class |
JamaSingularValueDecomposition
JamaSingularValueDecomposition is a VisAD wrapper for JAMA
SingularValueDecompositions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageSequenceImpl
Implementation of an ImageSequence.
|
class |
NavigatedImage
An implementation for representing single-banded planar
satellite or radar imagery.
|
class |
SatelliteImage
An implementation for representing single-banded planar satellite
that has navigation.
|
class |
SingleBandedImageImpl
An implementation for representing single-banded planar
satellite or radar imagery.
|
| Modifier and Type | Method and Description |
|---|---|
static DataImpl |
JPythonMethods.load(java.lang.String location)
Reads in data from the given location (filename or URL).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JPythonMethods.plot(DataImpl data) |
static void |
JPythonMethods.plot(DataImpl data,
boolean editMaps) |
static void |
JPythonMethods.plot(DataImpl data,
double red,
double green,
double blue) |
static void |
JPythonMethods.plot(DataImpl data,
ScalarMap[] maps) |
static void |
JPythonMethods.plot(java.lang.String name,
DataImpl data) |
static void |
JPythonMethods.plot(java.lang.String name,
DataImpl data,
boolean editMaps) |
static void |
JPythonMethods.plot(java.lang.String name,
DataImpl data,
boolean editMaps,
double red,
double green,
double blue) |
static void |
JPythonMethods.plot(java.lang.String name,
DataImpl data,
boolean editMaps,
double red,
double green,
double blue,
ScalarMap[] maps) |
static void |
JPythonMethods.plot(java.lang.String name,
DataImpl data,
ScalarMap[] maps) |
| Modifier and Type | Class and Description |
|---|---|
class |
Sounding
Sounding is the VisAD class for atmospheric soundings.
|
class |
Spectrum
Sounding is the VisAD class for atmospheric soundings.
|
| Modifier and Type | Method and Description |
|---|---|
static DataImpl |
BasicSSCell.makeLocal(Data data)
Deprecated.
Use visad.DataUtility.makeLocal(data) instead.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataImpl |
DataConverter.data |
| Modifier and Type | Method and Description |
|---|---|
static DataImpl |
DataUtility.makeLocal(Data data)
Converts a remote Data object to a local Data object.
|
static DataImpl |
DataUtility.makeLocal(Data data,
boolean printStackTraces)
Converts a remote Data object to a local Data object.
|
| Modifier and Type | Method and Description |
|---|---|
static DisplayImpl |
DataUtility.makeSimpleDisplay(DataImpl data) |