|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DArray | |
---|---|
dods.clients.importwizard | |
dods.clients.matlab | |
dods.dap | This package contains the DODS core classes, known as the Data Access Protocol (DAP). |
dods.dap.Server | This package contains the DODS Server classes. |
dods.servers.agg | |
dods.servers.ascii | This package contains the DODS ASCII client. |
dods.servers.netcdf | |
dods.servers.sql | This package contains the DODS Relational Databse Server (DRDS). |
dods.servers.test | This package contains the DODS Test Server (DTS). |
dods.servers.www | This package contains the DODS WWW client. |
visad.data.dods | Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. |
Uses of DArray in dods.clients.importwizard |
---|
Constructors in dods.clients.importwizard with parameters of type DArray | |
---|---|
DArraySelector(DArray arr)
Creates a new instance of DArraySelector |
Uses of DArray in dods.clients.matlab |
---|
Subclasses of DArray in dods.clients.matlab | |
---|---|
class |
MatlabArray
An extention of the DArray class, with optimizations for Matlab. |
Methods in dods.clients.matlab that return DArray | |
---|---|
DArray |
MatlabFactory.newDArray()
Construct a new DArray. |
DArray |
MatlabFactory.newDArray(String n)
Construct a new MatlabArray with name n. |
Uses of DArray in dods.dap |
---|
Fields in dods.dap declared as DArray | |
---|---|
protected DArray |
DGrid.arrayVar
The Array component of this DGrid . |
protected DArray |
DGrid.arrayVar
The Array component of this DGrid . |
Methods in dods.dap that return DArray | |
---|---|
DArray |
BaseTypeFactory.newDArray()
Construct a new DArray. |
DArray |
DefaultFactory.newDArray()
Construct a new DArray. |
DArray |
BaseTypeFactory.newDArray()
Construct a new DArray. |
DArray |
DefaultFactory.newDArray()
Construct a new DArray. |
DArray |
BaseTypeFactory.newDArray(String n)
Construct a new DArray with name n. |
DArray |
DefaultFactory.newDArray(String n)
Construct a new DArray with name n. |
DArray |
BaseTypeFactory.newDArray(String n)
Construct a new DArray with name n. |
DArray |
DefaultFactory.newDArray(String n)
Construct a new DArray with name n. |
Uses of DArray in dods.dap.Server |
---|
Subclasses of DArray in dods.dap.Server | |
---|---|
class |
SDArray
Holds a DODS Server Array value. |
Uses of DArray in dods.servers.agg |
---|
Subclasses of DArray in dods.servers.agg | |
---|---|
class |
Agg1SDArray
Aggregates an SDArray distributed across multiple datasets (type 1), where the outer dimension is synthesized, and there is one AggFile per step. |
class |
Agg3SDArray
Aggregates an SDArray distributed across multiple datasets (type 3), where the connect dimension already exists. |
class |
MemSDArray
An SDArray with its values stored in memory |
class |
ProxySDArray
Proxy for an array in another (DODS) dataset. |
Uses of DArray in dods.servers.ascii |
---|
Subclasses of DArray in dods.servers.ascii | |
---|---|
class |
asciiArray
|
Methods in dods.servers.ascii that return DArray | |
---|---|
DArray |
asciiFactory.newDArray()
Construct a new DArray. |
DArray |
asciiFactory.newDArray(String n)
Construct a new DArray with name n. |
Uses of DArray in dods.servers.netcdf |
---|
Subclasses of DArray in dods.servers.netcdf | |
---|---|
class |
NcSDArray
Wraps a netcdf variable with rank > 0 as an SDArray. |
class |
NcSDCharArray
Wraps a netcdf char variable with rank > 1 as an SDArray. |
Uses of DArray in dods.servers.sql |
---|
Subclasses of DArray in dods.servers.sql | |
---|---|
class |
sqlArray
Holds a DODS Server sqlArray value. |
Methods in dods.servers.sql that return DArray | |
---|---|
DArray |
sqlServerFactory.newDArray()
Construct a new DArray. |
DArray |
sqlServerFactory.newDArray(String n)
Construct a new DArray with name n. |
Uses of DArray in dods.servers.test |
---|
Subclasses of DArray in dods.servers.test | |
---|---|
class |
test_SDArray
Holds a DODS Server Array value. |
Methods in dods.servers.test that return DArray | |
---|---|
DArray |
test_ServerFactory.newDArray()
Construct a new DArray. |
DArray |
test_ServerFactory.newDArray(String n)
Construct a new DArray with name n. |
Uses of DArray in dods.servers.www |
---|
Subclasses of DArray in dods.servers.www | |
---|---|
class |
wwwArray
|
Methods in dods.servers.www that return DArray | |
---|---|
DArray |
wwwFactory.newDArray()
Construct a new DArray. |
DArray |
wwwFactory.newDArray(String n)
Construct a new DArray with name n. |
Uses of DArray in visad.data.dods |
---|
Methods in visad.data.dods with parameters of type DArray | |
---|---|
ArrayVariableAdapter |
VariableAdapterFactory.arrayVariableAdapter(DArray var,
DAS das)
Returns the adapter corresponding to a DODS DArray . |
ArrayVariableAdapter |
VariableAdapterFactory.arrayVariableAdapter(DArray var,
DAS das)
Returns the adapter corresponding to a DODS DArray . |
static ArrayVariableAdapter |
ArrayVariableAdapter.arrayVariableAdapter(DArray array,
DAS das,
VariableAdapterFactory factory)
Returns an instance corresponding to a DODS DArray . |
static ArrayVariableAdapter |
ArrayVariableAdapter.arrayVariableAdapter(DArray array,
DAS das,
VariableAdapterFactory factory)
Returns an instance corresponding to a DODS DArray . |
DataImpl |
ArrayVariableAdapter.data(DArray array,
boolean copy)
Returns the VisAD DataImpl corresponding to a DODS DArray . |
DataImpl |
GridVariableMapAdapter.data(DArray array,
boolean copy)
Returns a VisAD data object corresponding to a map vector of a DODS grid. |
DataImpl |
VariableAdapter.data(DArray var,
boolean copy)
Throws a VisADException . |
DataImpl |
ArrayVariableAdapter.data(DArray array,
boolean copy)
Returns the VisAD DataImpl corresponding to a DODS DArray . |
DataImpl |
GridVariableMapAdapter.data(DArray array,
boolean copy)
Returns a VisAD data object corresponding to a map vector of a DODS grid. |
DataImpl |
VariableAdapter.data(DArray var,
boolean copy)
Throws a VisADException . |
GridVariableMapAdapter |
VariableAdapterFactory.gridVariableMapAdapter(DArray array,
DAS das)
Returns the adapter corresponding to the coordinate mapping- vectors of a DODS DGrid . |
GridVariableMapAdapter |
VariableAdapterFactory.gridVariableMapAdapter(DArray array,
DAS das)
Returns the adapter corresponding to the coordinate mapping- vectors of a DODS DGrid . |
static GridVariableMapAdapter |
GridVariableMapAdapter.gridVariableMapAdapter(DArray array,
DAS das,
VariableAdapterFactory factory)
|
static GridVariableMapAdapter |
GridVariableMapAdapter.gridVariableMapAdapter(DArray array,
DAS das,
VariableAdapterFactory factory)
|
void |
ArrayVariableAdapter.setField(DArray array,
FieldImpl field,
boolean copy)
Sets a compatible VisAD Field . |
void |
ArrayVariableAdapter.setField(DArray array,
FieldImpl field,
boolean copy)
Sets a compatible VisAD Field . |
Constructors in visad.data.dods with parameters of type DArray | |
---|---|
GridVariableAdapter.GridAccessor(SampledSet domain,
DArray array)
Constructs from a domain and a DODS DArray . |
|
GridVariableAdapter.GridAccessor(SampledSet domain,
DArray array)
Constructs from a domain and a DODS DArray . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |