|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataReferenceImpl | |
---|---|
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. |
Uses of DataReferenceImpl in visad |
---|
Methods in visad with parameters of type DataReferenceImpl | |
---|---|
void |
RemoteServerImpl.addDataReference(DataReferenceImpl ref)
Add a DataReferenceImpl to server (after wrapping it in a RemoteDataReferenceImpl) |
Constructors in visad with parameters of type DataReferenceImpl | |
---|---|
RemoteDataReferenceImpl(DataReferenceImpl ref)
construct a RemoteDataReferenceImpl adapting the given DataReferenceImpl |
Uses of DataReferenceImpl in visad.bom |
---|
Constructors in visad.bom with parameters of type DataReferenceImpl | |
---|---|
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 |
Uses of DataReferenceImpl in visad.cluster |
---|
Methods in visad.cluster with parameters of type DataReferenceImpl | |
---|---|
protected SSCellData |
TestWRFCluster.addReferenceImpl(int id,
DataReferenceImpl ref,
ConstantMap[] cmaps,
String source,
int type,
boolean notify,
boolean checkErrors)
override method from BasicSSCell |
protected SSCellData |
TestSSCluster.addReferenceImpl(int id,
DataReferenceImpl ref,
ConstantMap[] cmaps,
String source,
int type,
boolean notify,
boolean checkErrors)
override method from BasicSSCell |
protected SSCellData |
TestProxyCluster.addReferenceImpl(int id,
DataReferenceImpl ref,
ConstantMap[] cmaps,
String source,
int type,
boolean notify,
boolean checkErrors)
override method from BasicSSCell |
Uses of DataReferenceImpl in visad.data |
---|
Fields in visad.data declared as DataReferenceImpl | |
---|---|
protected DataReferenceImpl |
SocketDataServer.ref
DataReference whose data is linked to the socket stream. |
Methods in visad.data that return DataReferenceImpl | |
---|---|
DataReferenceImpl |
LinkedDataSource.getReference()
Return the DataReference for this LinkedDataSource. |
Constructors in visad.data with parameters of type DataReferenceImpl | |
---|---|
SocketDataServer(int port,
DataReferenceImpl ref)
Construct a SocketDataServer with the given port and data reference. |
Uses of DataReferenceImpl in visad.data.amanda |
---|
Constructors in visad.data.amanda with parameters of type DataReferenceImpl | |
---|---|
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)
|
Uses of DataReferenceImpl in visad.sounder |
---|
Methods in visad.sounder that return DataReferenceImpl | |
---|---|
DataReferenceImpl[] |
SounderInstrument.getParamReferences()
|
Uses of DataReferenceImpl in visad.ss |
---|
Methods in visad.ss that return DataReferenceImpl | |
---|---|
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. |
Methods in visad.ss with parameters of type DataReferenceImpl | |
---|---|
String |
BasicSSCell.addReference(DataReferenceImpl ref)
Adds the given DataReference to this cell. |
String |
BasicSSCell.addReference(DataReferenceImpl ref,
ConstantMap[] cmaps)
Adds the given DataReference to this cell with the specified ConstantMaps. |
protected SSCellData |
FancySSCell.addReferenceImpl(int id,
DataReferenceImpl ref,
ConstantMap[] cmaps,
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 |
BasicSSCell.addReferenceImpl(int id,
DataReferenceImpl ref,
ConstantMap[] cmaps,
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. |
Constructors in visad.ss with parameters of type DataReferenceImpl | |
---|---|
SSCellData(int id,
BasicSSCell ssCell,
DataReferenceImpl ref,
ConstantMap[] cmaps,
String source,
int type,
boolean checkErrors)
Constructs a new SSCellData object, for encapsulating a Data object and related information. |
|
SSCellImpl(SSCellData cellData,
DataReferenceImpl ref,
String varName,
boolean checkErrors)
Constructs an SSCellImpl. |
Uses of DataReferenceImpl in visad.util |
---|
Fields in visad.util declared as DataReferenceImpl | |
---|---|
protected DataReferenceImpl |
DualRes.hi_ref
High-resolution data reference. |
protected DataReferenceImpl |
DualRes.lo_ref
Low-resolution data reference. |
Methods in visad.util that return DataReferenceImpl | |
---|---|
DataReferenceImpl |
DualRes.getHighResReference()
Gets the DataReference corresponding to the full-resolution data. |
DataReferenceImpl |
DualRes.getLowResReference()
Gets the DataReference corresponding to the scaled-down data. |
Constructors in visad.util with parameters of type DataReferenceImpl | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |