Uses of Class
visad.Gridded2DSet

Packages that use Gridded2DSet
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.bom   
visad.data Provides for importing data to and exporting data from VisAD. 
visad.data.gis   
visad.data.visad Provides for importing and exporting serialized Java object files into and out of VisAD. 
visad.georef Provides classes for geo-referencing. 
visad.matrix   
 

Uses of Gridded2DSet in visad
 

Subclasses of Gridded2DSet in visad
 class Gridded2DDoubleSet
          Gridded2DDoubleSet is a Gridded2DSet with double-precision samples.
 class Integer2DSet
          Integer2DSet represents a finite set of samples of R^2 at an integer lattice based at the origin.
 class Linear2DSet
          Linear2DSet represents a finite set of samples of R^2 in a cross product of two arithmetic progressions.
 class LinearLatLonSet
          LinearLatLonSet represents a finite set of samples of (Latitude, Longitude) in a cross product of two arithmetic progressions.
 

Methods in visad with parameters of type Gridded2DSet
static boolean DelaunayCustom.checkSelfIntersection(Gridded2DSet set)
          determine if a closed path self-intersects
static float DelaunayCustom.computeArea(Gridded2DSet set)
          compute the area inside a set of closed paths
static Irregular2DSet DelaunayCustom.fill(Gridded2DSet set)
          check that set describes the boundary of a simply connected plane region; return a decomposition of that region into triangles whose vertices are all boundary points from samples, as an Irregular2DSet
static Irregular2DSet DelaunayCustom.fillCheck(Gridded2DSet set, boolean check)
          check that set describes the boundary of a simply connected plane region; return a decomposition of that region into triangles whose vertices are all boundary points from samples, as an Irregular2DSet
static int Stream2D.stream(float[] ugrid, float[] vgrid, int nr, int nc, float density, float stepFactor, float arrowScale, float[][][] vr, float[][][] vc, int[][] numv, int[] numl, Gridded2DSet spatial_set, float packingFactor, float cntrWeight, int n_pass, float reduction)
           
 

Uses of Gridded2DSet in visad.bom
 

Methods in visad.bom that return Gridded2DSet
 Gridded2DSet FrontDrawer.getCurve()
           
 

Uses of Gridded2DSet in visad.data
 

Methods in visad.data with parameters of type Gridded2DSet
 void EmptyDataProcessor.processGridded2DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded2DSet set, Object token)
           
 void DataProcessor.processGridded2DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded2DSet set, Object token)
           
abstract  void BaseDataProcessor.processGridded2DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded2DSet set, Object token)
           
 

Uses of Gridded2DSet in visad.data.gis
 

Methods in visad.data.gis that return Gridded2DSet
 Gridded2DSet UsgsDemAdapter.getDomain()
          Get the domain set for this DEM
 Gridded2DSet ArcAsciiGridAdapter.getSpatialSet()
          Get the domain set for this DEM as a Longitude, Latitude set
 Gridded2DSet ArcAsciiGridAdapter.getSpatialSet(RealTupleType spatialType)
          Get the spatial domain set for this ASCIIGRID with the specified type.
 

Uses of Gridded2DSet in visad.data.visad
 

Methods in visad.data.visad with parameters of type Gridded2DSet
 void BinaryWriter.processGridded2DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded2DSet set, Object token)
           
 void BinarySizer.processGridded2DSet(SetType type, float[][] samples, int[] lengths, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, Gridded2DSet set, Object token)
           
 

Uses of Gridded2DSet in visad.georef
 

Methods in visad.georef that return Gridded2DSet
 Gridded2DSet LongitudeLatitudeInterpCS.getLonLatSet()
           
 

Constructors in visad.georef with parameters of type Gridded2DSet
LongitudeLatitudeInterpCS(Linear2DSet domainSet, Gridded2DSet lonlatSet)
           
LongitudeLatitudeInterpCS(Linear2DSet domainSet, Gridded2DSet lonlatSet, boolean neg180pos180)
           
 

Uses of Gridded2DSet in visad.matrix
 

Constructors in visad.matrix with parameters of type Gridded2DSet
JamaMatrix(Object matrix, FunctionType type, Gridded2DSet domain_set)
          Construct a new JamaMatrix from the given JAMA Matrix, MathType and domain set.
JamaMatrix(Object matrix, FunctionType type, Gridded2DSet domain_set, CoordinateSystem range_coord_sys, CoordinateSystem[] range_coord_syses, Set[] range_sets, Unit[] units)
          Construct a new JamaMatrix from the specified JAMA Matrix, MathType, domain set, coordinate systems, range sets and units.