| 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.fits |
Provides for importing a FITS 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.georef |
Provides classes for geo-referencing.
|
| visad.jmet | |
| visad.matrix | |
| visad.ss |
Provides a spreadsheet user interface for VisAD that can import data from
any form VisAD supports and compute new data objects using formulas by
utilizing the visad.formula package.
|
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleStringTuple
This provides a LoCal Tuple that can hold numeric and string values without
taking the hit that having slots and lots of Real and Text objects around.
|
class |
DoubleTuple
This provides a LoCal RealTuple that can hold numeric values without
taking the hit that having lots and lots of Real objects around.
|
class |
RealTuple
RealTuple is the VisAD data class for vectors in R^n for n>0.
|
| Modifier and Type | Method and Description |
|---|---|
static Tuple |
Tuple.makeTuple(Data[] datums)
Create a Tuple from an array of Data objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Tuple |
TCData.makeDisturbance(java.lang.String country,
java.lang.String state,
int year,
int number,
java.lang.String historical_name,
double open_date,
double close_date,
int archive_mode,
int realtime_mode,
FieldImpl tracks) |
static Tuple |
TCData.makeTrack(java.lang.String track_type,
java.lang.String track_name,
double base_date_time,
double create_date_time,
java.lang.String display_type,
FlatField locations) |
| Modifier and Type | Method and Description |
|---|---|
void |
TCData.addDisturbance(int disturbanceID,
Tuple disturbance) |
void |
TCData.addTrack(int disturbanceID,
int trackID,
Tuple track) |
static FieldImpl |
TCData.makeTrackField(int trackID,
Tuple track) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyDataProcessor.processTuple(TupleType type,
Data[] components,
Tuple t,
java.lang.Object token) |
void |
DataProcessor.processTuple(TupleType type,
Data[] components,
Tuple t,
java.lang.Object token) |
abstract void |
BaseDataProcessor.processTuple(TupleType type,
Data[] components,
Tuple t,
java.lang.Object token) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FitsTourGuide.show(Tuple tuple,
Tourist tourist,
int depth) |
abstract boolean |
TourGuide.show(Tuple tuple,
Tourist tourist,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VisADAdapter.visit(Tuple tuple,
visad.data.netcdf.out.VisADAccessor outerAccessor)
Visit a VisAD Tuple object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.processTuple(TupleType type,
Data[] components,
Tuple t,
java.lang.Object token) |
void |
BinarySizer.processTuple(TupleType type,
Data[] components,
Tuple t,
java.lang.Object token) |
| Modifier and Type | Method and Description |
|---|---|
static Tuple |
BinaryTuple.read(BinaryReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BinaryTuple.write(BinaryWriter writer,
TupleType type,
Data[] components,
Tuple t,
java.lang.Object token) |
| Modifier and Type | Class and Description |
|---|---|
class |
EarthLocationLite
This provides a LoCal EarthLocation that is much faster to create than the
EarthLocationTuple.
|
class |
EarthLocationTuple
RealTuple implementation of EarthLocation for representing a
location on the earth's surface in terms of latitude, longitude
and altitude above sea level.
|
class |
LatLonTuple
RealTuple implementation of LatLonPoint for defining lat/lon points
|
class |
NamedLocationTuple
Tuple implementation of NamedLocation for representing a
location on the earth's surface in terms of latitude, longitude
and altitude above sea level and some sort of identifier.
|
class |
UTMCoordinate
RealTuple implementation of a Universal Transverse Mercator
(UTM) coordinate
|
| Modifier and Type | Method and Description |
|---|---|
Tuple[] |
NetcdfGrids.getGrids(java.lang.String name,
RealType values,
double[][] range)
fetch the grids for one parameter
|
Tuple[][] |
NetcdfGrids.getGridsWithTime(java.lang.String name,
RealType values,
double[][] range)
fetches grids are returns a Tuple [level][record] of FlatFields
this was implemented to test the offset between mapping to
animator or just doing one at a time...
|
| Modifier and Type | Class and Description |
|---|---|
class |
JamaCholeskyDecomposition
JamaCholeskyDecomposition is a VisAD wrapper for JAMA CholeskyDecompositions.
|
class |
JamaEigenvalueDecomposition
JamaEigenvalueDecomposition is a VisAD wrapper for JAMA
EigenvalueDecompositions.
|
class |
JamaLUDecomposition
JamaLUDecomposition is a VisAD wrapper for JAMA LUDecompositions.
|
class |
JamaQRDecomposition
JamaQRDecomposition is a VisAD wrapper for JAMA QRDecompositions.
|
class |
JamaSingularValueDecomposition
JamaSingularValueDecomposition is a VisAD wrapper for JAMA
SingularValueDecompositions.
|
| Modifier and Type | Method and Description |
|---|---|
static Tuple |
BasicSSCell.stringsToTuple(java.lang.String[] s)
Deprecated.
Use visad.DataUtility.stringsToTuple(String[]) instead.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
BasicSSCell.tupleToStrings(Tuple t)
Deprecated.
Use visad.DataUtility.tupleToStrings(Tuple) instead.
|
| Modifier and Type | Method and Description |
|---|---|
static Tuple |
DataUtility.stringsToTuple(java.lang.String[] s)
Converts an array of strings into a VisAD Tuple.
|
static Tuple |
DataUtility.stringsToTuple(java.lang.String[] s,
boolean printStackTraces)
Converts an array of strings into a VisAD Tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
DataUtility.tupleToStrings(Tuple t)
Converts a VisAD tuple into an array of strings.
|
static java.lang.String[] |
DataUtility.tupleToStrings(Tuple t,
boolean printStackTraces)
Converts a VisAD tuple into an array of strings.
|