Uses of Class
visad.data.dods.AttributeAdapterFactory

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

Uses of AttributeAdapterFactory in visad.data.dods
 

Methods in visad.data.dods that return AttributeAdapterFactory
static AttributeAdapterFactory AttributeAdapterFactory.attributeAdapterFactory()
          Returns an instance of this class.
 

Methods in visad.data.dods with parameters of type AttributeAdapterFactory
static DataFactory DataFactory.dataFactory(AttributeAdapterFactory attributeFactory, VariableAdapterFactory variableFactory)
          Returns an instance of this class corresponding to adapter factories for DODS attributes and DODS variables.
 

Constructors in visad.data.dods with parameters of type AttributeAdapterFactory
ContainerAttributeAdapter(String name, dods.dap.Attribute attr, AttributeAdapterFactory factory)
          Constructs from a name, an appropriate attribute, and a factory for creating adapters for DODS variables.
DataFactory(AttributeAdapterFactory attributeFactory, VariableAdapterFactory variableFactory)
          Constructs from adapter factories for DODS attributes and DODS variables.