| 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.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 |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Gridded2DSet |
FrontDrawer.getCurve() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Gridded2DSet |
LongitudeLatitudeInterpCS.getLonLatSet() |
| Constructor and Description |
|---|
LongitudeLatitudeInterpCS(Linear2DSet domainSet,
Gridded2DSet lonlatSet) |
LongitudeLatitudeInterpCS(Linear2DSet domainSet,
Gridded2DSet lonlatSet,
boolean neg180pos180) |
| Constructor and Description |
|---|
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.
|