Uses of Interface
visad.SampledSetIface

Packages that use SampledSetIface
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
 

Uses of SampledSetIface in visad
 

Subinterfaces of SampledSetIface in visad
 interface Gridded1DSetIface
          Gridded1DSetIface is the interface to a finite set of samples of R.
 interface GriddedDoubleSet
          GriddedDoubleSet is an interface for GriddedSets that have double-precision samples rather than single-precision samples.
 interface GriddedSetIface
          GriddedSetIface is the interface to a finite set of samples of R^n.
 

Classes in visad that implement SampledSetIface
 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 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.