|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Gridded1DSet | |
|---|---|
| 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.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. |
| Uses of Gridded1DSet in visad |
|---|
| Subclasses of Gridded1DSet in visad | |
|---|---|
class |
Gridded1DDoubleSet
Gridded1DDoubleSet is a Gridded1DSet with double-precision samples. |
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 |
Linear1DSet
Linear1DSet represents a finite set of samples of R in an arithmetic progression. |
| Methods in visad that return Gridded1DSet | |
|---|---|
static Gridded1DSet |
Gridded1DSet.create(MathType type,
float[] samples,
CoordinateSystem coordSys,
Unit unit,
ErrorEstimate error)
Returns an instance of this class. |
| Methods in visad with parameters of type Gridded1DSet | |
|---|---|
static DateTime[] |
DateTime.timeSetToArray(Gridded1DSet timeSet)
Create an array of DateTimes from a Gridded1DSet of times. |
| Uses of Gridded1DSet in visad.data |
|---|
| Methods in visad.data with parameters of type Gridded1DSet | |
|---|---|
void |
EmptyDataProcessor.processGridded1DSet(SetType type,
float[][] samples,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Gridded1DSet set,
Object token)
|
void |
DataProcessor.processGridded1DSet(SetType type,
float[][] samples,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Gridded1DSet set,
Object token)
|
abstract void |
BaseDataProcessor.processGridded1DSet(SetType type,
float[][] samples,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Gridded1DSet set,
Object token)
|
| Uses of Gridded1DSet in visad.data.netcdf.in |
|---|
| Methods in visad.data.netcdf.in that return Gridded1DSet | |
|---|---|
protected Gridded1DSet |
View.getDomainSet(ucar.netcdf.Dimension dim)
Returns the VisAD Gridded1DSet corresponding to a netCDF
dimension. |
| Uses of Gridded1DSet in visad.data.visad |
|---|
| Methods in visad.data.visad with parameters of type Gridded1DSet | |
|---|---|
void |
BinaryWriter.processGridded1DSet(SetType type,
float[][] samples,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Gridded1DSet set,
Object token)
|
void |
BinarySizer.processGridded1DSet(SetType type,
float[][] samples,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Gridded1DSet set,
Object token)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||