| 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.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.in |
Provides for importing a netCDF dataset into VisAD.
|
| visad.data.netcdf.out |
Provides for exporting a VisAD data object to a netCDF dataset.
|
| visad.data.visad |
Provides for importing and exporting serialized Java object files
into and out of VisAD.
|
| visad.data.visad.object | |
| visad.python |
| Modifier and Type | Class and Description |
|---|---|
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 |
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 |
ProductSet
ProductSet is the cross-product of an array of SampledSets.
|
class |
SingletonSet
SingletonSet is the class for Set-s containing one member.
|
class |
UnionSet
UnionSet is the union of an array of SampledSets.
|
class |
XTrackScanLatLonSet |
| Modifier and Type | Method and Description |
|---|---|
SampledSet[] |
UnionSet.getSets()
Returns the
SampledSets that constitute this instance. |
SampledSet[] |
ProductSet.getSets()
Returns the
SampledSets that constitute this instance. |
SampledSet |
UnionSet.inverseProduct(SampledSet set)
Create a UnionSet that is the inverse cross product of this UnionSet and
the input SampledSet.
|
SampledSet |
ProductSet.inverseProduct(SampledSet set) |
SampledSet |
UnionSet.product()
Return a SampledSet that is a UnionSet of ProductSets of
GriddedSets and IrregularSets
|
SampledSet |
ProductSet.product() |
SampledSet |
UnionSet.product(SampledSet set)
Create a UnionSet that is the cross product of this UnionSet and
the input SampledSet.
|
SampledSet |
ProductSet.product(SampledSet set) |
| Modifier and Type | Method and Description |
|---|---|
SampledSet |
UnionSet.inverseProduct(SampledSet set)
Create a UnionSet that is the inverse cross product of this UnionSet and
the input SampledSet.
|
SampledSet |
ProductSet.inverseProduct(SampledSet set) |
SampledSet |
UnionSet.product(SampledSet set)
Create a UnionSet that is the cross product of this UnionSet and
the input SampledSet.
|
SampledSet |
ProductSet.product(SampledSet set) |
| Constructor and Description |
|---|
ProductSet(MathType type,
SampledSet[] sets)
create the product of the sets array, with null errors,
CoordinateSystem and Units are defaults from type
|
ProductSet(MathType type,
SampledSet[] sets,
CoordinateSystem coord_sys,
Unit[] units,
ErrorEstimate[] errors)
create the product of the sets array; coordinate_system
and units must be compatible with defaults for type,
or may be null; errors may be null
|
ProductSet(SampledSet[] sets)
construct a ProductSet with an array of SampledSets
|
UnionSet(MathType type,
SampledSet[] sets)
Construct a UnionSet with an array of SampledSets with null errors.
|
UnionSet(MathType type,
SampledSet[] sets,
CoordinateSystem coord_sys,
Unit[] units,
ErrorEstimate[] errors,
boolean copy) |
UnionSet(SampledSet[] sets)
Construct a UnionSet with an array of SampledSets
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyDataProcessor.processProductSet(SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
java.lang.Object token) |
void |
DataProcessor.processProductSet(SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
java.lang.Object token) |
abstract void |
BaseDataProcessor.processProductSet(SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
java.lang.Object token) |
void |
EmptyDataProcessor.processSampledSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SampledSet set,
java.lang.Object token) |
void |
DataProcessor.processSampledSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SampledSet set,
java.lang.Object token) |
abstract void |
BaseDataProcessor.processSampledSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SampledSet set,
java.lang.Object token) |
void |
EmptyDataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
java.lang.Object token) |
void |
DataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
java.lang.Object token) |
abstract void |
BaseDataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
java.lang.Object token) |
| Constructor and Description |
|---|
GridVariableAdapter.GridAccessor(SampledSet domain,
dods.dap.DArray array)
Constructs from a domain and a DODS
DArray. |
SequenceVariableAdapter.SequenceAccessor(SampledSet domain,
dods.dap.DSequence sequence)
Constructs from a domain and a DODS
DSequence. |
VectorAccessor(FunctionType funcType,
VectorAdapter vectorAdapter,
SampledSet domain,
dods.dap.PrimitiveVector vector)
Constructs from a function-type, a vector adapter, a domain and a DODS
primitive vector.
|
| Modifier and Type | Method and Description |
|---|---|
SampledSet |
VirtualField.getDomainSet()
Gets the domain sampling set of this virtual field.
|
protected SampledSet |
DefaultView.getDomainSet(ucar.netcdf.Dimension[] dims)
Returns the VisAD domain set corresponding to an array of netCDF
dimension in netCDF order (outermost dimension first).
|
| Modifier and Type | Method and Description |
|---|---|
static VirtualField |
VirtualField.newVirtualField(FunctionType funcType,
SampledSet domainSet,
VirtualTuple rangeTuple)
Factory method for creating a new instance.
|
static VirtualField |
VirtualField.newVirtualField(SampledSet domainSet,
VirtualTuple rangeTuple)
Factory method for creating a new instance.
|
| Constructor and Description |
|---|
VirtualField(FunctionType funcType,
SampledSet domainSet,
VirtualTuple rangeTuple)
Constructs from a function type, domain set, and range tuple.
|
VirtualFlatField(FunctionType functionType,
SampledSet domainSet,
VirtualTuple rangeTuple)
Constructs from a function type, domain set, and range tuple.
|
| Modifier and Type | Method and Description |
|---|---|
protected ucar.netcdf.Dimension |
VisADAdapter.define1DDim(SampledSet set)
Define the netCDF dimension of a 1-D SampledSet.
|
protected ucar.netcdf.Dimension |
VisADAdapter.defineNDDim(SampledSet set)
Define the netCDF dimension of a multi-dimensional SampledSet.
|
protected ucar.netcdf.Dimension |
VisADAdapter.defineSampledSetDim(SampledSet set)
Define the netCDF dimensions and variables of a VisAD SampledSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.processProductSet(SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
java.lang.Object token) |
void |
BinarySizer.processProductSet(SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
java.lang.Object token) |
void |
BinaryWriter.processSampledSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SampledSet set,
java.lang.Object token) |
void |
BinarySizer.processSampledSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SampledSet set,
java.lang.Object token) |
void |
BinaryWriter.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
java.lang.Object token) |
void |
BinarySizer.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
java.lang.Object token) |
| Modifier and Type | Method and Description |
|---|---|
static SampledSet[] |
BinarySampledSet.readList(BinaryReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static int |
BinarySampledSet.computeBytes(SampledSet[] sets) |
static int |
BinaryUnionSet.computeBytes(SampledSet[] sets) |
static int |
BinaryProductSet.computeBytes(SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors) |
static void |
BinaryProductSet.write(BinaryWriter writer,
SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
java.lang.Object token) |
static void |
BinaryUnionSet.write(BinaryWriter writer,
SetType type,
SampledSet[] sets,
UnionSet set,
java.lang.Object token) |
static void |
BinaryProductSet.writeDependentData(BinaryWriter writer,
SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
java.lang.Object token) |
static void |
BinaryUnionSet.writeDependentData(BinaryWriter writer,
SetType type,
SampledSet[] sets,
UnionSet set,
java.lang.Object token) |
static void |
BinarySampledSet.writeList(BinaryWriter writer,
SampledSet[] sets,
java.lang.Object token) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
JPythonMethods.isLatLonOrder(SampledSet spatialSet)
Check to see if this is a navigated domain (can be converted to
lat/lon)
|