Uses of Class
dods.dap.DAS

Packages that use DAS
dods.clients.matlab   
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
dods.dap.parser This package contains JavaCC generated DAP parser classes. 
dods.servers.agg   
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. 
dods.servlet This package contains the core code for the DODS servlet engine. 
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
 

Uses of DAS in dods.clients.matlab
 

Fields in dods.clients.matlab declared as DAS
protected static DAS MatlabDods.das
           
 

Uses of DAS in dods.dap
 

Methods in dods.dap that return DAS
 DAS DConnect.getDAS()
          Returns the DAS object from the dataset referenced by this object's URL.
 DAS DConnect.getDAS()
          Returns the DAS object from the dataset referenced by this object's URL.
 

Uses of DAS in dods.dap.parser
 

Methods in dods.dap.parser with parameters of type DAS
 void DASParser.Attributes(DAS das)
           
 void DASParser.Attributes(DAS das)
           
 

Uses of DAS in dods.servers.agg
 

Methods in dods.servers.agg that return DAS
 DAS DODSDataset.getDAS()
           
abstract  DAS Dataset.getDAS()
           
 DAS AggDDS.getDAS()
           
 DAS AggDataset.getDAS()
           
 

Uses of DAS in dods.servers.netcdf
 

Subclasses of DAS in dods.servers.netcdf
 class NcDAS
          Netcdf DAS object
 

Methods in dods.servers.netcdf that return DAS
 DAS NcDataset.getDAS()
           
 

Uses of DAS in dods.servers.sql
 

Methods in dods.servers.sql that return DAS
 DAS sqlDataset.getDAS()
          In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed.
 

Methods in dods.servers.sql with parameters of type DAS
 String sqlCEEval.getSQLQuery(DAS das, boolean useDatasetName)
          Generates an SQL SELECT statement by interogating the DDS object to determine the "Projection" and by converting the "Selection" (the Clauses) into the constraint used in the SELECT statement's WHERE section.
 

Uses of DAS in dods.servers.test
 

Methods in dods.servers.test that return DAS
 DAS testDataset.getDAS()
          In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed.
 

Uses of DAS in dods.servers.www
 

Methods in dods.servers.www with parameters of type DAS
 void wwwURL.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwUI32.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwUI16.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwStructure.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwString.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwSequence.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwList.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwI32.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwI16.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwGrid.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwF64.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwF32.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwByte.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwBool.printBrowserForm(PrintWriter pw, DAS das)
           
 void wwwArray.printBrowserForm(PrintWriter pw, DAS das)
           
 void BrowserForm.printBrowserForm(PrintWriter pw, DAS das)
          Returns an string representation of the variables value.
 void wwwOutPut.writeGlobalAttributes(DAS das, DDS dds)
           
 void wwwOutPut.writeVariableAttributes(BaseType bt, DAS das)
           
 void wwwOutPut.writeVariableEntries(DAS das, DDS dds)
           
 

Uses of DAS in dods.servlet
 

Methods in dods.servlet that return DAS
 DAS GuardedDataset.getDAS()
          Get the DAS for this Dataset.
protected  DAS DODSServlet.getDAS(requestState rs)
          In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed.
 

Methods in dods.servlet with parameters of type DAS
 void dodsHTML.sendDataRequestForm(HttpServletRequest request, HttpServletResponse response, String dataSet, ServerDDS sdds, DAS myDAS)
          Default handler for DODS .html requests.
 

Uses of DAS in visad.data.dods
 

Methods in visad.data.dods with parameters of type DAS
 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.
protected static AttributeTable Adapter.attributeTable(DAS das, BaseType baseType)
          Returns the attribute table corresponding to a DODS variable.
protected static AttributeTable Adapter.attributeTable(DAS das, BaseType baseType)
          Returns the attribute table corresponding to a DODS variable.
protected static AttributeTable Adapter.attributeTable(DAS das, String name)
          Returns the attribute table corresponding to a name.
protected static AttributeTable Adapter.attributeTable(DAS das, String name)
          Returns the attribute table corresponding to a name.
static BaseTypeVectorAdapter BaseTypeVectorAdapter.baseTypeVectorAdapter(BaseTypePrimitiveVector vector, 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(BaseTypePrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS BaseTypePrimitiveVector.
static BaseTypeVectorAdapter BaseTypeVectorAdapter.baseTypeVectorAdapter(BaseTypePrimitiveVector vector, 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(BaseTypePrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS BaseTypePrimitiveVector.
static BooleanVariableAdapter BooleanVariableAdapter.booleanVariableAdapter(DBoolean var, DAS das)
          Returns an instance of this class corresponding to a DODS variable.
 BooleanVariableAdapter VariableAdapterFactory.booleanVariableAdapter(DBoolean var, DAS das)
          Returns the adapter corresponding to a DODS DBoolean.
static BooleanVariableAdapter BooleanVariableAdapter.booleanVariableAdapter(DBoolean var, DAS das)
          Returns an instance of this class corresponding to a DODS variable.
 BooleanVariableAdapter VariableAdapterFactory.booleanVariableAdapter(DBoolean var, DAS das)
          Returns the adapter corresponding to a DODS DBoolean.
 BooleanVectorAdapter VectorAdapterFactory.booleanVectorAdapter(BooleanPrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS BooleanPrimitiveVector.
 BooleanVectorAdapter VectorAdapterFactory.booleanVectorAdapter(BooleanPrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS BooleanPrimitiveVector.
static ByteVariableAdapter ByteVariableAdapter.byteVariableAdapter(DByte var, DAS das)
           
 ByteVariableAdapter VariableAdapterFactory.byteVariableAdapter(DByte var, DAS das)
          Returns the adapter corresponding to a DODS DByte.
static ByteVariableAdapter ByteVariableAdapter.byteVariableAdapter(DByte var, DAS das)
           
 ByteVariableAdapter VariableAdapterFactory.byteVariableAdapter(DByte var, DAS das)
          Returns the adapter corresponding to a DODS DByte.
 ByteVectorAdapter VectorAdapterFactory.byteVectorAdapter(BytePrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS BytePrimitiveVector.
 ByteVectorAdapter VectorAdapterFactory.byteVectorAdapter(BytePrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS BytePrimitiveVector.
 DataImpl DataFactory.data(BaseType var, DAS das, boolean copy)
          Returns the VisAD data object corresponding to a DODS variable.
 DataImpl DataFactory.data(BaseType var, DAS das, boolean copy)
          Returns the VisAD data object corresponding to a DODS variable.
static Float32VariableAdapter Float32VariableAdapter.float32VariableAdapter(DFloat32 var, DAS das)
          Returns an instance of this class corresponding to a DODS DFloat32.
 Float32VariableAdapter VariableAdapterFactory.float32VariableAdapter(DFloat32 var, DAS das)
          Returns the adapter corresponding to a DODS DFloat32.
static Float32VariableAdapter Float32VariableAdapter.float32VariableAdapter(DFloat32 var, DAS das)
          Returns an instance of this class corresponding to a DODS DFloat32.
 Float32VariableAdapter VariableAdapterFactory.float32VariableAdapter(DFloat32 var, DAS das)
          Returns the adapter corresponding to a DODS DFloat32.
 Float32VectorAdapter VectorAdapterFactory.float32VectorAdapter(Float32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS Float32PrimitiveVector.
 Float32VectorAdapter VectorAdapterFactory.float32VectorAdapter(Float32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS Float32PrimitiveVector.
static Float64VariableAdapter Float64VariableAdapter.float64VariableAdapter(DFloat64 var, DAS das)
          Returns an instance of this class corresponding to a DODS DFloat64.
 Float64VariableAdapter VariableAdapterFactory.float64VariableAdapter(DFloat64 var, DAS das)
          Returns the adapter corresponding to a DODS DFloat64.
static Float64VariableAdapter Float64VariableAdapter.float64VariableAdapter(DFloat64 var, DAS das)
          Returns an instance of this class corresponding to a DODS DFloat64.
 Float64VariableAdapter VariableAdapterFactory.float64VariableAdapter(DFloat64 var, DAS das)
          Returns the adapter corresponding to a DODS DFloat64.
 Float64VectorAdapter VectorAdapterFactory.float64VectorAdapter(Float64PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS Float64PrimitiveVector.
 Float64VectorAdapter VectorAdapterFactory.float64VectorAdapter(Float64PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS Float64PrimitiveVector.
 GridVariableAdapter VariableAdapterFactory.gridVariableAdapter(DGrid var, DAS das)
          Returns the adapter corresponding to a DODS DGrid.
 GridVariableAdapter VariableAdapterFactory.gridVariableAdapter(DGrid var, DAS das)
          Returns the adapter corresponding to a DODS DGrid.
static GridVariableAdapter GridVariableAdapter.gridVariableAdapter(DGrid grid, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DGrid.
static GridVariableAdapter GridVariableAdapter.gridVariableAdapter(DGrid grid, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DGrid.
 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)
           
static Int16VariableAdapter Int16VariableAdapter.int16VariableAdapter(DInt16 var, DAS das)
          Returns an instance of this class corresponding to a DODS DInt16.
 Int16VariableAdapter VariableAdapterFactory.int16VariableAdapter(DInt16 var, DAS das)
          Returns the adapter corresponding to a DODS DInt16.
static Int16VariableAdapter Int16VariableAdapter.int16VariableAdapter(DInt16 var, DAS das)
          Returns an instance of this class corresponding to a DODS DInt16.
 Int16VariableAdapter VariableAdapterFactory.int16VariableAdapter(DInt16 var, DAS das)
          Returns the adapter corresponding to a DODS DInt16.
 Int16VectorAdapter VectorAdapterFactory.int16VectorAdapter(Int16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS Int16PrimitiveVector.
 Int16VectorAdapter VectorAdapterFactory.int16VectorAdapter(Int16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS Int16PrimitiveVector.
static Int32VariableAdapter Int32VariableAdapter.int32VariableAdapter(DInt32 var, DAS das)
          Returns an instance of this class corresponding to a DODS DInt32.
 Int32VariableAdapter VariableAdapterFactory.int32VariableAdapter(DInt32 var, DAS das)
          Returns the adapter corresponding to a DODS DInt32.
static Int32VariableAdapter Int32VariableAdapter.int32VariableAdapter(DInt32 var, DAS das)
          Returns an instance of this class corresponding to a DODS DInt32.
 Int32VariableAdapter VariableAdapterFactory.int32VariableAdapter(DInt32 var, DAS das)
          Returns the adapter corresponding to a DODS DInt32.
 Int32VectorAdapter VectorAdapterFactory.int32VectorAdapter(Int32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS Int32PrimitiveVector.
 Int32VectorAdapter VectorAdapterFactory.int32VectorAdapter(Int32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS Int32PrimitiveVector.
 ListVariableAdapter VariableAdapterFactory.listVariableAdapter(DList var, DAS das)
          Returns the adapter corresponding to a DODS DList.
 ListVariableAdapter VariableAdapterFactory.listVariableAdapter(DList var, DAS das)
          Returns the adapter corresponding to a DODS DList.
static ListVariableAdapter ListVariableAdapter.listVariableAdapter(DList list, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DList.
static ListVariableAdapter ListVariableAdapter.listVariableAdapter(DList list, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DList.
protected static RealType Adapter.realType(BaseType variable, DAS das)
          Returns the VisAD RealType corresponding to a DODS variable.
protected static RealType Adapter.realType(BaseType variable, DAS das)
          Returns the VisAD RealType corresponding to a DODS variable.
protected static RealType Adapter.realType(String name, DAS das)
          Returns the VisAD RealType corresponding to a name.
protected static RealType Adapter.realType(String name, DAS das)
          Returns the VisAD RealType corresponding to a name.
 SequenceVariableAdapter VariableAdapterFactory.sequenceVariableAdapter(DSequence var, DAS das)
          Returns the adapter corresponding to a DODS DSequence.
 SequenceVariableAdapter VariableAdapterFactory.sequenceVariableAdapter(DSequence var, DAS das)
          Returns the adapter corresponding to a DODS DSequence.
static SequenceVariableAdapter SequenceVariableAdapter.sequenceVariableAdapter(DSequence sequence, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DSequence.
static SequenceVariableAdapter SequenceVariableAdapter.sequenceVariableAdapter(DSequence sequence, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DSequence.
static StringVariableAdapter StringVariableAdapter.stringVariableAdapter(DString var, DAS das)
          Returns an instance of this class corresponding to a DODS DString.
 StringVariableAdapter VariableAdapterFactory.stringVariableAdapter(DString var, DAS das)
          Returns the adapter corresponding to a DODS DString.
static StringVariableAdapter StringVariableAdapter.stringVariableAdapter(DString var, DAS das)
          Returns an instance of this class corresponding to a DODS DString.
 StringVariableAdapter VariableAdapterFactory.stringVariableAdapter(DString var, DAS das)
          Returns the adapter corresponding to a DODS DString.
 StructureVariableAdapter VariableAdapterFactory.structureVariableAdapter(DStructure var, DAS das)
          Returns the adapter corresponding to a DODS DStructure.
 StructureVariableAdapter VariableAdapterFactory.structureVariableAdapter(DStructure var, DAS das)
          Returns the adapter corresponding to a DODS DStructure.
static StructureVariableAdapter StructureVariableAdapter.structureVariableAdapter(DStructure structure, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DStructure.
static StructureVariableAdapter StructureVariableAdapter.structureVariableAdapter(DStructure structure, DAS das, VariableAdapterFactory factory)
          Returns an instance of this class corresponding to a DODS DStructure.
static UInt16VariableAdapter UInt16VariableAdapter.uInt16VariableAdapter(DUInt16 var, DAS das)
          Returns an instance of this class corresponding to a DODS DUInt16.
 UInt16VariableAdapter VariableAdapterFactory.uInt16VariableAdapter(DUInt16 var, DAS das)
          Returns the adapter corresponding to a DODS DUInt16.
static UInt16VariableAdapter UInt16VariableAdapter.uInt16VariableAdapter(DUInt16 var, DAS das)
          Returns an instance of this class corresponding to a DODS DUInt16.
 UInt16VariableAdapter VariableAdapterFactory.uInt16VariableAdapter(DUInt16 var, DAS das)
          Returns the adapter corresponding to a DODS DUInt16.
 UInt16VectorAdapter VectorAdapterFactory.uInt16VectorAdapter(UInt16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS UInt16PrimitiveVector.
 UInt16VectorAdapter VectorAdapterFactory.uInt16VectorAdapter(UInt16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS UInt16PrimitiveVector.
static UInt32VariableAdapter UInt32VariableAdapter.uInt32VariableAdapter(DUInt32 var, DAS das)
          Returns an instance of this class corresponding to a DODS DUInt32.
 UInt32VariableAdapter VariableAdapterFactory.uInt32VariableAdapter(DUInt32 var, DAS das)
          Returns the adapter corresponding to a DODS DUInt32.
static UInt32VariableAdapter UInt32VariableAdapter.uInt32VariableAdapter(DUInt32 var, DAS das)
          Returns an instance of this class corresponding to a DODS DUInt32.
 UInt32VariableAdapter VariableAdapterFactory.uInt32VariableAdapter(DUInt32 var, DAS das)
          Returns the adapter corresponding to a DODS DUInt32.
 UInt32VectorAdapter VectorAdapterFactory.uInt32VectorAdapter(UInt32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS UInt32PrimitiveVector.
 UInt32VectorAdapter VectorAdapterFactory.uInt32VectorAdapter(UInt32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS UInt32PrimitiveVector.
 VariableAdapter VariableAdapterFactory.variableAdapter(BaseType var, DAS das)
          Returns the adapter corresponding to a DODS variable.
 VariableAdapter VariableAdapterFactory.variableAdapter(BaseType var, DAS das)
          Returns the adapter corresponding to a DODS variable.
 VectorAdapter VariableAdapterFactory.vectorAdapter(PrimitiveVector vector, DAS das)
          Returns the adapter corresponding to a DODS PrimitiveVector.
 VectorAdapter VariableAdapterFactory.vectorAdapter(PrimitiveVector vector, DAS das)
          Returns the adapter corresponding to a DODS PrimitiveVector.
 VectorAdapter VectorAdapterFactory.vectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS primitive vector.
 VectorAdapter VectorAdapterFactory.vectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS primitive vector.
 

Constructors in visad.data.dods with parameters of type DAS
BaseTypeVectorAdapter(BaseTypePrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
BaseTypeVectorAdapter(BaseTypePrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
BooleanVectorAdapter(BooleanPrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
BooleanVectorAdapter(BooleanPrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
ByteVectorAdapter(BytePrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
ByteVectorAdapter(BytePrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
Float32VectorAdapter(Float32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
Float32VectorAdapter(Float32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
Float64VectorAdapter(Float64PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
Float64VectorAdapter(Float64PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
FloatVectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
FloatVectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
Int16VectorAdapter(Int16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
Int16VectorAdapter(Int16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
Int32VectorAdapter(Int32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
Int32VectorAdapter(Int32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
NumericVectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
NumericVectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
UInt16VectorAdapter(UInt16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
UInt16VectorAdapter(UInt16PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
UInt32VectorAdapter(UInt32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
UInt32VectorAdapter(UInt32PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
VectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
VectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.