Uses of Package
visad.data.dods

Packages that use visad.data.dods
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
 

Classes in visad.data.dods used by visad.data.dods
Adapter
          Provides support for adapting DODS objects to the VisAD data-import context.
ArrayVariableAdapter
          Provides support for adapting DODS DArray variables to the VisAD data-import context.
AttributeAdapter
          Provides support for adapting a DODS attribute to the VisAD data-import context.
AttributeAdapterFactory
          Provides support for creating adapters that bridge between DODS attributes and the VisAD data-import context.
BaseTypeVectorAdapter
          Provides support for adapting a DODS BaseTypePrimitiveVector to the VisAD data-import context.
BooleanVariableAdapter
          Provides support for adapting DODS DBoolean variables to the VisAD data-import context.
BooleanVectorAdapter
          Provides support for adapting a DODS BooleanPrimitiveVector to the VisAD data-import context.
ByteAttributeAdapter
          Provides support for adapting a DODS Attribute.BYTE attribute to the VisAD data-import context.
ByteVariableAdapter
          Provides support for adapting DODS DByte variables to the visad.data.in context.
ByteVectorAdapter
          Provides support for adapting a DODS BytePrimitiveVector to the VisAD data-import context.
ContainerAttributeAdapter
          Provides support for adapting a DODS Attribute.CONTAINER attribute to the VisAD data-import context.
DataFactory
          Provides support for creating adapters that bridge between DODS data objects and the VisAD data-import context.
DODSForm
          Provides support for accessing the DODS form of data from VisAD.
Float32AttributeAdapter
          Provides support for adapting a DODS Attribute.FLOAT32 attribute to the VisAD data-import context.
Float32VariableAdapter
          Provides support for adapting DODS DFloat32 variables to the VisAD data-import context.
Float32VectorAdapter
          Provides support for adapting a DODS Float32PrimitiveVector to the VisAD data-import context.
Float64AttributeAdapter
          Provides support for adapting a DODS Attribute.FLOAT64 attribute to the VisAD data-import context.
Float64VariableAdapter
          Provides support for adapting DODS DFloat64 variables to the VisAD data-import context.
Float64VectorAdapter
          Provides support for adapting a DODS Float64PrimitiveVector to the VisAD data-import context.
FloatAttributeAdapter
          Provides support for adapting DODS floating-point attributes to the VisAD data-import context.
FloatVectorAdapter
          Provides support for adapting DODS floating-point vectors to the VisAD data-import context.
GridVariableAdapter
          Provides support for adapting DODS DGrid variables to the VisAD data-import context.
GridVariableMapAdapter
          Provides support for adapting the map vectors of a DODS DGrid variable to the visad.data.in context.
Int16AttributeAdapter
          Provides support for adapting a DODS Attribute.INT16 attribute to the VisAD data-import context.
Int16VariableAdapter
          Provides support for adapting DODS DInt16 variables to the VisAD data-import context.
Int16VectorAdapter
          Provides support for adapting a DODS Int16PrimitiveVector to the VisAD data-import context.
Int32AttributeAdapter
          Provides support for adapting a DODS Attribute.INT32 attributs to the VisAD data-import context.
Int32VariableAdapter
          Provides support for adapting DODS DInt32 variables to the VisAD data-import context.
Int32VectorAdapter
          Provides support for adapting a DODS Int32PrimitiveVector to the VisAD data-import context.
IntValuator
          Provides support for processing integer numeric values in a DODS dataset.
ListVariableAdapter
          Provides support for adapting a DODS DList variable to the VisAD data-import context.
NumericAttributeAdapter
          Provides support for adapting DODS numeric attributes to the VisAD data-import context.
NumericVectorAdapter
          Provides support for adapting DODS numeric primitive vectors to the VisAD data-import context.
SequenceVariableAdapter
          Provides support for adapting DODS DSequence variables to the VisAD data-import context.
StringAttributeAdapter
          Provides support for adapting DODS Attribute.STRING attributes to the VisAD data-import context.
StringVariableAdapter
          Provides support for adapting DODS DString variables to the VisAD data-import context.
StructureVariableAdapter
          Provides support for adapting DODS DStructure variables to the VisAD data-import context.
UInt16AttributeAdapter
          Provides support for adapting a DODS Attribute.UINT16 attribute to the VisAD data-import context.
UInt16VariableAdapter
          Provides support for adapting DODS {DUInt16} variables to the VisAD data-import context.
UInt16VectorAdapter
          Provides support for adapting a DODS UInt16PrimitiveVector to the VisAD data-import context.
UInt32AttributeAdapter
          Provides support for adapting a DODS Attribute.UINT32 attribute to the VisAD data-import context.
UInt32VariableAdapter
          Provides support for adapting DODS {DUInt32} variables to the VisAD data-import context.
UInt32VectorAdapter
          Provides support for adapting a DODS UInt32PrimitiveVector to the VisAD data-import context.
UIntValuator
          Provides support for processing unsigned integer values in a DODS dataset.
UnknownAttributeAdapter
          Provides support for adapting a DODS Attribute.UNKNOWN attribute to the VisAD data-import context.
Valuator
          Provides support for processing numeric values in a DODS dataset.
VariableAdapter
          Provides support for adapting DODS objects to the VisAD data-import context.
VariableAdapterFactory
          Provides support for creating adapters that bridge between DODS variables and the VisAD data-import context.
VectorAdapter
          Provides support for adapting DODS primitive vectors to the VisAD data-import context.
VectorAdapterFactory
          Provides support for creating adapters that bridge between DODS primitive vectors and the VisAD data-import context.