|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleSet | |
---|---|
visad | The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. |
visad.data | Provides for importing data to and exporting data from VisAD. |
visad.data.dods | Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. |
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.visad | Provides for importing and exporting serialized Java object files into and out of VisAD. |
visad.data.visad.object |
Uses of SimpleSet in visad |
---|
Subclasses of SimpleSet in visad | |
---|---|
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 |
FloatSet
FloatSet represents the finite (but large) set of samples of R^dimension made by vectors of IEEE single precision floating point numbers. |
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 |
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 |
SampledSet
SampledSet is the abstract superclass of GriddedSets, PolyCells and MultiCells. |
class |
SingletonSet
SingletonSet is the class for Set-s containing one member. |
class |
UnionSet
UnionSet is the union of an array of SampledSets. |
Methods in visad with parameters of type SimpleSet | |
---|---|
void |
ShapeControl.setShapeSet(SimpleSet set)
Sets the SimpleSet that defines the mapping from RealType values to indices into an array of shapes. |
Uses of SimpleSet in visad.data |
---|
Methods in visad.data with parameters of type SimpleSet | |
---|---|
void |
EmptyDataProcessor.processSimpleSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SimpleSet set,
Object token)
|
void |
DataProcessor.processSimpleSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SimpleSet set,
Object token)
|
abstract void |
BaseDataProcessor.processSimpleSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SimpleSet set,
Object token)
|
Uses of SimpleSet in visad.data.dods |
---|
Methods in visad.data.dods that return SimpleSet | |
---|---|
abstract SimpleSet |
Valuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated with this instance in the range of a VisAD FlatField . |
SimpleSet |
IntValuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated with this instance in the range of a VisAD FlatField . |
SimpleSet |
Float64Valuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated with this instance in the range of a VisAD FlatField . |
SimpleSet |
Float32Valuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated with this instance in the range of a VisAD FlatField . |
SimpleSet[] |
VectorAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instance's data values in the range of a VisAD FlatField . |
SimpleSet[] |
VariableAdapter.getRepresentationalSets(boolean copy)
Returns the default VisAD Set s that will be used to represent
this instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
UInt32VariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
UInt16VariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
StructureVariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
SequenceVariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
ListVariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
Int32VariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
Int16VariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
GridVariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent
this instances data values in the range of a VisAD FileFlatField . |
SimpleSet[] |
Float64VariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
Float32VariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
ByteVariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
BooleanVariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent this
instances data values in the range of a VisAD FlatField . |
SimpleSet[] |
ArrayVariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD Set s that will be used to represent the data
values in the range of a VisAD FlatField . |
Uses of SimpleSet in visad.data.netcdf |
---|
Methods in visad.data.netcdf with parameters of type SimpleSet | |
---|---|
static Quantity |
Quantity.getQuantity(String name,
String unitSpec,
SimpleSet set)
create a new Quantity, or return it if it already exists |
Constructors in visad.data.netcdf with parameters of type SimpleSet | |
---|---|
Quantity(String name,
String unitSpec,
SimpleSet set)
Constructs from a name, a unit specification, and a sample set. |
Uses of SimpleSet in visad.data.netcdf.in |
---|
Methods in visad.data.netcdf.in that return SimpleSet | |
---|---|
SimpleSet |
VirtualScalar.getRangeSet()
Gets the range set of this scalar. |
SimpleSet |
VirtualReal.getRangeSet()
Gets the range set of this scalar. |
protected SimpleSet |
View.getRangeSet(ucar.netcdf.Variable var)
Gets the representational set for the values of a netCDF variable. |
Constructors in visad.data.netcdf.in with parameters of type SimpleSet | |
---|---|
VirtualReal(RealType type,
ucar.netcdf.Variable var,
SimpleSet rangeSet,
Unit unit,
visad.data.netcdf.in.Vetter vetter)
Constructs from a scalar type, a 1-D netCDF variable, a range set, a unit, and a value vetter. |
|
VirtualScalar(ScalarType type,
ucar.netcdf.Variable var,
SimpleSet rangeSet,
Unit unit,
visad.data.netcdf.in.Vetter vetter)
Constructs from a scalar type, a 1-D netCDF variable, a range set, a unit, and a value vetter. |
Uses of SimpleSet in visad.data.visad |
---|
Methods in visad.data.visad with parameters of type SimpleSet | |
---|---|
void |
BinaryWriter.processSimpleSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SimpleSet set,
Object token)
|
void |
BinarySizer.processSimpleSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SimpleSet set,
Object token)
|
Uses of SimpleSet in visad.data.visad.object |
---|
Methods in visad.data.visad.object that return SimpleSet | |
---|---|
static SimpleSet |
BinarySimpleSet.read(BinaryReader reader,
byte dataType)
|
Methods in visad.data.visad.object with parameters of type SimpleSet | |
---|---|
static void |
BinarySimpleSet.write(BinaryWriter writer,
SetType type,
CoordinateSystem cs,
Unit[] units,
SimpleSet set,
Class canonicalClass,
byte dataType,
Object token)
|
static void |
BinarySimpleSet.writeDependentData(BinaryWriter writer,
SetType type,
CoordinateSystem cs,
Unit[] units,
SimpleSet set,
Class canonicalClass,
Object token)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |