| 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.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteDataReferenceImpl
RemoteDataReferenceImpl is VisAD remote adapter for DataReferenceImpl.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteDataReference |
RemoteServerImpl.getDataReference(int index)
get a RemoteDataReference by index
|
RemoteDataReference |
RemoteServer.getDataReference(int index)
return the RemoteDataReference with index on this
RemoteServer, or null
|
RemoteDataReference |
RemoteServerImpl.getDataReference(java.lang.String name)
get a RemoteDataReference by name
|
RemoteDataReference |
RemoteServer.getDataReference(java.lang.String name)
return the RemoteDataReference with name on this
RemoteServer, or null
|
RemoteDataReference[] |
RemoteServerImpl.getDataReferences()
return array of all RemoteDataReferences in this RemoteServer
|
RemoteDataReference[] |
RemoteServer.getDataReferences()
return an array of all RemoteDataReferences on this
RemoteServer, or null
|
RemoteDataReference |
RemoteReferenceLinkImpl.getReference()
return a reference to the remote Data object
|
RemoteDataReference |
RemoteReferenceLink.getReference()
return a reference to the remote Data object
|
| Modifier and Type | Field and Description |
|---|---|
protected RemoteDataReference |
SpreadSheet.RemoteCanDo3D
Remote clone's copy of CanDo3D.
|
protected RemoteDataReference |
SpreadSheet.RemoteColRow
Row and column information needed for spreadsheet cloning.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteDataReference |
BasicSSCell.getRemoteReference(java.lang.String varName)
Gets this cell's remote DataReference for data
with the specified variable name.
|
RemoteDataReference[] |
BasicSSCell.getRemoteReferences()
Gets this cell's remote DataReferences.
|