|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThingImpl | |
---|---|
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.formula | Provides an interface for automatically evaluating formulas based on user-defined operators and functions. |
visad.georef | Provides classes for geo-referencing. |
visad.matrix | |
visad.meteorology | Provides classes that are useful in the field of meteorology. |
visad.sounder |
Uses of ThingImpl in visad |
---|
Subclasses of ThingImpl in visad | |
---|---|
class |
DataImpl
DataImpl is the superclass for VisAD's data hierarchy, inheriting the Data interface. |
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. |
Constructors in visad with parameters of type ThingImpl | |
---|---|
RemoteThingImpl(ThingImpl thing)
|
Uses of ThingImpl in visad.cluster |
---|
Subclasses of ThingImpl in visad.cluster | |
---|---|
class |
UserDummyDataImpl
RemoteClientData is the class for cluster client VisAD data objects. |
Uses of ThingImpl in visad.data |
---|
Subclasses of ThingImpl 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
|
Uses of ThingImpl in visad.formula |
---|
Subclasses of ThingImpl in visad.formula | |
---|---|
class |
VMethod
Thing wrapper for java.lang.reflect.Method. |
class |
VRealType
Thing wrapper for visad.RealType. |
Uses of ThingImpl in visad.georef |
---|
Subclasses of ThingImpl 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 ThingImpl in visad.matrix |
---|
Subclasses of ThingImpl 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 ThingImpl in visad.meteorology |
---|
Subclasses of ThingImpl 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 ThingImpl in visad.sounder |
---|
Subclasses of ThingImpl in visad.sounder | |
---|---|
class |
Sounding
Sounding is the VisAD class for atmospheric soundings. |
class |
Spectrum
Sounding is the VisAD class for atmospheric soundings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |