| 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.cluster | |
| visad.data |
Provides for importing data to and exporting data from VisAD.
|
| visad.data.amanda | |
| 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.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 |
DoubleTuple
This provides a LoCal RealTuple that can hold numeric values without
taking the hit that having lots and lots of Real objects around.
|
| Modifier and Type | Method and Description |
|---|---|
RealTuple |
SingletonSet.getData()
Get the RealTuple that this SingletonSet was initialized with.
|
RealTuple |
RealVectorType.transformVectors(RealTupleType out,
CoordinateSystem coord_out,
Unit[] units_out,
ErrorEstimate[] loc_errors_out,
RealTupleType in,
CoordinateSystem coord_in,
Unit[] units_in,
CoordinateSystem coord_vector,
double[][] inloc,
double[][] outloc,
RealTuple tuple)
transform a single vector in a RealTuple, based on a coordinate
transform of the field domain.
|
RealTuple |
RealVectorType.transformVectors(RealTupleType out,
CoordinateSystem coord_out,
Unit[] units_out,
ErrorEstimate[] loc_errors_out,
RealTupleType in,
CoordinateSystem coord_in,
Unit[] units_in,
CoordinateSystem coord_vector,
float[][] inloc,
float[][] outloc,
RealTuple tuple) |
| Modifier and Type | Method and Description |
|---|---|
Data |
FunctionImpl.__getitem__(RealTuple domain)
A wrapper around
evaluate for JPython. |
Data |
RemoteFunctionImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
abstract Data |
FunctionImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
Function.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode)
return the tuple of derivatives of this Function with respect
to the RealTypes in d_partial_s; the RealTypes in d_partial_s
may occur in this Function's domain RealTupleType, or, if the
domain has a CoordinateSystem, in its Reference RealTupleType;
set result MathTypes of tuple components to derivType_s;
propogate errors according to error_mode
|
Data |
FlatField.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
FieldImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
RemoteFunctionImpl.evaluate(RealTuple domain) |
Data |
FunctionImpl.evaluate(RealTuple domain)
Evaluate this Function at domain; use default modes for resampling
(Data.WEIGHTED_AVERAGE) and errors (Data.NO_ERRORS)
|
Data |
Function.evaluate(RealTuple domain)
Evaluate this Function at domain; use default modes for resampling
(Data.WEIGHTED_AVERAGE) and errors (Data.NO_ERRORS)
|
Data |
RemoteFunctionImpl.evaluate(RealTuple domain,
int sampling_mode,
int error_mode) |
Data |
FunctionImpl.evaluate(RealTuple domain,
int sampling_mode,
int error_mode)
Evaluate this Function with non-default modes for resampling and errors
|
Data |
Function.evaluate(RealTuple domain,
int sampling_mode,
int error_mode)
Evaluate this Function with non-default modes for resampling and errors
|
void |
RemoteFieldImpl.setSample(RealTuple domain,
Data range) |
void |
FieldImpl.setSample(RealTuple domain,
Data range) |
void |
Field.setSample(RealTuple domain,
Data range)
set the range value at the sample nearest to domain
|
void |
RemoteFieldImpl.setSample(RealTuple domain,
Data range,
boolean copy) |
void |
FieldImpl.setSample(RealTuple domain,
Data range,
boolean copy)
set the range value at the sample nearest to domain
|
void |
Field.setSample(RealTuple domain,
Data range,
boolean copy)
set the range value at the sample nearest to domain
|
RealTuple |
RealVectorType.transformVectors(RealTupleType out,
CoordinateSystem coord_out,
Unit[] units_out,
ErrorEstimate[] loc_errors_out,
RealTupleType in,
CoordinateSystem coord_in,
Unit[] units_in,
CoordinateSystem coord_vector,
double[][] inloc,
double[][] outloc,
RealTuple tuple)
transform a single vector in a RealTuple, based on a coordinate
transform of the field domain.
|
RealTuple |
RealVectorType.transformVectors(RealTupleType out,
CoordinateSystem coord_out,
Unit[] units_out,
ErrorEstimate[] loc_errors_out,
RealTupleType in,
CoordinateSystem coord_in,
Unit[] units_in,
CoordinateSystem coord_vector,
float[][] inloc,
float[][] outloc,
RealTuple tuple) |
| Constructor and Description |
|---|
SingletonSet(RealTuple d)
Construct a SingletonSet with the single sample given by a RealTuple
|
SingletonSet(RealTuple d,
CoordinateSystem coord_sys,
Unit[] units,
ErrorEstimate[] errors)
Construct a SingletonSet with the single sample given by a RealTuple,
and a non-default CoordinateSystem, Units and ErrorEstimates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TCData.addLocation(int disturbanceID,
int trackID,
double time,
RealTuple location) |
| Modifier and Type | Method and Description |
|---|---|
Data |
RemoteNodePartitionedFieldImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
RemoteNodeFieldImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
RemoteClientPartitionedFieldImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
RemoteClientFieldImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
RemoteNodePartitionedFieldImpl.evaluate(RealTuple domain) |
Data |
RemoteNodeFieldImpl.evaluate(RealTuple domain) |
Data |
RemoteClientPartitionedFieldImpl.evaluate(RealTuple domain) |
Data |
RemoteClientFieldImpl.evaluate(RealTuple domain) |
Data |
RemoteNodePartitionedFieldImpl.evaluate(RealTuple domain,
int sampling_mode,
int error_mode) |
Data |
RemoteNodeFieldImpl.evaluate(RealTuple domain,
int sampling_mode,
int error_mode) |
Data |
RemoteClientPartitionedFieldImpl.evaluate(RealTuple domain,
int sampling_mode,
int error_mode) |
Data |
RemoteClientFieldImpl.evaluate(RealTuple domain,
int sampling_mode,
int error_mode) |
RemoteClusterData |
RemoteClusterDataImpl.getClusterData(RealTuple domain)
return RemoteClusterData for JVM where data resides;
may be RemoteClusterData for client for non-partitioned data;
may be null for partitioned data outside partitoning
|
RemoteClusterData |
RemoteClusterData.getClusterData(RealTuple domain) |
void |
RemoteNodePartitionedFieldImpl.setSample(RealTuple domain,
Data range) |
void |
RemoteNodeFieldImpl.setSample(RealTuple domain,
Data range) |
void |
RemoteClientPartitionedFieldImpl.setSample(RealTuple domain,
Data range) |
void |
RemoteClientFieldImpl.setSample(RealTuple domain,
Data range) |
void |
RemoteNodePartitionedFieldImpl.setSample(RealTuple domain,
Data range,
boolean copy) |
void |
RemoteNodeFieldImpl.setSample(RealTuple domain,
Data range,
boolean copy) |
void |
RemoteClientPartitionedFieldImpl.setSample(RealTuple domain,
Data range,
boolean copy) |
void |
RemoteClientFieldImpl.setSample(RealTuple domain,
Data range,
boolean copy) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyDataProcessor.processRealTuple(RealTupleType type,
Real[] components,
CoordinateSystem cs,
RealTuple rt,
Object token) |
void |
DataProcessor.processRealTuple(RealTupleType type,
Real[] components,
CoordinateSystem cs,
RealTuple rt,
Object token) |
abstract void |
BaseDataProcessor.processRealTuple(RealTupleType type,
Real[] components,
CoordinateSystem cs,
RealTuple rt,
Object token) |
void |
EmptyDataProcessor.processSingletonSet(RealTuple sample,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SingletonSet set,
Object token) |
void |
DataProcessor.processSingletonSet(RealTuple sample,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SingletonSet set,
Object token) |
abstract void |
BaseDataProcessor.processSingletonSet(RealTuple sample,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SingletonSet set,
Object token) |
void |
FileFlatField.setSample(RealTuple domain,
Data range) |
void |
AreaImageCacheAdapter.setSample(RealTuple domain,
Data range) |
| Modifier and Type | Field and Description |
|---|---|
static RealTuple |
Hit.missing |
| Modifier and Type | Method and Description |
|---|---|
RealTuple |
Hit.makeData() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.processRealTuple(RealTupleType type,
Real[] components,
CoordinateSystem cs,
RealTuple rt,
Object token) |
void |
BinarySizer.processRealTuple(RealTupleType type,
Real[] components,
CoordinateSystem cs,
RealTuple rt,
Object token) |
void |
BinaryWriter.processSingletonSet(RealTuple sample,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SingletonSet set,
Object token) |
void |
BinarySizer.processSingletonSet(RealTuple sample,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SingletonSet set,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
static RealTuple |
BinaryRealTuple.read(BinaryReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static Real[] |
BinarySingletonSet.getSampleReals(RealTuple sample) |
static void |
BinarySingletonSet.write(BinaryWriter writer,
RealTuple sample,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SingletonSet set,
Object token) |
static void |
BinaryRealTuple.write(BinaryWriter writer,
RealTupleType type,
Real[] components,
CoordinateSystem cs,
RealTuple rt,
Object token) |
static void |
BinarySingletonSet.writeDependentData(BinaryWriter writer,
RealTuple sample,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SingletonSet set,
Object token) |
static void |
BinaryRealTuple.writeDependentData(BinaryWriter writer,
RealTupleType type,
Real[] components,
CoordinateSystem cs,
RealTuple rt,
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 |
UTMCoordinate
RealTuple implementation of a Universal Transverse Mercator
(UTM) coordinate
|
| Modifier and Type | Method and Description |
|---|---|
static RealTuple |
DataUtility.getSample(Set set,
int index)
Gets the specified sample of a VisAD Set.
|