Uses of Class
visad.DataImpl

Packages that use DataImpl
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. 
 

Uses of DataImpl in visad
 

Subclasses of DataImpl in visad
 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 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.
 

Methods in visad that return DataImpl
 DataImpl RemoteDataImpl.local()
           
 DataImpl DataImpl.local()
           
 DataImpl Data.local()
           
 

Constructors in visad with parameters of type DataImpl
RemoteDataImpl(DataImpl data)
          construct a RemoteDataImpl adapting local data
 

Uses of DataImpl in visad.cluster
 

Subclasses of DataImpl in visad.cluster
 class UserDummyDataImpl
          RemoteClientData is the class for cluster client VisAD data objects.
 

Methods in visad.cluster that return DataImpl
 DataImpl RemoteClusterDataImpl.local()
           
 

Uses of DataImpl in visad.data
 

Subclasses of DataImpl in visad.data
 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
           
 

Methods in visad.data that return DataImpl
 DataImpl Repository.open(String id)
          Open an existing data object in the repository.
 DataImpl FunctionFormFamily.open(String id)
          Open a local data object using the first appropriate Form.
abstract  DataImpl FormNode.open(String id)
          Open an existing data object.
 DataImpl FormFamily.open(String id)
          Open an existing data object.
 DataImpl FormBlockReader.open(String id, int block_number)
          Obtains the specified block from the given file.
 DataImpl Repository.open(URL url)
          Open a data object specified as a URL.
 DataImpl FunctionFormFamily.open(URL url)
          Open a remote data object using the first appropriate Form.
abstract  DataImpl FormNode.open(URL url)
          Open a data object specified as a URL.
 DataImpl FormFamily.open(URL url)
          Open an existing data object specified as a URL.
 

Methods in visad.data with parameters of type DataImpl
 void DataProcessor.process(DataImpl data, Object token)
           
 void BaseDataProcessor.process(DataImpl di, Object token)
          Write the Data object using the most appropriate DataProcessor method.
 void EmptyDataProcessor.processUnknownData(DataImpl data, Object token)
           
 void DataProcessor.processUnknownData(DataImpl data, Object token)
           
abstract  void BaseDataProcessor.processUnknownData(DataImpl data, Object token)
           
 

Uses of DataImpl in visad.data.amanda
 

Methods in visad.data.amanda that return DataImpl
 DataImpl F2000Form.open(String id)
           
 DataImpl F2000Form.open(URL url)
           
 

Uses of DataImpl in visad.data.bio
 

Methods in visad.data.bio that return DataImpl
 DataImpl LociForm.open(String id)
          Opens an existing image file from the given filename.
 DataImpl LociForm.open(String id, int block_number)
          Obtains the specified image from the given image file.
 DataImpl LociForm.open(URL url)
          Opens an existing image file from the given URL.
 

Uses of DataImpl in visad.data.dods
 

Methods in visad.data.dods that return DataImpl
 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 StringAttributeAdapter.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 ContainerAttributeAdapter.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 VariableAdapter.data(dods.dap.DFloat64 var, boolean copy)
          Throws a VisADException.
 DataImpl Float64VariableAdapter.data(dods.dap.DFloat64 var, boolean copy)
          Returns the VisAD DataImpl corresponding to a DODS DFloat64.
 DataImpl VariableAdapter.data(dods.dap.DGrid 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.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 VariableAdapter.data(dods.dap.DInt32 var, boolean copy)
          Throws a VisADException.
 DataImpl Int32VariableAdapter.data(dods.dap.DInt32 var, boolean copy)
          Returns the VisAD DataImpl corresponding to a DODS DInt32.
 DataImpl VariableAdapter.data(dods.dap.DList 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.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 VariableAdapter.data(dods.dap.DStructure var, boolean copy)
          Throws a VisADException.
 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.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(String name, dods.dap.Attribute attribute, boolean copy)
          Returns the VisAD data object corresponding to a DODS attribute.
 DataImpl DODSForm.open(String id)
          Opens an existing DODS dataset.
 DataImpl DODSForm.open(URL url)
          Opens an existing data object.
protected  DataImpl DODSSource.readAttribute(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.
 

Uses of DataImpl in visad.data.fits
 

Methods in visad.data.fits that return DataImpl
 DataImpl FitsForm.open(String path)
           
 DataImpl FitsForm.open(URL url)
           
 

Uses of DataImpl in visad.data.gif
 

Methods in visad.data.gif that return DataImpl
 DataImpl GIFForm.open(String path)
           
 DataImpl GIFForm.open(URL url)
           
 

Uses of DataImpl in visad.data.gis
 

Methods in visad.data.gis that return DataImpl
 DataImpl UsgsDemForm.open(String id)
          Open the file specified by the string
 DataImpl DemFamily.open(String id)
          Open a local data object using the first appropriate map form.
 DataImpl ArcAsciiGridForm.open(String id)
          Open the file specified by the string
 DataImpl UsgsDemForm.open(URL url)
          Open the file specified by the URL
 DataImpl DemFamily.open(URL url)
          Open a remote data object using the first appropriate map form.
 DataImpl ArcAsciiGridForm.open(URL url)
          Open the file specified by the URL
 

Uses of DataImpl in visad.data.hdf5
 

Methods in visad.data.hdf5 that return DataImpl
 DataImpl HDF5GroupAdapted.getAdaptedData()
           
 DataImpl HDF5DatasetAdapted.getAdaptedData()
           
 DataImpl HDF5DataAdaptable.getAdaptedData()
           
 DataImpl HDF5GroupAdapted.getAdaptedData(int[] indexes)
           
 DataImpl HDF5DatasetAdapted.getAdaptedData(int[] indexes)
           
 DataImpl HDF5DataAdaptable.getAdaptedData(int[] indexes)
           
 DataImpl HDF5Form.getFileData(HDF5FileAdapted file)
           
 DataImpl HDF5Form.getVisADDataObject(HDF5DataAdaptable h_data)
           
 DataImpl HDF5Form.open(String file_path)
           
 DataImpl HDF5Form.open(URL url)
           
 

Uses of DataImpl in visad.data.hdfeos
 

Methods in visad.data.hdfeos that return DataImpl
 DataImpl HdfeosTuple.getAdaptedData()
           
 DataImpl HdfeosFlatField.getAdaptedData()
           
 DataImpl HdfeosField.getAdaptedData()
           
 DataImpl HdfeosTuple.getAdaptedData(int[] indexes)
           
 DataImpl HdfeosFlatField.getAdaptedData(int[] indexes)
           
 DataImpl HdfeosField.getAdaptedData(int[] indexes)
           
 DataImpl HdfeosTuple.getData()
           
 DataImpl HdfeosFlatField.getData()
           
 DataImpl HdfeosField.getData()
           
 DataImpl HdfeosTuple.getData(int[] indexes)
           
 DataImpl HdfeosFlatField.getData(int[] indexes)
           
 DataImpl HdfeosField.getData(int[] indexes)
           
 DataImpl HdfeosForm.open(String file_path)
           
abstract  DataImpl Hdfeos.open(String file_path)
           
 DataImpl HdfeosForm.open(URL url)
           
 

Uses of DataImpl in visad.data.hrit
 

Methods in visad.data.hrit that return DataImpl
 DataImpl HRITForm.open(String path)
          read the HRIT file from local disk, and return the HRIT data as a DataImpl object (a FlatField).
 DataImpl HRITForm.open(URL url)
          read the HRIT file from a URL, and return the HRIT file as a DataImpl object (a FlatField).
 

Uses of DataImpl in visad.data.in
 

Methods in visad.data.in that return DataImpl
 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.
 DataImpl DataInputStream.readData()
          Returns the next VisAD data object in the input stream.
 DataImpl Consolidator.readData()
          Returns the next VisAD data object in the input stream.
 

Methods in visad.data.in with parameters of type DataImpl
 boolean OrCondition.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 MathTypeCondition.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.
 boolean AndCondition.isSatisfied(DataImpl data)
          Indicates if a VisAD data object satisfies this condition.
 

Uses of DataImpl in visad.data.jai
 

Methods in visad.data.jai that return DataImpl
 DataImpl JAIForm.open(String id)
          Opens an existing JAI image file from the given location.
 DataImpl JAIForm.open(URL url)
          Opens an existing JAI image file from the given URL.
 

Uses of DataImpl in visad.data.mcidas
 

Methods in visad.data.mcidas that return DataImpl
 DataImpl PointDataAdapter.getData()
          Get the VisAD Data object that represents the output from the request.
 DataImpl PointForm.open(String filename)
          cannot read the point file locally.
 DataImpl MapForm.open(String id)
          Open the file specified by the string
 DataImpl AreaForm.open(String path)
          read the area file from local disk, and return the Area file as a DataImpl object (a FlatField).
 DataImpl PointForm.open(URL url)
          read the point file from a URL, and return the point data as a DataImpl object (a FlatField).
 DataImpl MapForm.open(URL url)
          Open the file specified by the URL
 DataImpl AreaForm.open(URL url)
          read the area file from a URL, and return the Area file as a DataImpl object (a FlatField).
 

Uses of DataImpl in visad.data.netcdf
 

Methods in visad.data.netcdf that return DataImpl
 DataImpl NetcdfInBean.getData()
          Get the VisAD data object property.
 DataImpl InputNetcdf.getData()
          Returns the VisAD data object property.
 DataImpl Plain.open(String spec)
          Returns a VisAD data object corresponding to a netCDF dataset.
abstract  DataImpl NetCDF.open(String path)
          Open an existing file.
 DataImpl Plain.open(String spec, Strategy strategy)
          Returns a VisAD data object corresponding to a netCDF dataset and imported according to a given strategy.
 DataImpl Plain.open(URL url)
          Returns a VisAD data object corresponding to a URL.
 DataImpl Plain.openProxy(String path)
          Open an existing netCDF file and return a proxy for a VisAD data object.
 

Uses of DataImpl in visad.data.netcdf.in
 

Methods in visad.data.netcdf.in that return DataImpl
 DataImpl VirtualData.getData()
          Gets the VisAD data object corresponding to this top-level, virtual, data object.
 DataImpl NetcdfAdapter.getData()
          Gets the VisAD data object corresponding to the netCDF dataset.
 DataImpl VirtualTuple.getData(Context context)
          Gets the VisAD data object of this tuple, in context.
 DataImpl VirtualScalar.getData(Context context)
          Gets the VisAD data object corresponding to this virtual, data object.
 DataImpl VirtualFlatField.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.
abstract  DataImpl Strategy.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 FileStrategy.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 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.
 

Uses of DataImpl in visad.data.text
 

Methods in visad.data.text that return DataImpl
 DataImpl TextForm.open(String path)
           
 DataImpl TextForm.open(URL url)
           
 

Uses of DataImpl in visad.data.tiff
 

Methods in visad.data.tiff that return DataImpl
 DataImpl LegacyTiffForm.open(String id)
          Deprecated. Opens an existing TIFF file from the given filename.
 DataImpl LegacyTiffForm.open(String id, int block_number)
          Deprecated.  
 DataImpl LegacyTiffForm.open(URL url)
          Deprecated. Opens an existing TIFF file from the given URL.
 

Uses of DataImpl in visad.data.vis5d
 

Methods in visad.data.vis5d that return DataImpl
 DataImpl Vis5DTopoForm.open(InputStream in)
          Returns a VisAD data object corresponding to an input stream for a Vis5DTopography file.
 DataImpl Vis5DTopoForm.open(String id)
          Returns a VisAD data object corresponding to a Vis5D topography file.
 DataImpl Vis5DForm.open(String id)
           
 DataImpl Vis5DFamily.open(String id)
          Open a local data object using the first appropriate map form.
 DataImpl Vis5DTopoForm.open(URL url)
          Returns a VisAD data object corresponding to a URL pointing to a Vis5D topography file.
 DataImpl Vis5DForm.open(URL url)
           
 DataImpl Vis5DFamily.open(URL url)
          Open a remote data object using the first appropriate map form.
 

Uses of DataImpl in visad.data.visad
 

Methods in visad.data.visad that return DataImpl
 DataImpl BinaryReader.getData()
           
 DataImpl VisADForm.open(String id)
           
 DataImpl VisADCachingForm.open(String id)
           
 DataImpl VisADForm.open(URL url)
           
 DataImpl VisADCachingForm.open(URL url)
           
 DataImpl BinaryReader.readData()
           
 DataImpl VisADForm.readData(BinaryReader rdr)
           
 DataImpl VisADCachingForm.readData(BinaryReader rdr)
           
 DataImpl VisADForm.readSerial(InputStream inputStream)
           
 

Methods in visad.data.visad with parameters of type DataImpl
 void BinaryWriter.processUnknownData(DataImpl data, Object token)
           
 void BinarySizer.processUnknownData(DataImpl data, 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.
 

Uses of DataImpl in visad.data.visad.object
 

Methods in visad.data.visad.object that return DataImpl
static DataImpl BinaryGeneric.read(BinaryReader reader)
           
 

Methods in visad.data.visad.object with parameters of type DataImpl
static int BinaryUnknown.computeBytes(DataImpl data)
           
static int BinaryGeneric.computeBytes(DataImpl data)
           
static void BinaryUnknown.write(BinaryWriter writer, DataImpl data, Object token)
           
static void BinaryGeneric.write(BinaryWriter writer, DataImpl data, Object token)
           
 

Uses of DataImpl in visad.georef
 

Subclasses of DataImpl in visad.georef
 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
 

Uses of DataImpl in visad.gifts
 

Methods in visad.gifts that return DataImpl
 DataImpl TextForm.open(String file_path)
           
 

Uses of DataImpl in visad.jmet
 

Methods in visad.jmet that return DataImpl
 DataImpl MetGrid.getData()
          return the DataImpl (FlatField) for this grid
 

Uses of DataImpl in visad.matrix
 

Subclasses of DataImpl in visad.matrix
 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.
 

Uses of DataImpl in visad.meteorology
 

Subclasses of DataImpl in visad.meteorology
 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.
 

Uses of DataImpl in visad.python
 

Methods in visad.python that return DataImpl
static DataImpl JPythonMethods.load(String location)
          Reads in data from the given location (filename or URL).
 

Methods in visad.python with parameters of type DataImpl
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(String name, DataImpl data)
           
static void JPythonMethods.plot(String name, DataImpl data, boolean editMaps)
           
static void JPythonMethods.plot(String name, DataImpl data, boolean editMaps, double red, double green, double blue)
           
static void JPythonMethods.plot(String name, DataImpl data, boolean editMaps, double red, double green, double blue, ScalarMap[] maps)
           
static void JPythonMethods.plot(String name, DataImpl data, ScalarMap[] maps)
           
 

Uses of DataImpl in visad.sounder
 

Subclasses of DataImpl in visad.sounder
 class Sounding
          Sounding is the VisAD class for atmospheric soundings.
 class Spectrum
          Sounding is the VisAD class for atmospheric soundings.
 

Uses of DataImpl in visad.ss
 

Methods in visad.ss that return DataImpl
static DataImpl BasicSSCell.makeLocal(Data data)
          Deprecated. Use visad.DataUtility.makeLocal(data) instead.
 

Uses of DataImpl in visad.util
 

Fields in visad.util declared as DataImpl
protected  DataImpl DataConverter.data
           
 

Methods in visad.util that return DataImpl
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.
 

Methods in visad.util with parameters of type DataImpl
static DisplayImpl DataUtility.makeSimpleDisplay(DataImpl data)