| 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.sounder | |
| 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 | Method and Description |
|---|---|
void |
RemoteServerImpl.addDataReference(DataReferenceImpl ref)
Add a DataReferenceImpl to server (after wrapping it in
a RemoteDataReferenceImpl)
|
| Constructor and Description |
|---|
RemoteDataReferenceImpl(DataReferenceImpl ref)
construct a RemoteDataReferenceImpl adapting the given
DataReferenceImpl
|
| Constructor and Description |
|---|
FlexibleTrackManipulation(DataReferenceImpl tr,
DisplayImplJ3D d,
ScalarMap shape_map1,
ScalarMap shape_map2,
boolean need_monitor)
constructor
Uses default size of 0.1 and default cyclone symbol geometry
|
FlexibleTrackManipulation(DataReferenceImpl tr,
DisplayImplJ3D d,
ScalarMap shape_map1,
ScalarMap shape_map2,
boolean need_monitor,
float size)
Constructor - Use default cyclone shape geometry
|
FlexibleTrackManipulation(DataReferenceImpl tr,
DisplayImplJ3D d,
ScalarMap shape_map1,
ScalarMap shape_map2,
boolean need_monitor,
float size,
VisADGeometryArray[][] ga,
float[] shapeColour)
Construct the FTM stuff
|
| Modifier and Type | Method and Description |
|---|---|
protected SSCellData |
TestProxyCluster.addReferenceImpl(int id,
DataReferenceImpl ref,
ConstantMap[] cmaps,
java.lang.String source,
int type,
boolean notify,
boolean checkErrors)
override method from BasicSSCell
|
protected SSCellData |
TestSSCluster.addReferenceImpl(int id,
DataReferenceImpl ref,
ConstantMap[] cmaps,
java.lang.String source,
int type,
boolean notify,
boolean checkErrors)
override method from BasicSSCell
|
protected SSCellData |
TestWRFCluster.addReferenceImpl(int id,
DataReferenceImpl ref,
ConstantMap[] cmaps,
java.lang.String source,
int type,
boolean notify,
boolean checkErrors)
override method from BasicSSCell
|
| Modifier and Type | Field and Description |
|---|---|
protected DataReferenceImpl |
SocketDataServer.ref
DataReference whose data is linked to the socket stream.
|
| Modifier and Type | Method and Description |
|---|---|
DataReferenceImpl |
LinkedDataSource.getReference()
Return the DataReference for this LinkedDataSource.
|
| Constructor and Description |
|---|
SocketDataServer(int port,
DataReferenceImpl ref)
Construct a SocketDataServer with the given port and data reference.
|
| Constructor and Description |
|---|
EventWidget(AmandaFile fileData,
DataReferenceImpl eventRef,
DataReferenceImpl trackRef,
AnimationControl animCtl,
HistogramWidget histoWidget) |
EventWidget(AmandaFile fileData,
DataReferenceImpl eventRef,
DataReferenceImpl trackRef,
AnimationControl animCtl,
ScalarMap trackMap,
HistogramWidget histoWidget) |
TrackWidget(ScalarMap map,
DataReferenceImpl ref) |
| Modifier and Type | Method and Description |
|---|---|
DataReferenceImpl[] |
SounderInstrument.getParamReferences() |
| Modifier and Type | Method and Description |
|---|---|
DataReferenceImpl |
BasicSSCell.getDataRef()
Deprecated.
Use getReference(String) instead.
|
DataReferenceImpl |
SSCellData.getReference()
Gets the DataReference pointing to the data.
|
DataReferenceImpl[] |
BasicSSCell.getReferences()
Gets this cell's DataReferences.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
BasicSSCell.addReference(DataReferenceImpl ref)
Adds the given DataReference to this cell.
|
java.lang.String |
BasicSSCell.addReference(DataReferenceImpl ref,
ConstantMap[] cmaps)
Adds the given DataReference to this cell with the specified ConstantMaps.
|
protected SSCellData |
BasicSSCell.addReferenceImpl(int id,
DataReferenceImpl ref,
ConstantMap[] cmaps,
java.lang.String source,
int type,
boolean notify,
boolean checkErrors)
Does the work of adding the given DataReference,
from the given source of the specified type.
|
protected SSCellData |
FancySSCell.addReferenceImpl(int id,
DataReferenceImpl ref,
ConstantMap[] cmaps,
java.lang.String source,
int type,
boolean notify,
boolean checkErrors)
Does the work of adding the given DataReference,
from the given source of the specified type.
|
void |
BasicSSCell.removeReference(DataReferenceImpl ref)
Removes the given DataReference's associated Data object from this cell.
|
| Constructor and Description |
|---|
SSCellData(int id,
BasicSSCell ssCell,
DataReferenceImpl ref,
ConstantMap[] cmaps,
java.lang.String source,
int type,
boolean checkErrors)
Constructs a new SSCellData object, for encapsulating
a Data object and related information.
|
SSCellImpl(SSCellData cellData,
DataReferenceImpl ref,
java.lang.String varName,
boolean checkErrors)
Constructs an SSCellImpl.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataReferenceImpl |
DualRes.hi_ref
High-resolution data reference.
|
protected DataReferenceImpl |
DualRes.lo_ref
Low-resolution data reference.
|
| Modifier and Type | Method and Description |
|---|---|
DataReferenceImpl |
DualRes.getHighResReference()
Gets the DataReference corresponding to the full-resolution data.
|
DataReferenceImpl |
DualRes.getLowResReference()
Gets the DataReference corresponding to the scaled-down data.
|
| Constructor and Description |
|---|
DualRes(DataReferenceImpl ref)
Constructs an object to maintain both high- and low-resolution
representations for the referenced data.
|
ResSwitcher(LocalDisplay d,
DataReferenceImpl ref)
Constructs a resolution switcher for swapping between high- and low-
resolution representations for the referenced data on the given display.
|
ResSwitcher(LocalDisplay d,
DataReferenceImpl ref,
DataRenderer renderer,
ConstantMap[] cmaps)
Constructs a resolution switcher for swapping between high- and low-
resolution representations for the referenced data on the given display.
|