|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SampledSet | |
---|---|
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 |
Uses of SampledSet in visad |
---|
Subclasses of SampledSet in visad | |
---|---|
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 |
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. |
Methods in visad that return SampledSet | |
---|---|
SampledSet[] |
UnionSet.getSets()
Returns the SampledSet s that constitute this instance. |
SampledSet[] |
ProductSet.getSets()
Returns the SampledSet s 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)
|
Methods in visad with parameters of type SampledSet | |
---|---|
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)
|
Constructors in visad with parameters of type SampledSet | |
---|---|
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 |
Uses of SampledSet in visad.data |
---|
Methods in visad.data with parameters of type SampledSet | |
---|---|
void |
EmptyDataProcessor.processProductSet(SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
Object token)
|
void |
DataProcessor.processProductSet(SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
Object token)
|
abstract void |
BaseDataProcessor.processProductSet(SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
Object token)
|
void |
EmptyDataProcessor.processSampledSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SampledSet set,
Object token)
|
void |
DataProcessor.processSampledSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SampledSet set,
Object token)
|
abstract void |
BaseDataProcessor.processSampledSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SampledSet set,
Object token)
|
void |
EmptyDataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
void |
DataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
abstract void |
BaseDataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
Uses of SampledSet in visad.data.dods |
---|
Constructors in visad.data.dods with parameters of type SampledSet | |
---|---|
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. |
Uses of SampledSet in visad.data.netcdf.in |
---|
Methods in visad.data.netcdf.in that return SampledSet | |
---|---|
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). |
Methods in visad.data.netcdf.in with parameters of type SampledSet | |
---|---|
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. |
Constructors in visad.data.netcdf.in with parameters of type SampledSet | |
---|---|
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. |
Uses of SampledSet in visad.data.netcdf.out |
---|
Methods in visad.data.netcdf.out with parameters of type SampledSet | |
---|---|
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. |
Uses of SampledSet in visad.data.visad |
---|
Methods in visad.data.visad with parameters of type SampledSet | |
---|---|
void |
BinaryWriter.processProductSet(SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
Object token)
|
void |
BinarySizer.processProductSet(SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
Object token)
|
void |
BinaryWriter.processSampledSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SampledSet set,
Object token)
|
void |
BinarySizer.processSampledSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SampledSet set,
Object token)
|
void |
BinaryWriter.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
void |
BinarySizer.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
Uses of SampledSet in visad.data.visad.object |
---|
Methods in visad.data.visad.object that return SampledSet | |
---|---|
static SampledSet[] |
BinarySampledSet.readList(BinaryReader reader)
|
Methods in visad.data.visad.object with parameters of type SampledSet | |
---|---|
static int |
BinaryUnionSet.computeBytes(SampledSet[] sets)
|
static int |
BinarySampledSet.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,
Object token)
|
static void |
BinaryUnionSet.write(BinaryWriter writer,
SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
static void |
BinaryProductSet.writeDependentData(BinaryWriter writer,
SetType type,
SampledSet[] sets,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
ProductSet set,
Object token)
|
static void |
BinaryUnionSet.writeDependentData(BinaryWriter writer,
SetType type,
SampledSet[] sets,
UnionSet set,
Object token)
|
static void |
BinarySampledSet.writeList(BinaryWriter writer,
SampledSet[] sets,
Object token)
|
Uses of SampledSet in visad.python |
---|
Methods in visad.python with parameters of type SampledSet | |
---|---|
static boolean |
JPythonMethods.isLatLonOrder(SampledSet spatialSet)
Check to see if this is a navigated domain (can be converted to lat/lon) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |