| Package | Description |
|---|---|
| visad.data.dods |
Supports read-only access to datasets on DODS servers by
importing such datasets as VisAD data objects.
|
| Modifier and Type | Method and Description |
|---|---|
static VariableAdapterFactory |
VariableAdapterFactory.variableAdapterFactory()
Returns an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayVariableAdapter |
ArrayVariableAdapter.arrayVariableAdapter(dods.dap.DArray array,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns an instance corresponding to a DODS
DArray. |
static BaseTypeVectorAdapter |
BaseTypeVectorAdapter.baseTypeVectorAdapter(dods.dap.BaseTypePrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns an instance of this class corresponding to a DODS vector and a
factory for creating DODS variable adapters.
|
BaseTypeVectorAdapter |
VectorAdapterFactory.baseTypeVectorAdapter(dods.dap.BaseTypePrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS
BaseTypePrimitiveVector. |
BooleanVectorAdapter |
VectorAdapterFactory.booleanVectorAdapter(dods.dap.BooleanPrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS
BooleanPrimitiveVector. |
ByteVectorAdapter |
VectorAdapterFactory.byteVectorAdapter(dods.dap.BytePrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS
BytePrimitiveVector. |
static DataFactory |
DataFactory.dataFactory(AttributeAdapterFactory attributeFactory,
VariableAdapterFactory variableFactory)
Returns an instance of this class corresponding to adapter factories for
DODS attributes and DODS variables.
|
Float32VectorAdapter |
VectorAdapterFactory.float32VectorAdapter(dods.dap.Float32PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS
Float32PrimitiveVector. |
Float64VectorAdapter |
VectorAdapterFactory.float64VectorAdapter(dods.dap.Float64PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS
Float64PrimitiveVector. |
static GridVariableAdapter |
GridVariableAdapter.gridVariableAdapter(dods.dap.DGrid grid,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns an instance of this class corresponding to a DODS
DGrid. |
static GridVariableMapAdapter |
GridVariableMapAdapter.gridVariableMapAdapter(dods.dap.DArray array,
dods.dap.DAS das,
VariableAdapterFactory factory) |
Int16VectorAdapter |
VectorAdapterFactory.int16VectorAdapter(dods.dap.Int16PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS
Int16PrimitiveVector. |
Int32VectorAdapter |
VectorAdapterFactory.int32VectorAdapter(dods.dap.Int32PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS
Int32PrimitiveVector. |
static ListVariableAdapter |
ListVariableAdapter.listVariableAdapter(dods.dap.DList list,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns an instance of this class corresponding to a DODS
DList. |
static SequenceVariableAdapter |
SequenceVariableAdapter.sequenceVariableAdapter(dods.dap.DSequence sequence,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns an instance of this class corresponding to a DODS
DSequence. |
static StructureVariableAdapter |
StructureVariableAdapter.structureVariableAdapter(dods.dap.DStructure structure,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns an instance of this class corresponding to a DODS
DStructure. |
UInt16VectorAdapter |
VectorAdapterFactory.uInt16VectorAdapter(dods.dap.UInt16PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS
UInt16PrimitiveVector. |
UInt32VectorAdapter |
VectorAdapterFactory.uInt32VectorAdapter(dods.dap.UInt32PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS
UInt32PrimitiveVector. |
VectorAdapter |
VectorAdapterFactory.vectorAdapter(dods.dap.PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS primitive vector.
|
| Constructor and Description |
|---|
BaseTypeVectorAdapter(dods.dap.BaseTypePrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
BooleanVectorAdapter(dods.dap.BooleanPrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
ByteVectorAdapter(dods.dap.BytePrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
DataFactory(AttributeAdapterFactory attributeFactory,
VariableAdapterFactory variableFactory)
Constructs from adapter factories for DODS attributes and DODS variables.
|
Float32VectorAdapter(dods.dap.Float32PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
Float64VectorAdapter(dods.dap.Float64PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
FloatVectorAdapter(dods.dap.PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
Int16VectorAdapter(dods.dap.Int16PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
Int32VectorAdapter(dods.dap.Int32PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
NumericVectorAdapter(dods.dap.PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
UInt16VectorAdapter(dods.dap.UInt16PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
UInt32VectorAdapter(dods.dap.UInt32PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|
VectorAdapter(dods.dap.PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable
adapters.
|